On Fri, Sep 21, 2001 at 12:22:10AM -0400, Cabrera, Alan wrote: > Yeah, it's wierd isn't it? I use -verbose and I get the same error with no > debug messages. Here's another thing. If I remove that file, it complains > about build.bat.
Do you perhaps have a .antrc file in your home directory? If you do 'echo %ANT_HOME%', is that set? (though it shouldn't matter) Did you get these files from CVS, or from the zip on the website? You could get more info if you change the first line "@echo off" to "@echo on" in tools\bin\ant.bat FWIW, here's what "build -verbose" shows on linux: [EMAIL PROTECTED] jakarta-avalon jakarta-avalon]$ ./build.sh -verbose Avalon Build System ------------------- Ant version 1.4 compiled on September 3 2001 Buildfile: build.xml Detected Java version: 1.3 in: /usr/java/jdk1.3/jre Detected OS: Linux parsing buildfile /home/jeff/apache/jakarta/jakarta-avalon/build.xml with URI = file:/home/jeff/apache/jakarta/jakarta-avalon/build.xml Project base dir set to: /home/jeff/apache/jakarta/jakarta-avalon Loading /home/jeff/apache/jakarta/jakarta-avalon/.ant.properties Loading /home/jeff/.ant.properties Override ignored for tools.dir Build sequence for target `main' is [setup-properties, prepare, compile, jar, main] Complete build sequence is [setup-properties, prepare, compile, jar, main, javadocs, local-javadocs, xdocs, src-dist, clean, real-clean, compile-exceptionutil, jar-exceptionutil, local-xdocs, install-check-cjan, install, dist, local-docs, site-docs, announcement, distributions, usage, help] --Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
