1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

Bug 344518 - Regression: ant EmailTask fails with JRE-1.5

Use 1.6 for basebuilder
This commit is contained in:
Martin Oberhuber 2011-05-03 11:15:27 +00:00
parent 1f9644fb4d
commit 24fdbacdfe
2 changed files with 8 additions and 6 deletions

View file

@ -45,9 +45,10 @@ rm -rf "${buildDirectory}"
# default value of the bootclasspath attribute used in ant javac calls. # default value of the bootclasspath attribute used in ant javac calls.
# these pathes are valid on build.eclipse.org # these pathes are valid on build.eclipse.org
bootclasspath="/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar" bootclasspath_14="/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
bootclasspath_15="/shared/common/jdk-1.5.0-22.x86_64/jre/lib/rt.jar" bootclasspath_15="/shared/common/jdk-1.5.0-22.x86_64/jre/lib/rt.jar"
#bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar" #bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar"
bootclasspath_16="/shared/tools/tm/jdk-1.6/jre/lib/rt.jar"
#bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar" #bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar"
bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip" bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip"
@ -69,8 +70,8 @@ command="$command -DfetchTag=HEAD "
command="$command -DskipFetch " command="$command -DskipFetch "
command="$command -Dmydstamp=${mydstamp} " command="$command -Dmydstamp=${mydstamp} "
command="$command -Dmytstamp=${mytstamp} " command="$command -Dmytstamp=${mytstamp} "
#command="$command -Dbootclasspath=${bootclasspath} " #command="$command -Dbootclasspath=${bootclasspath_16} "
#command="$command -DJ2SE-1.4=${bootclasspath} " #command="$command -DJ2SE-1.4=${bootclasspath_14} "
#command="$command -DJ2SE-1.5=${bootclasspath_15} " #command="$command -DJ2SE-1.5=${bootclasspath_15} "
#command="$command -DCDC-1.1/Foundation-1.1=${bootclasspath_foundation11} " #command="$command -DCDC-1.1/Foundation-1.1=${bootclasspath_foundation11} "
#command="$command -DJ2SE-1.2=../jres/1.2.2/lib/rt.jar " #command="$command -DJ2SE-1.2=../jres/1.2.2/lib/rt.jar "

View file

@ -70,9 +70,10 @@ rm -rf "${buildDirectory}"
# default value of the bootclasspath attribute used in ant javac calls. # default value of the bootclasspath attribute used in ant javac calls.
# these pathes are valid on build.eclipse.org # these pathes are valid on build.eclipse.org
bootclasspath="/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar" bootclasspath_14="/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
bootclasspath_15="/shared/common/jdk-1.5.0-22.x86_64/jre/lib/rt.jar" bootclasspath_15="/shared/common/jdk-1.5.0-22.x86_64/jre/lib/rt.jar"
#bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar" #bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar"
bootclasspath_16="/shared/tools/tm/jdk-1.6/jre/lib/rt.jar"
#bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar" #bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar"
bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip" bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip"
@ -96,8 +97,8 @@ if [ "$buildType" = "N" ]; then
command="$command -DfetchTag=HEAD " command="$command -DfetchTag=HEAD "
fi fi
command="$command -DdoPublish=true " command="$command -DdoPublish=true "
command="$command -Dbootclasspath=${bootclasspath} " command="$command -Dbootclasspath=${bootclasspath_16} "
command="$command -DJ2SE-1.4=${bootclasspath} " command="$command -DJ2SE-1.4=${bootclasspath_14} "
command="$command -DJ2SE-1.5=${bootclasspath_15} " command="$command -DJ2SE-1.5=${bootclasspath_15} "
command="$command -DCDC-1.1/Foundation-1.1=${bootclasspath_foundation11} " command="$command -DCDC-1.1/Foundation-1.1=${bootclasspath_foundation11} "
#command="$command postBuild " #command="$command postBuild "