On Thursday 25 Sep 2003 19:34, Askren, Jay wrote: > I am running Maven beta 10 and I cant seem to get the J-Unit tests plugin > to work to work. Im running Maven on Windows XP with Java 1.41_02-b06. > Here is the output from Maven before it dies:
> BUILD FAILED > File...... file:/C:/Documents and > Settings/Owner/.maven/plugins/maven-test-plugi n-1.3/ > Element... resources:copy > Line...... 299 > Column.... 11 > java.lang.NullPointerException > Total time: 3 minutes 7 seconds > > > Does anyone have any idea what I need to do to get this to work? Have you specified the part of the project.xml something like the following ... <build> <unitTestSourceDirectory>'your test dir'</unitTestSourceDirectory> <unitTest> </unitTest> </build> i.e have you included the <unitTest></unitTest> part ... I seem to remember it is sensitive to that being missing. If in doubt, post your project.xml to the list so people can help -- Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
