Hi Daniel,
Looks good. The docs are "for preview purposes only" anyways, I
shouldn't be picky :-)
Thanks,
Joe
On 3/28/2013 12:37 PM, Daniel Fuchs wrote:
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