Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
021fbe92
Commit
021fbe92
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
VM jar names are vendor specific
parent
e8b8ff12
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.control/ant.sh
+1
-4
1 addition, 4 deletions
releng.control/ant.sh
releng.control/commonVariations.sh
+7
-4
7 additions, 4 deletions
releng.control/commonVariations.sh
with
8 additions
and
8 deletions
releng.control/ant.sh
+
1
−
4
View file @
021fbe92
...
...
@@ -14,11 +14,8 @@ export LD_LIBRARY_PATH
CCDIR
=
${
BUILD_HOME
}
/apps/cruisecontrol-bin-2.5
export
CCDIR
JAVA_HOME
=
${
BUILD_HOME
}
/apps/
${
JAVA_4_DIR
}
export
JAVA_HOME
export
JAVA_HOME
=
${
JAVA_4_HOME
}
JAVA5_HOME
=
${
BUILD_HOME
}
/apps/
${
JAVA_5_DIR
}
export
JAVA5_HOME
ANT_HOME
=
${
BUILD_HOME
}
/apps/apache-ant-1.6.5
export
ANT_HOME
...
...
This diff is collapsed.
Click to expand it.
releng.control/commonVariations.sh
+
7
−
4
View file @
021fbe92
...
...
@@ -10,6 +10,9 @@ export DISPLAY=127.0.0.1:1.0
export
JAVA_4_DIR
=
"IBMJava2-ppc-142"
export
JAVA_5_DIR
=
"ibm-java2-ppc-50"
JAVA_4_HOME
=
${
BUILD_HOME
}
/apps/
${
JAVA_4_DIR
}
JAVA_5_HOME
=
${
BUILD_HOME
}
/apps/
${
JAVA_5_DIR
}
# values of the bootclasspath attribute used in ant javac calls.
# the names of these jars are VM vendor specific. the first set
# below, commented out, are typical for sun VM's. The
...
...
@@ -17,11 +20,11 @@ export JAVA_5_DIR="ibm-java2-ppc-50"
# on the PPC machine, so we'll leave that as the defaults
# in this file.
#export bootclasspath="${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/jre/lib/jsse.jar"
#export bootclasspath_15="${JAVA5_HOME}/jre/lib/rt.jar"
#export bootclasspath="${JAVA_
4_
HOME}/jre/lib/rt.jar:${JAVA_
4_
HOME}/jre/lib/jsse.jar"
#export bootclasspath_15="${JAVA
_
5_HOME}/jre/lib/rt.jar"
export
bootclasspath
=
"
${
JAVA_HOME
}
/jre/lib/core.jar:
${
JAVA_HOME
}
/jre/lib/ibmjsseprovider.jar:
${
JAVA_HOME
}
/jre/lib/xml.jar"
export
bootclasspath_15
=
"
${
JAVA5_HOME
}
/jre/lib/core.jar:
${
JAVA5_HOME
}
/jre/lib/vm.jar:
${
JAVA5_HOME
}
/jre/lib/xml.jar"
export
bootclasspath
=
"
${
JAVA_
4_
HOME
}
/jre/lib/core.jar:
${
JAVA_
4_
HOME
}
/jre/lib/ibmjsseprovider.jar:
${
JAVA_
4_
HOME
}
/jre/lib/xml.jar"
export
bootclasspath_15
=
"
${
JAVA
_
5_HOME
}
/jre/lib/core.jar:
${
JAVA
_
5_HOME
}
/jre/lib/vm.jar:
${
JAVA
_
5_HOME
}
/jre/lib/xml.jar"
export
BUILD_INITIALIZED
=
"true"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment