Re: ant displaying build successful but output not generated

2013-06-17 Thread Adrien Lecharpentier
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"

[PATCH] Add missing exec features to SSHExec: error, errorproperty, resultproperty

2013-06-17 Thread Gilbert Rebhan
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 ---

ant displaying build successful but output not generated

2013-06-17 Thread jaya choudhary
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

ant pull request: [Trunk] Add a "quiet" attribute to GetTask to eat the non...

2013-06-17 Thread hydra1983
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