You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by senzacionale2004 <mi...@gmail.com> on 2010/05/14 11:19:45 UTC

ant compile problem

i create ant build.xml file and i can compile it from jdeveloper. Build is
successful and classess aare copied to classess directory. But if i run the
same ant build.xml file from console i get message build is successful but
no classess are copied to class folder. After compiling in jdeveloper i get
some warnings, here no warning is shown.

Any idea why the same build.xml file works in jdeveloper but not in console?
-- 
View this message in context: http://old.nabble.com/ant-compile-problem-tp28557049p28557049.html
Sent from the Ant - Users mailing list archive at Nabble.com.

AW: ant compile problem

Posted by Ja...@rzf.fin-nrw.de.
>i create ant build.xml file and i can compile it from jdeveloper. Build
is
>successful and classess aare copied to classess directory. But if i run
the
>same ant build.xml file from console i get message build is successful
but
>no classess are copied to class folder. After compiling in jdeveloper i
get
>some warnings, here no warning is shown.
>
>Any idea why the same build.xml file works in jdeveloper but not in
console?

Ant does not compile sources if the classes are uptodate.
Could you run with "-verbose" and check the output?

Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org