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