Skip to content
Snippets Groups Projects
Commit bb91cc00 authored by david_williams's avatar david_williams
Browse files

use Java 5 for tests. All tests for now ... will refine later to pick appropriate one.

parent 3a8524d2
No related branches found
No related tags found
No related merge requests found
...@@ -7,14 +7,15 @@ then ...@@ -7,14 +7,15 @@ then
source commonVariations.sh source commonVariations.sh
fi fi
LD_LIBRARY_PATH=/opt/gnome/lib:/opt/gnome/lib64 export LD_LIBRARY_PATH=/opt/gnome/lib:/opt/gnome/lib64
export LD_LIBRARY_PATH
export CCDIR=${BUILD_HOME}/apps/cruisecontrol-bin-2.5
CCDIR=${BUILD_HOME}/apps/cruisecontrol-bin-2.5 # for now, swithed to use Java 5 for EMF pre-req EE,
export CCDIR # but long term, each test should run according to
# what it needs.
export JAVA_HOME=${JAVA_4_HOME} export JAVA_HOME=${JAVA_5_HOME}
ANT_HOME=${BUILD_HOME}/apps/apache-ant-1.6.5 ANT_HOME=${BUILD_HOME}/apps/apache-ant-1.6.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment