On 2012-04-05, Maxime CARPENTIER wrote:
> yes sorry i forgot to mention the failonerror attribute is set to true but
> it still doesn't fail
Well, it's been quite some time since I last used CVS, so I'm not sure
about the details and don't have any CVS repo around to test.
Ant will fail if "cvs
Hi Stefan,
yes sorry i forgot to mention the failonerror attribute is set to true but
it still doesn't fail
Max
On 2012-04-05, Maxime CARPENTIER wrote:
> this command works well except for one thing : it doesn't fail if
someone
> else changes and commit files i want to commit just before th
On 2012-04-05, Maxime CARPENTIER wrote:
> this command works well except for one thing : it doesn't fail if someone
> else changes and commit files i want to commit just before the command
> commit :
[snip]
> Only a "commit aborted" message shows off, but the build stays
> successful...
Does it
Hello list,
i'm having trouble using the cvs commit command via ant :
this command works well except for one thing : it doesn't fail if someone
else changes and commit files i want to commit just before the command
commit :
[cvs] cvs commit: Examining .
[cvs] cvs commit: Up-to-d
Hi,
i'm starting a jboss 7.1.1 with an exec task:
this works for me.
Now i want to check if the EAR inside the deployment folder is fully deployed.
I tryed with "waitFor " but i can't run antoher "Exec" inside the
waitFor to check the Application is up.
A s