You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Koegel, Michael" <Mi...@partner.commerzbank.com> on 2002/03/05 09:55:10 UTC

AW: exec - help needed

Hi,

the executable is cmd.exe testgen.bat is an argument for this executable.
Look in the archive this has been discussed lately.

Regards,
 Michael

-----Ursprüngliche Nachricht-----
Von: Ram Kumar [mailto:ramkumar@interactive1.com]
Gesendet am: Dienstag, 5. März 2002 09:56
An: Ant Users List
Betreff: exec - help needed

i want to exec a batch file on windows2000. I am getting IOException and 
error 2.
my code is:
<project name="UnitTestsGen" default="hey" basedir=".">
     <target name="hey">
        <exec dir="divelog" executable="testgen.bat"/>
     </target>
</project>
any help ?

Ram

At 08:25 AM 3/5/2002 +0100, you wrote:
>On Tue, 05 Mar 2002, Mark Derricutt <ma...@talios.com> wrote:
>
> >     [javac] java.lang.InternalError: jzentry == 0
> >     [javac] at java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
>
>you are modifying a jar or zip file that is in your CLASSPATH, see
><http://nagoya.apache.org/bugzilla/show_bug.cgi?id=383> and
><http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6715>.
>
>Stefan
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>