From Vaibhav.Choudhary at Sun.COM Thu Nov 22 23:00:54 2007 From: Vaibhav.Choudhary at Sun.COM (Vaibhav Choudhary) Date: Fri, 23 Nov 2007 12:30:54 +0530 Subject: Building OpenJDK7 on NB Message-ID: <47467AA6.8080003@sun.com> Hello All, I was trying to build OpenJDK7 on Netbeans6. I am facing the following problem: 1. We are getting some wired error like expecting % in some gmk file. Any idea what is this ? - We are getting some error of Binary Plugs - path is set to the folder containing installed binary plug(ALT_BINARY_PLUGS_PATH) 2. If anyone of you have build setup then please share it with me. Thanks, Vaibhav From David.Bristor at Sun.COM Mon Nov 26 09:19:36 2007 From: David.Bristor at Sun.COM (Dave Bristor) Date: Mon, 26 Nov 2007 09:19:36 -0800 Subject: Building OpenJDK7 on NB In-Reply-To: <47467AA6.8080003@sun.com> References: <47467AA6.8080003@sun.com> Message-ID: <474B0028.4000701@sun.com> Vaibhav Choudhary wrote: > Hello All, > > I was trying to build OpenJDK7 on Netbeans6. I am facing the following > problem: > > 1. We are getting some wired error like expecting % in some gmk file. > Any idea what is this ? - We are getting some error of Binary Plugs - > path is set to the folder containing installed binary > plug(ALT_BINARY_PLUGS_PATH) Could you please be specific about the error? The NetBeans projects have not been updated to take advantage of the binary plugs, and still require a full JDK 7 in order to work. In other words, the current documentation provided with the NetBeans projects is correct. > 2. If anyone of you have build setup then please share it with me. In my ~/.openjdk/build.properties: bootstrap.jdk=/data/bin/solaris/i386/jdk1.7.0 jtreg.home=/data/lib/jtreg make.options=\ ALT_BINARY_PLUGS_PATH=/data2/ws/6-open/openjdk-binary-plugs \ ALT_BOOTDIR=/data/bin/solaris/i386/jdk1.6.0 Dave > > Thanks, > Vaibhav From Vaibhav.Choudhary at Sun.COM Mon Nov 26 20:52:47 2007 From: Vaibhav.Choudhary at Sun.COM (Vaibhav Choudhary) Date: Tue, 27 Nov 2007 10:22:47 +0530 Subject: Building OpenJDK7 on NB In-Reply-To: <474B0028.4000701@sun.com> References: <47467AA6.8080003@sun.com> <474B0028.4000701@sun.com> Message-ID: <474BA29F.80809@sun.com> Thanks Dave. Get rid of all problems. Thanks for the help. Vaibhav Dave Bristor wrote: > Vaibhav Choudhary wrote: >> Hello All, >> >> I was trying to build OpenJDK7 on Netbeans6. I am facing the >> following problem: >> >> 1. We are getting some wired error like expecting % in some gmk file. >> Any idea what is this ? - We are getting some error of Binary Plugs - >> path is set to the folder containing installed binary >> plug(ALT_BINARY_PLUGS_PATH) > > Could you please be specific about the error? > > The NetBeans projects have not been updated to take advantage of the > binary plugs, and still require a full JDK 7 in order to work. In > other words, the current documentation provided with the NetBeans > projects is correct. > >> 2. If anyone of you have build setup then please share it with me. > > In my ~/.openjdk/build.properties: > > bootstrap.jdk=/data/bin/solaris/i386/jdk1.7.0 > jtreg.home=/data/lib/jtreg > make.options=\ > ALT_BINARY_PLUGS_PATH=/data2/ws/6-open/openjdk-binary-plugs \ > ALT_BOOTDIR=/data/bin/solaris/i386/jdk1.6.0 > > Dave >> >> Thanks, >> Vaibhav