I remember having a similar issue. In the build.bat file, change the ANT_HOME environment variable to be: set ANT_HOME=.
That should do it. You may be having a problem with the space in 'Apache Group'. If the above doesn't work, try using the 8.3 name format instead. e.g. open a command prompt cd c:\ dir /X Apache* (assuming you have no other groups that start with Apache) You'll get something like: Directory of C:\ 05/08/2002 09:37a <DIR> APACHE~1 Apache Group Now try using APACHE~1 in your classpath. So your build.bat file will have a setting like: set ANT_HOME=APACHE~1\Batik\xml-batik Hope this helps, Elias. -----Original Message----- From: irfan ali [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 11:03 AM To: Batik Users Subject: RE: classpath problem Hi Thierry, Thanks for the reply. However, it didn't work for me. Is there any thing else I can try. Thanks, Irfan ----- Original Message ----- From: "Thierry Kormann" <[EMAIL PROTECTED]> Date: Fri, 24 May 2002 08:52:40 +0200 To: "Batik Users" <[EMAIL PROTECTED]> Subject: RE: classpath problem Re: Re: > CLASSPATH=c:\Apache Group\Batik\xml-batik\lib Re: Re: try to set your classpath to ..../Batik/xml-batik Re: Re: You need classes;resources;lib/crimson-parser.jar;lib/js.jar in your Re: classpath. Anyway, build.xml should set your classpath automatically. Re: Re: Thierry. Re: Re: Re: --------------------------------------------------------------------- Re: To unsubscribe, e-mail: [EMAIL PROTECTED] Re: For additional commands, e-mail: [EMAIL PROTECTED] Re: Re: -- === Another FREE service from Jayde Online <http://www.jayde.com> Private, Web-based email accounts at http://www.jaydemail.com Powered by Outblaze --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
