|
RE: Build loop hangs when jboss isn't stopped: msg#00061java.cruise-control.user
>>
Why does it hang when launched from cruisecontrol?
What
if you try running it with the same command-line that CC
uses?
(Can
use DEBUG to find that command line: http://c2.com/w4/cc/wiki.cgi?TurnOnDebug )
>>
How can I avoid this?
Instead of doing haltonfailure with your junit task set
a failure property, then after jboss is shutdown you can use the fail task to
fail if that property is set. http://ant.apache.org/manual/OptionalTasks/junit.html
It
would be something like:
<junit haltonfailure="off"
failureproperty="test.failed" ...>
<stopjbosstask>
<fail if="test.failed" message="one or more tests
failed" />
Jtf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Build loop hangs when jboss isn't stopped, François Eric |
|---|---|
| Next by Date: | RE: unable to obtain lock, Jeffrey Fredrick |
| Previous by Thread: | Build loop hangs when jboss isn't stopped, François Eric |
| Next by Thread: | RE: Build loop hangs when jboss isn't stopped, François Eric |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |