You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/09/04 20:05:13 UTC

svn commit: r811505 - /httpd/docs-build/trunk/build.bat

Author: wrowe
Date: Fri Sep  4 18:05:12 2009
New Revision: 811505

URL: http://svn.apache.org/viewvc?rev=811505&view=rev
Log:
grrrr

Modified:
    httpd/docs-build/trunk/build.bat

Modified: httpd/docs-build/trunk/build.bat
URL: http://svn.apache.org/viewvc/httpd/docs-build/trunk/build.bat?rev=811505&r1=811504&r2=811505&view=diff
==============================================================================
--- httpd/docs-build/trunk/build.bat (original)
+++ httpd/docs-build/trunk/build.bat Fri Sep  4 18:05:12 2009
@@ -27,7 +27,7 @@
 REM   - set java stack size to 128 MB
 REM   - lower down verbosity (because the foreach task would be _very_ verbose
 REM     otherwise)
-REM   - lcp.bat is found in lib/ (instead of bin/)
+REM   - lcp.bat is found in bin/ (NOT IN lib/ FOR 1.7 and later!!!)
 REM
 REM   (don't know whether this all works unter win9x; tested on win2k) --nd
 
@@ -76,7 +76,7 @@
 :checkJava
 set _JAVACMD=%JAVACMD%
 set LOCALCLASSPATH=%CLASSPATH%
-for %%i in ("%ANT_HOME%\lib\*.jar") do call "%ANT_HOME%\lib\lcp.bat" %%i
+for %%i in ("%ANT_HOME%\lib\*.jar") do call "%ANT_HOME%\bin\lcp.bat" %%i
 
 if "%JAVA_HOME%" == "" goto noJavaHome
 if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome