Re: problems with Integration-test and plexus compiler

2005-11-15 Thread Jesse McConnell
I needed to do a bit of compiling after the process-classes phase for a couple of custom plugins...so I pulled out the interesting parts of the compiler mojo and used that...not sure if there is a better way, but this certainly works.. jesse private Compiler compiler = new JavacCompiler(); p

problems with Integration-test and plexus compiler

2005-11-15 Thread Pablo
Hello there I'm writting a plugin which is supposed to do a few things: 1) Compile test classes to be run in integration-test phase 2) Start tomcat 3) Run tests 4) Stop tomcat Steps 2, 3 and 4 are almost done. The main problem is step 1. I thought it would be too much to do by implementing compi