Hi,
it seems there is no default target for your project. Have you specified
one on your command line ? If not, nothing have been done because you
didn't ask ant to do anything, and it finished successfuly because it
didn't do anything as expected.
Regards,
Le 18 juin 2013 05:47, "jaya choudhary"
Just uploaded a patch for
https://issues.apache.org/bugzilla/show_bug.cgi?id=48478,
which provides the following enhancements :
+ errorProperty
+ errorFile
+ appenderr
+ suppressSystemErr
+ resultProperty
Regards, Gilbert Rebhan
---
I am using the following build.xml file
Apache Ant version is ${ant.version} ${hibernate.tools}
${sql}
On running ant Build successful is displayed but none of the target is
executed?
ant -debug ends with:
Sett
GitHub user hydra1983 opened a pull request:
https://github.com/apache/ant/pull/1
[Trunk] Add a "quiet" attribute to GetTask to eat the non-error messages.
Previously, GetTask will output some message even if the target file to is
not modified. It's annoying to see it in a console r