]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the XML Beans and Ant stuff.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Apr 2006 23:36:37 +0000 (23:36 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Apr 2006 23:36:37 +0000 (23:36 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5 6f19259b-4bc3-4df7-8a09-765794883524

edksetup.bat

index 34a3adc12bf6af7b3975980711a638229c381681..0742e23ed06286c258a525b2394415a5071481fe 100644 (file)
@@ -45,8 +45,8 @@ if not defined CYGWIN_HOME (
   )\r
 )\r
 \r
   )\r
 )\r
 \r
-if "%ANT_HOME%"=="" set ANT_HOME=%WORKSPACE%\Tools\bin\apache-ant\r
-if "%XMLBEANS_HOME%"=="" set XMLBEANS_HOME=%WORKSPACE%\Tools\bin\xmlbeans\r
+if "%ANT_HOME%"=="" goto no_ant\r
+if "%XMLBEANS_HOME%"=="" goto no_xmlbeans\r
 set Framework_Tools_Path=%WORKSPACE%\Tools\bin\r
 \r
 echo.\r
 set Framework_Tools_Path=%WORKSPACE%\Tools\bin\r
 \r
 echo.\r
@@ -79,7 +79,19 @@ goto end
 \r
 :no_jdk\r
 echo.\r
 \r
 :no_jdk\r
 echo.\r
-echo !!! Please set JAVA_HOME !!!\r
+echo !!! Please install Java, and set JAVA_HOME !!!\r
+echo.\r
+goto end \r
+\r
+:no_ant\r
+echo.\r
+echo !!! Please install Apache Ant, and set ANT_HOME !!!\r
+echo.\r
+goto end \r
+\r
+:no_xmlbeans\r
+echo.\r
+echo !!! Please install XML Beans, and set XMLBEANS_HOME !!!\r
 echo.\r
 goto end \r
 \r
 echo.\r
 goto end \r
 \r