summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-27 15:09:06 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-27 15:09:06 +0000
commit01d2ed5e8bcf337438e6f6a42037b618c08b0b08 (patch)
tree2a89be9d495a7505b7c70d14f79cdb0401347c38
parentf53ab57cb15d76a1c3ac66c189b31e3b7fab2f31 (diff)
downloadedk2-platforms-01d2ed5e8bcf337438e6f6a42037b618c08b0b08.tar.xz
Fixed ANT and XMLBEANS environment setting.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@68 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--ReleaseNotes.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 61d545dd8c..911b3afe16 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -129,6 +129,7 @@ Java Development Kit:
For the JDK, the install path would be C:\Java\jdk1.5.0_06
For the JRE, the install path would be C:\Java\jre1.5.0_06
Alternatively, you can specify C:\sunjavajdk and C:\sunjavajre.
+
NOTE: You cannot combine the location for the JDK and the JRE, as the JRE
install removes most of the binaries and libraries installed by the JDK
install.
@@ -136,14 +137,14 @@ Java Development Kit:
Java Tools:
The Apache-ANT requires the ANT_HOME environment variable to be set before
attempting to build:
- i.e. set ANT_HOME=c:\ant
+ i.e. set ANT_HOME=c:\<full path to where ant was installed>
The ant-contrib.jar file should be installed in the %ANT_HOME%\lib
directory.
The XMLBeans, requires the XMLBEANS_HOME environment variable to be set
before attempting to build:
- i.e. set XMLBEANS_HOME=C:\XMLBEANS
+ i.e. set XMLBEANS_HOME=C:\<full path to where xmlbeans was installed>
The saxon8.jar file should be copied to the %XMLBEANS_HOME%\lib directory.