Re: surefire forking

2005-12-05 Thread Miodrag Glumac
I had the same problem. I got the latest code and uncommented the following line in SurefirePlugin.java: // surefireBooter.setJvm( jvm ); This appeared to fix the problem. Stephen Cowx wrote: Hi I get the same error on linux. If I remove the forkModeonce/forkMode the build works. If

[m2] creating war from existing wars

2005-10-06 Thread Miodrag Glumac
What I am trying to accomplish is to create new war file form the set of existing wars. I created two test wars: war1 and war2. The goal is to create new war that will have JSPs from both war1 and war2. So the steps are