JDK-8010495: Update JAXP NetBeans project (original) (raw)
JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc
Daniel Fuchs daniel.fuchs at oracle.com
Mon Mar 25 16:35:08 UTC 2013
- Previous message: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc
- Next message: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/25/13 5:20 PM, huizhe wang wrote:
Hi Daniel,
Thanks for doing this. JAXP doesn't have these packages: "java/", "org/ietf/jgss/", and "org/omg/". Since this is the jaxp repo, it would be fine if only 'javax/' and 'org/' are included, or 'com/' be excluded.
OK - I just copied the pattern shared by all jdk/make/netbeans projects - but I guess I can safely restrict the list to what is actually present in JAXP.
That would make it:
203 204 205 206 207 208 209 210 211
-- daniel
Regards, Joe On 3/25/2013 4:45 AM, 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
- Previous message: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc
- Next message: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]