Bernd and Glenn - 
I ran into the same problem and figured it out just before I took last week
off (sorry I wasn't able to help you solve this one!)
The problem was, indeed, in the ant.bat file.  
I'm using the 4NT shell under W2K.  
The offending line was:
        set ANT_CMD_LINE_ARGS=%*
Changing it to the folowing:
        set ANT_CMD_LINE_ARGS=%$
works for 4NT.  
jim anderson
Hewlett Packard



> -----Original Message-----
> From: Glenn McAllister [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 3:45 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Target 'build.xml' does not exist...
> 
> 
> Bernd Gruendling wrote:
> 
> > But I found a workaround. Usually I am not using the standard shell.
> > When I switched to Windows' command prompt, everything worked fine!
> > So I wrote my own, very simple ant.bat along the lines of the
> > documentation ("Running Ant by Hand"), and everything is fine.
> 
> Out of curiosity, what shell are you using?  We cover 
> command.com, cmd.exe,
> and the cygwin stuff to the best of my knowledge.
> 
> > I did not bother searching for the cause of the problem, however.
> > Time is running short...
> 
> I can understand that...
> 
> Glenn McAllister
> SOMA Networks, Inc.
> 

Reply via email to