DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13397>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13397 ant.bat causes a NoClassDefFoundError [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2003-02-02 06:02 ------- Is your CLASSPATH or JAVA_HOME variables quoted? If so this will break the Ant script. There is no need to quote environment variables. Windows is able to support spaces in environment variables without needing to use quotes. It is better to quote at the point of usage so the command line processing works as expected. This is how the Ant script is organized.