diff --git a/proposal/myrmidon/build.bat b/proposal/myrmidon/build.bat index ce02ad3f1..d6eddb22d 100755 --- a/proposal/myrmidon/build.bat +++ b/proposal/myrmidon/build.bat @@ -4,11 +4,14 @@ echo. echo Ant Build System echo ---------------- -set ANT_HOME=. +set ANT_HOME=tools -set CLASSPATH= +set LOCALCLASSPATH= +for %%i in (lib\*.jar) do call tools\bin\lcp.bat %%i +set CLASSPATH=%LOCALCLASSPATH% +set LOCALCLASSPATH= -%ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8 +%ANT_HOME%\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger -emacs %1 %2 %3 %4 %5 %6 %7 %8 goto cleanup :cleanup diff --git a/proposal/myrmidon/build.xml b/proposal/myrmidon/build.xml index 3cb093e72..faeedfce9 100644 --- a/proposal/myrmidon/build.xml +++ b/proposal/myrmidon/build.xml @@ -154,7 +154,9 @@ Legal: destdir="${build.classes}" debug="${debug}" optimize="${optimize}" - deprecation="${deprecation}" /> + deprecation="${deprecation}"> + +