>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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to