Something else to consider is if the file is in one of the areas that´s
protected by UAC (like Program Files) it may not be where you think it is. It
might be in your windows virtual store... so java looks for it in Program
Files/mysoftware but does not find it there because in reality it resid
The .bat file works fine on Server 2003 and XP. It doesn't work on Windows 7.
Thanks,
Greg
-Original Message-
From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de]
Sent: Tuesday, December 22, 2009 8:03 AM
To: user@ant.apache.org
Subject: AW: Windows 7 and ant exec task
BAT files are not native executables. Execute the shell (cmd) instead with BAT
as argument.
See the FAQ.
Jan
>-Ursprüngliche Nachricht-
>Von: Thompson, Greg D. (LNG-DFW) [mailto:greg.thomp...@lexisnexis.com]
>Gesendet: Dienstag, 22. Dezember 2009 14:39
>An: Ant Users List
>Betreff: RE:
Zzz is a .bat file. If I specify the full path of zzz, it executes
fine.
I'd rather not use the full path. The path to the executable will be
different on the dev workstations and the build/ci server.
Thanks,
Greg
-Original Message-
From: Antoine Levy Lambert [mailto:anto...@gmx.de]
Not tested ...
Jan
>-Ursprüngliche Nachricht-
>Von: Tamer Demirel [mailto:demi...@in.tum.de]
>Gesendet: Dienstag, 22. Dezember 2009 12:23
>An: Ant Users List
>Betreff: XSLT Task File- or Patternset
>
>Hello,
>
>i like to use the file or patternset with the xslt task.
>but i
Hello,
i like to use the file or patternset with the xslt task.
but i dont know how it works.
can somebody help me?
the filenames for the input are all:
*_input.xml (01_input.xml, 02_input.xml, test123_input.xml)
the filenames for the output should be:
*_output.xml (01_output.xml, 02_output.
On 2009-12-22, Haledor wow wrote:
> What i am trying to do is to first run make (Makefile) and then run an
> executable file created from the make command. But i dont know how to run
> make from Ant.
The same way you'd run any other executable, .
> Also, I want to run make from another director
Hi,
i am trying to automate my testing procedures with the help of Ant.
What i am trying to do is to first run make (Makefile) and then run an
executable file created from the make command. But i dont know how to run
make from Ant. Anyone that can help me?
Also, I want to run make from another di