[m2] anyone tried to run Eclipse plugin test with pde:test?

2007-06-13 Thread Adrian Herscu
Hi all, I have my tests in a src/test/java folder and launching them from the IDE works just fine. Tried to run them using maven install and the compiler cannot find the application classes (from src/main/java) :-( Tried to move the test classes into src/main/java just to make them

Re: [m2] anyone tried to run Eclipse plugin test with pde:test?

2007-06-13 Thread Dan Tran
is this related to pde-maven-plugin? -D On 6/13/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I have my tests in a src/test/java folder and launching them from the IDE works just fine. Tried to run them using maven install and the compiler cannot find the application classes (from

Re: [m2] anyone tried to run Eclipse plugin test with pde:test?

2007-06-13 Thread Adrian Herscu
Yes. I have managed to tell the compiler to skip the tests classes and this way to make the build succeed. After playing with it few hours I understood that I must supply a test.xml file (though I still don't know how to invoke the test through). But even, if I will supply such test.xml it