I'm running the ant run plugin and in ant I'm using the exec target. 
I got the same results with the maven exec plugin.

Inside the ant task I exec a script that runs the installer for my app, which 
stops tomcat at the beginning and then starts it.

this causes maven to hang.

My work around is to call a wrapper script that runs the installer then stops 
tomcat.
Then i have a second ant task that start tomcat with spawn=true.

I will take some time later to set it back and run with -X option..

D/

On Jan 28, 2010, at 8:52 AM, Anders Hammar wrote:

> You have to provide more info, like log outputs etc., for us to help. What
> plugins are you using, what's your config?
> 
> First of all, try debugging by executing
> mvn install -X
> 
> /Anders
> 
> On Thu, Jan 28, 2010 at 15:24, Douglas Ferguson
> <[email protected]>wrote:
> 
>> If I start tomcat in the pre-integration-test the build hangs.
>> 
>> Why is this?
>> 
>> D/
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to