Hi, In Continuum 1.3.4 I have 2 different "Build Environments" each one using some Installation variables I defined: 1) Default: JDK=1.6, Maven=2.0.9, envvar java.awt.headless=true 2) OLD: JDK=1.5, Maven=2.0.7, envvar java.awt.headless=true
When I run clean install on continuum using the DEFAULT Build Environment I see (with ps -ef | grep mvn) the following process started: 2009-09-21 16:19:49,070 [pool-1-thread-14] INFO org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: /bin/sh -c cd /data01/j2eeapp/tmp/continuum-1.3.4/data/working-directory/47 && /data/j2eeapp/opt/maven/maven-2.0.9/bin/mvn --batch-mode -Dcontinuum.project.lastBuild.state=2 -Dcontinuum.project.nextBuild.number=7 -Dcontinuum.project.name=XXXXXXX -Dcontinuum.project.id=47 -Dcontinuum.project.version=01.00.00.03-SNAPSHOT '-Dcontinuum.project.group.name=XXX Common' -Dcontinuum.project.lastBuild.number=6 -Dmaven.repo.local=/data/j2eeapp/home_j2ee/.m2/repository/ clean install If I start the same Build Definition with OLD Build Environment I see the following process: 2009-09-21 16:19:49,070 [pool-1-thread-14] INFO org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: /bin/sh -c cd /data01/j2eeapp/tmp/continuum-1.3.4/data/working-directory/47 && /data/j2eeapp/opt/maven/maven-2.0.7/bin/mvn --batch-mode -Dcontinuum.project.lastBuild.state=2 -Dcontinuum.project.nextBuild.number=7 -Dcontinuum.project.name=XXXXXXX -Dcontinuum.project.id=47 -Dcontinuum.project.version=01.00.00.03-SNAPSHOT '-Dcontinuum.project.group.name=XXX Common' -Dcontinuum.project.lastBuild.number=6 -Dmaven.repo.local=/data/j2eeapp/home_j2ee/.m2/repository/ clean install I would have expected to see also the -Djava.awt.headless=true variable passed to these commands. Any idea why is it not used? what am I doing wrong? Do you know where I can find some documentation about setting envvar? (continuum site only explains Tool settings) I have the same problem when doing a release. thanks in advance, Yanke -- View this message in context: http://www.nabble.com/Continuum-1.3.4-not-using-envars--tp25530595p25530595.html Sent from the Continuum - Users mailing list archive at Nabble.com.
