Re: starting tomcat in pre-integrations-test haults build

2010-02-04 Thread Douglas Ferguson
I ran it with -X and got tons of debug output but I didn't see anything indicating that there might be blocking.. 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?

starting tomcat in pre-integrations-test haults build

2010-01-28 Thread Douglas Ferguson
If I start tomcat in the pre-integration-test the build hangs. Why is this? D/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: starting tomcat in pre-integrations-test haults build

2010-01-28 Thread Anders Hammar
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 doug...@douglasferguson.uswrote: If I start tomcat in the

Re: starting tomcat in pre-integrations-test haults build

2010-01-28 Thread Douglas Ferguson
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