On 1/18/07, David Whitehurst <[EMAIL PROTECTED]> wrote:
Jerome: I'm using this plugin
The exec:java mojo ? to execute a Swing app and I use threads and on a fresh OS, my program will
thread correctly. When it's run the second time, it fails.
What do you mean by "it fails" ? If you mean it blocks, then please run it using mvn -X. It will tell you on which Thread it is waiting for. I'm wondering now if there's a thread somewhere in my app that's not shut
down.
Maybe... Jerome
