Hi, I have another related query regarding surefire, all of a sudden from today we started getting this error while executing JUnit tasks, the compilation of source file happens fine and the when compiling the test source files, the maven gives build failure telling that it was not able
to load main class from C:\WINDOWS\TEMP\surefirebooter59557.jar What is going wrong here? Could someone please help on this? Regards, Amit On Fri, Feb 15, 2008 at 4:16 PM, Ben Lidgey <[EMAIL PROTECTED]> wrote: > Hi > > We are running tests using Surefire 2.4.1 and Maven 2.0.8. The Junit test > classes are expecting to load a properties file from src/test/resources with > the same name as a properties file in src/main/resources to load test data > etc. However the src/main/resources properties file is being loaded. > > Looking at the debug output shows: > > [DEBUG] Test Classpath : > [DEBUG] C:\Documents and > Settings\benl\.m2\repository\junit\junit\4.2\junit-4.2.jar > > [more jars] > > [DEBUG] c:\Development\Projects\MyProject\target\classes > [DEBUG] c:\Development\Projects\MyProject\target\test-classes > > Which would explain it. Is there anyway to get the test-classes before > classes in the classpath order? Setting childDelegation to true doesn't. > > Ben Lidgey > Senior Software Engineer > e: [EMAIL PROTECTED] > > Inuk Networks Limited > Enterprise House > Navigation Park > Abercynon > CF45 4SN > t: +44 (0)844 546 0100 > f: +44 (0)844 546 0200 > w: www.inuknetworks.com > > > This e-mail is confidential and intended solely for the use of the > individual(s) to whom it is addressed. Any views or opinions expressed are > those of the author. If you are not the intended recipient, please be > advised that any use, dissemination, printing or copying of this email is > strictly prohibited. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
