Re: RFR: Project files for Solaris Studio / NetBeans

2013-04-01 Thread Vladimir Voskresensky
Jesper, It looks good and works for me on Linux_64. Some comments for others: before running IDE specify IDE_JAVAPATH env variable if want to navigate into some java/include files (value is the same as previously was known as ALT_BOOTDIR): #export IDE_JAVAPATH=/opt/jdk/latest7 after opening p

Re: RFR: Project files for Solaris Studio / NetBeans

2013-04-11 Thread Vladimir Voskresensky
Dmitry, On 04/11/2013 04:23 PM, Dmitry Samersoff wrote: Jesper, Is it correct that this this project is for native part of JDK only? Yes, it is project around C/C++ part of OpenJDK, but it's build command creates full jdk image (i.e. with all java parts as well): ${MAKE} -f Makefile LOG=debug

Re: RFR: Project files for Solaris Studio / NetBeans

2013-04-01 Thread Vladimir Voskresensky - Oracle
Jesper, Minor comment: it's better to have env variable named IDE_ALT_BOOTDIR instead of IDE_JAVAPATH to give analogy with the old well known meaning. Vladimir. On 03/30/13 03:03 PM, Vladimir Voskresensky wrote: Jesper, It looks good and works for me on Linux_64. Some comments for o

Re: RFR: Project files for Solaris Studio / NetBeans

2013-04-11 Thread Vladimir Voskresensky - Oracle
Hi Jesper, Just interested in the progress with review/push :-) Any news? Thanks, Vladimir. On 04/ 1/13 08:10 PM, Vladimir Voskresensky - Oracle wrote: Jesper, Minor comment: it's better to have env variable named IDE_ALT_BOOTDIR instead of IDE_JAVAPATH to give analogy with the old