JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc
Daniel Fuchs
daniel.fuchs at oracle.com
Thu Mar 28 19:37:08 UTC 2013
Hi,
Please find below a revised patch:
<http://cr.openjdk.java.net/~dfuchs/JDK-8010495/jdk8/webrev.01/>
I had oversimplified the changes in project.xml.
It seems you need to declare a source folder of type 'java'
as well as a compilation-unit in order for 'Find Usage' to work
properly in the editor.
I have also restrained the packageset for the javadoc
target as suggested by Joe.
-- daniel
On 3/25/13 12:45 PM, Daniel Fuchs wrote:
> Hi guys,
>
> I'd like to propose a small change to jaxp/build.xml and
> jaxp/nbproject/project.xml - in order to allow editing
> JAXP sources in NetBeans, as well as generating the JAXP
> javadoc for previewing purposes.
>
> I actually stole the javadoc target from
> jdk/make/netbeans/common/shared.xml
>
> The changes are small & targeted at developers.
> There should be no impact on the build process.
>
> Here is the webrev:
>
> http://cr.openjdk.java.net/~dfuchs/JDK-8010495/jdk8/webrev.00/
>
> best regards,
>
> -- daniel
More information about the build-dev
mailing list