From 02996846c8d627f64e05841b5b3ca4d0302ee2e6 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Fri, 21 Apr 2006 23:36:37 +0000 Subject: [PATCH] Remove the XML Beans and Ant stuff. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5 6f19259b-4bc3-4df7-8a09-765794883524 --- edksetup.bat | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/edksetup.bat b/edksetup.bat index 34a3adc12b..0742e23ed0 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -45,8 +45,8 @@ if not defined CYGWIN_HOME ( ) ) -if "%ANT_HOME%"=="" set ANT_HOME=%WORKSPACE%\Tools\bin\apache-ant -if "%XMLBEANS_HOME%"=="" set XMLBEANS_HOME=%WORKSPACE%\Tools\bin\xmlbeans +if "%ANT_HOME%"=="" goto no_ant +if "%XMLBEANS_HOME%"=="" goto no_xmlbeans set Framework_Tools_Path=%WORKSPACE%\Tools\bin echo. @@ -79,7 +79,19 @@ goto end :no_jdk echo. -echo !!! Please set JAVA_HOME !!! +echo !!! Please install Java, and set JAVA_HOME !!! +echo. +goto end + +:no_ant +echo. +echo !!! Please install Apache Ant, and set ANT_HOME !!! +echo. +goto end + +:no_xmlbeans +echo. +echo !!! Please install XML Beans, and set XMLBEANS_HOME !!! echo. goto end -- 2.39.2