Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-11 Thread Sergio Schvezov
El martes, 11 de octubre de 2016 07h'37:33 ART, Jian LUO escribió: On Oct 11, 2016 12:23, "Sergio Schvezov" wrote: El martes, 11 de octubre de 2016 06h'38:49 ART, Jian LUO < jian.luo...@gmail.com> escribió: Hi, Thanks for the

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-11 Thread Jian LUO
On Oct 11, 2016 12:23, "Sergio Schvezov" wrote: > > El martes, 11 de octubre de 2016 06h'38:49 ART, Jian LUO < jian.luo...@gmail.com> escribió: >> >> Hi, >> >> Thanks for the explanation. That's exactly what comes first in my mind. >> I've tried to customize the ant

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-11 Thread Sergio Schvezov
El martes, 11 de octubre de 2016 06h'38:49 ART, Jian LUO escribió: Hi, Thanks for the explanation. That's exactly what comes first in my mind. I've tried to customize the ant / jdk plugin by overriding the env method. The doc string of BasePlugin.env reads "return a list

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-11 Thread Jian LUO
Hi, Thanks for the explanation. That's exactly what comes first in my mind. I've tried to customize the ant / jdk plugin by overriding the env method. The doc string of BasePlugin.env reads "return a list with the execution environment for building". However the result env applies both to build

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-11 Thread Didier Roche
Le 10/10/2016 à 23:49, Jian LUO a écrit : > > Hi, > > I don't think it counts as cross compiling since Java (at least in my > case) is cross platform. Just wanted to compile Java with one JDK and > run with another. > Hey, I'm adding Sergio to the conversation, but I think the easiest path is to

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-10 Thread Jian LUO
Hi, I don't think it counts as cross compiling since Java (at least in my case) is cross platform. Just wanted to compile Java with one JDK and run with another. Jian On Oct 10, 2016 20:05, "Manik Taneja" wrote: > > > On Mon, Oct 10, 2016 at 6:33 AM, Jian LUO

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-10 Thread Manik Taneja
On Mon, Oct 10, 2016 at 6:33 AM, Jian LUO wrote: > Hi List, > > Is there any formal way in snapcraft to set environment variables > separately for build time and run time? The use case I'm facing is building > a Java snap on amd64 host for armhf target. > Snapcraft does