2006/3/13, Hiram Chirino <[EMAIL PROTECTED]>: > I was just using the latest deployed 2.1.3-SNAPSHOT version of > surefire and I got this error on the activemq/activemq-jaas module. > Any idea? ... > java.lang.NullPointerException > at java.util.Hashtable.put(Hashtable.java:396) > at java.util.Properties.setProperty(Properties.java:128) > at java.lang.System.setProperty(System.java:700) > at > org.apache.maven.test.SurefirePlugin.processSystemProperties(SurefirePlugin.java:408)
Hi Hiram, I've seen it a couple of times during the Geronimo build migration to M2. It happens whenever not-that-recent version of maven-surefire-plugin is used (that's at least is my perception of what happens). Make sure you're using maven-surefire-plugin-2.1.3-20060228.012944-10.jar as otherwise you run across the issue. It works fine in security module of Geronimo (cf. http://svn.apache.org/viewcvs.cgi/*checkout*/geronimo/trunk/modules/security/pom.xml?rev=383234&content-type=text%2Fplain) You may also need to adjust your plugin repositories. > Hiram Jacek -- Jacek Laskowski http://www.laskowski.org.pl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
