Re: netbeans and openjdk

2013-03-25 Thread Lance Andersen
On Mar 25, 2013, at 5:54 PM, Mike Duigou wrote: > > On Mar 25 2013, at 14:28 , Lance Andersen wrote: >> >> So I changed the values above just now from 1.5 and 1.6 to both be 1.7 >> >> Which worked much better. >> >> >> This works in a jdk7 repository. >> >> It looks like shared.xml was ch

Re: netbeans and openjdk

2013-03-25 Thread Lance Andersen
On Mar 25, 2013, at 5:28 PM, Lance Andersen wrote: > Hi Joe, > > On Mar 25, 2013, at 5:12 PM, huizhe wang wrote: > >> Hi Lance, >> >> Are you setting it up as a free-form project? In a free-form project, the >> custom build script is separate from those generated by the IDE. Although >>

Re: netbeans and openjdk

2013-03-25 Thread Mike Duigou
On Mar 25 2013, at 14:28 , Lance Andersen wrote: > > So I changed the values above just now from 1.5 and 1.6 to both be 1.7 > > Which worked much better. > > > This works in a jdk7 repository. > > It looks like shared.xml was changed for jdk8 so it does not have the values > above. I made

Re: netbeans and openjdk

2013-03-25 Thread huizhe wang
Hi Lance, On 3/25/2013 2:28 PM, Lance Andersen wrote: Hi Joe, On Mar 25, 2013, at 5:12 PM, huizhe wang > wrote: Hi Lance, Are you setting it up as a free-form project? In a free-form project, the custom build script is separate from those generated by the I

Re: netbeans and openjdk

2013-03-25 Thread Lance Andersen
Hi Joe, On Mar 25, 2013, at 5:12 PM, huizhe wang wrote: > Hi Lance, > > Are you setting it up as a free-form project? In a free-form project, the > custom build script is separate from those generated by the IDE. Although > you can map targets from the custom build script to project actions

Re: netbeans and openjdk

2013-03-25 Thread huizhe wang
Hi Lance, Are you setting it up as a free-form project? In a free-form project, the custom build script is separate from those generated by the IDE. Although you can map targets from the custom build script to project actions, you won't see properties such as source in the script reflected

netbeans and openjdk

2013-03-25 Thread Lance Andersen
Hi all, I am trying to set up a netbeans project for JDBC within openjdk leveraging the existing projects that are already in jdk/make/netbeans I have getting the following error and not sure why so wondered if anyone has encountered this before: ---

PING: Re: Code Review Request: Simple new build system fix

2013-03-25 Thread Andrew Hughes
- Original Message - > > > On 2013-03-13 15:01, Andrew Hughes wrote: > > - Original Message - > >> Hello, > >> > >> I created a bug for you: > >> > >> 8009988: build-infra: Fix configure output for zip debuginfo check > >> > >> As David says, we haven't decided on 2.67, but I woul

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

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
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'

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 cha