Re: Build jdk8-b100 with custom cacerts file and java compiler

2013-08-05 Thread Erik Joelsson
On 2013-07-31 11:28, David Holmes wrote: On 31/07/2013 6:46 PM, matchew wrote: If these variables are deprecated and ignored how is it possible that java-7 was used for the compilation instead of default one? Anyway to build process continues and will check if cacert file was included. If not

Re: Build jdk8-b100 with custom cacerts file and java compiler

2013-08-01 Thread David Holmes
On 1/08/2013 9:49 PM, matchew wrote: Thanks. How about build number. Setting variable BUILD_NUMBER does to have any effect - b00 is taken by default. JDK_BUILD_NUMBER David Thanks in advance -- Mateusz 2013/7/31 David Holmes mailto:[email protected]>> On 31/07/2013 6:46 PM, matc

Re: Build jdk8-b100 with custom cacerts file and java compiler

2013-08-01 Thread matchew
Thanks. How about build number. Setting variable BUILD_NUMBER does to have any effect - b00 is taken by default. Thanks in advance -- Mateusz 2013/7/31 David Holmes > On 31/07/2013 6:46 PM, matchew wrote: > >> Hey All, >> >> I try to build above version. Since i want to provide custom cacert f

Re: Build jdk8-b100 with custom cacerts file and java compiler

2013-07-31 Thread David Holmes
On 31/07/2013 6:46 PM, matchew wrote: Hey All, I try to build above version. Since i want to provide custom cacert file as well as java compiler I set this env variables (that is how it worked for 6 & 7): export ALT_BOOTDIR=[JAVA_COMPILER_DIR] export ALT_CACERTS_FILE=[CUSTOM_CACERTS_FILE] Conf