Get this, my javac.exe was gone(!).
<target name="compile">
<mkdir dir="${lib.dir}" />
<mkdir dir="${classes.dir}" />
<javac srcdir="${src.dir}" destdir="${classes.dir}" fork="true">
<classpath refid="base.classpath" />
</javac>
</target>
-----Original Message-----
From: Antoine Levy-Lambert [mailto:levylambert@tiscali-dsl.de]
Sent: Wednesday, June 04, 2003 1:05 PM
To: Ant Users List
Subject: Re: problems with javac...
Hi,
I have changed something in the javac task to support paths with embedded
spaces.
Can you give a snippet of your build file so that I find out what went wrong
?
Antoine
----- Original Message -----
From: "Ciramella, EJ" <ECiramella@emptoris.com>
To: "'Ant Users List'" <user@ant.apache.org>
Sent: Wednesday, June 04, 2003 6:57 PM
Subject: problems with javac...
> anyone get an error like Error running javac.exe compiler?
>
> And if so, what went wrong? I was using ant to build up my httpunit tests
> and all of a sudden I started getting this error instead of things
> compiling.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|