Re: Run ant, get java

2006-09-24 Thread Martin Gainty
ditto when coding a SGML tag or ny special character start with &; as in the example & http://www.htmlgoodies.com/beyond/reference/article.php/3472611 M- * This email message and any files transmitted with it contain confidential

Re: Run ant, get java

2006-09-24 Thread Peter Reilly
If on windows: make sure that %CLASSPATH% or %ANT_HOME% or %JAVA_HOME% does NOT contain a quote (" or ') and does NOT end in \ or / It is recommended not to use CLASSPATH with ant. try ant -noclasspath -version Peter On 9/24/06, Aaron Green <[EMAIL PROTECTED]> wrote: I'm trying to install Ant

Re: Run ant, get java

2006-09-24 Thread Scot P. Floess
Which OS are you running? Aaron Green wrote: I'm trying to install Ant and was getting a NoClassDefFoundError when I tried to run ant -version, but changed my classpath, and now when I type ant -version, I get the java help screen telling me what commands java offers. What am I doing wrong? --