This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 53848 - External Javadoc built-to location not displayed correctly
Summary: External Javadoc built-to location not displayed correctly
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-01-22 21:55 UTC by Jesse Glick
Modified: 2005-01-27 15:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (32.83 KB, image/png)
2005-01-22 21:57 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-01-22 21:55:39 UTC
I have a freeform project for Apache Ant, with

<java-data
xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
    <compilation-unit>
       
<package-root>${project.dir}/src/main</package-root>
        <classpath mode="compile">${cp}</classpath>
        <classpath
mode="boot">${jdk12.home}/jre/lib/rt.jar</classpath>
       
<built-to>${project.dir}/build/classes</built-to>
       
<built-to>${project.dir}/dist/lib/ant.jar</built-to>
       
<javadoc-built-to>${project.dir}/build/javadocs</javadoc-built-to>
        <source-level>1.3</source-level>
    </compilation-unit>
    <compilation-unit>
       
<package-root>${project.dir}/src/testcases</package-root>
        <unit-tests/>
        <classpath
mode="compile">${test.cp}</classpath>
        <classpath
mode="boot">${jdk12.home}/jre/lib/rt.jar</classpath>
       
<built-to>${project.dir}/build/testcases</built-to>
       
<javadoc-built-to>${project.dir}/build/javadocs.test</javadoc-built-to>
        <source-level>1.3</source-level>
    </compilation-unit>
</java-data>

Now when I look in the properties dialog under
Output, the Javadoc Output shows the Ant property
unsubstituted. This is inconsistent with the
display of classes build output. See screenshot.

May also be the case that the Browse button does
not normalize the path against ${project.dir}; I
did not test this.
Comment 1 Jesse Glick 2005-01-22 21:57:17 UTC
Created attachment 19882 [details]
Screenshot
Comment 2 David Konecny 2005-01-24 13:46:18 UTC
Tomas, moving java project specific issues to you for now.
Comment 3 Tomas Zezula 2005-01-27 15:09:41 UTC
Checking in
freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.form;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.form,v
 <--  OutputPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in
freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.java,v
 <--  OutputPanel.java
new revision: 1.6; previous revision: 1.5
done