Actually, I think WinME doesn't support the new DOS ^ line continuation
character, so somehow I doubt Win98 would support it... Write everything on
long lines to avoid this issue if I'm right. Don't you love DOS :-(  --DD

-----Original Message-----
From: Sebastien BLANC [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 4:38 PM
To: Ant Users List
Subject: Re: Problem with ANT_HOME in Windows 98

oops:
remove the final '^' at the end of ur _CP_ otherwise this won't work.
seb.

Sebastien BLANC wrote:

> try the following under DOS:
>
> set ANT_HOME=D:\jakarta-ant-1.5.1
> then
> echo %ANT_HOME%
>
> if this does work then no reason why this should not work into a batch
file; it not, then write this line into ur ant.bat file and skip (rem) the
lines that do the 'if exist "%ANT_HOME%" goto' check.
>
> ur script can be as simple as follows:
>
> set _CP_=%ANT_HOME%\lib\ant.jar^
> %MAVEN_HOME%\repository\jaxp\jars\jaxp-1.2.jar;^
> %MAVEN_HOME%\repository\xml-apis\jars\xml-apis-2.0.2.jar;^
> %MAVEN_HOME%\repository\xalan\jars\xalan-2.3.1.jar;^
> %MAVEN_HOME%\lib\commons-logging-1.0.1.jar;^

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to