]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed ANT and XMLBEANS environment setting.
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Apr 2006 15:09:06 +0000 (15:09 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Apr 2006 15:09:06 +0000 (15:09 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@68 6f19259b-4bc3-4df7-8a09-765794883524

ReleaseNotes.txt

index 61d545dd8c27f3941799aeb3c3eccbee268e5e78..911b3afe16f77f540a9e2caceb308ef2b96b2db5 100644 (file)
@@ -129,6 +129,7 @@ Java Development Kit:
     For the JDK, the install path would be C:\Java\jdk1.5.0_06\r
     For the JRE, the install path would be C:\Java\jre1.5.0_06\r
     Alternatively, you can specify C:\sunjavajdk and C:\sunjavajre.\r
+\r
     NOTE: You cannot combine the location for the JDK and the JRE, as the JRE\r
     install removes most of the binaries and libraries installed by the JDK\r
     install.\r
@@ -136,14 +137,14 @@ Java Development Kit:
 Java Tools:\r
     The Apache-ANT requires the ANT_HOME environment variable to be set before\r
     attempting to build:\r
-         i.e.  set ANT_HOME=c:\ant\r
+         i.e.  set ANT_HOME=c:\<full path to where ant was installed>\r
 \r
     The ant-contrib.jar file should be installed in the %ANT_HOME%\lib \r
     directory.\r
 \r
     The XMLBeans, requires the XMLBEANS_HOME environment variable to be set\r
     before attempting to build:\r
-         i.e. set XMLBEANS_HOME=C:\XMLBEANS \r
+         i.e. set XMLBEANS_HOME=C:\<full path to where xmlbeans  was installed>\r
 \r
     The saxon8.jar file should be copied to the %XMLBEANS_HOME%\lib directory.\r
 \r