Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-ocl.dev] Releng status: Good and no so good news


El 23/09/2010 11:12, Willink, Ed escribió:
It's probably worth looking for some similar successful build and copying
their settings.

In our build.properties file, I was trying to do the following:

JAVA50_HOME=/opt/public/common/jdk-1.5.0-22.x86_64
JAVA50_64_HOME=/opt/public/common/jdk-1.5.0-22.x86_64
#JAVA14_HOME=/opt/public/common/ibm-java2-142
JAVA_HOME=${JAVA50_64_HOME}

Which didn't work, the Environment JAVA_HOME variable didn't change.

However looking at other project, I found the following:

JAVA_HOME=${JAVA_HOME}
JAVA14_HOME=${JAVA_HOME}
JAVA50_HOME=${JAVA_HOME}
JAVA50_64_HOME=${JAVA_HOME}
JAVA60_HOME=${JAVA_HOME}

Which makes the build correctly stablish the proper JAVA_HOME enviroment variable.....However, this doesn't make any sense to me....

The build does something else, but it's still failing.... I'll go on with the job's fixes.

Regards,
Adolfo
--
Open Canarias, S.L.
Adolfo Sánchez-Barbudo Herrera
adolfosbh(at)opencanarias(dot)com
C/Elías Ramos González, 4, ofc. 304
38001 SANTA CRUZ DE TENERIFE
Tel.: +34 922 240231
I'm speaking at Eclipse Summit Europe 2010

Back to the top