Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-29 Thread huizhe wang
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

Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-28 Thread Daniel Fuchs
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

Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-26 Thread Daniel Fuchs
Hi Joe, On 3/25/13 5:52 PM, huizhe wang wrote: On 3/25/2013 9:35 AM, Daniel Fuchs wrote: 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

Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-26 Thread huizhe wang
On 3/26/2013 2:04 AM, Daniel Fuchs wrote: Hi Joe, On 3/25/13 5:52 PM, huizhe wang wrote: On 3/25/2013 9:35 AM, Daniel Fuchs wrote: 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

JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-25 Thread Daniel Fuchs
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

Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-25 Thread huizhe wang
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. Regards, Joe On 3/25/2013 4:45 AM, Daniel Fuchs wrote: Hi guys, I'd

Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-25 Thread Daniel Fuchs
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

Re: JDK-8010495: Update JAXP NetBeans project - add support for generating javadoc

2013-03-25 Thread huizhe wang
On 3/25/2013 9:35 AM, Daniel Fuchs wrote: 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