[ http://jira.codehaus.org/browse/MAVEN-1666?page=all ]
Arnaud Heritier updated MAVEN-1666: ----------------------------------- Fix Version: (was: 1.1-beta-3) > Non-informative exception when running 1.1-beta-1 on pom/maven.xml working in > 1.0.2 > ----------------------------------------------------------------------------------- > > Key: MAVEN-1666 > URL: http://jira.codehaus.org/browse/MAVEN-1666 > Project: Maven > Type: Bug > Versions: 1.1-beta-1 > Environment: D:\jhb_bugfix_view\sw\java>maven --info all_jar > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-1 > ----- Environment > java.version=1.4.2_06 > file.encoding=Cp1252 > java.ext.dirs=c:\j2sdk1.4.2_06\jre\lib\ext > java.class.path=d:\tools\maven-1.1-beta-1\lib\forehead-1.0-beta-5.jar > os.name=Windows 2000 > java.vendor=Sun Microsystems Inc. > > sun.boot.class.path=c:\j2sdk1.4.2_06\jre\lib\rt.jar;c:\j2sdk1.4.2_06\jre\lib\i18n.jar;c:\j2sdk1.4.2_06\jre\lib\sunrsasign.jar;c:\j2sdk1.4.2_06\jre\lib\jsse.jar;c:\j2sdk1.4.2_06\jre\lib\jce.jar;c:\j2 > sdk1.4.2_06\jre\lib\charsets.jar;c:\j2sdk1.4.2_06\jre\classes > java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition > ----- > Installed plugins : > maven-abbot-plugin-1.1 > maven-announcement-plugin-1.3 > maven-ant-plugin-1.9 > maven-antlr-plugin-1.2.1 > maven-artifact-plugin-1.5.2 > maven-aspectj-plugin-3.2 > maven-castor-plugin-1.2 > maven-changelog-plugin-1.8.2 > maven-changes-plugin-1.5.1 > maven-checkstyle-plugin-2.5 > maven-clean-plugin-1.3 > maven-clover-plugin-1.9.1 > maven-console-plugin-1.1 > maven-cruisecontrol-plugin-1.7 > maven-dashboard-plugin-1.8 > maven-developer-activity-plugin-1.5.1 > maven-dist-plugin-1.6.1 > maven-ear-plugin-1.7 > maven-eclipse-plugin-1.9 > maven-ejb-plugin-1.6 > maven-faq-plugin-1.4 > maven-file-activity-plugin-1.5.1 > maven-genapp-plugin-2.2 > maven-gump-plugin-2.0.1 > maven-hibernate-plugin-1.3 > maven-html2xdoc-plugin-1.3.1 > maven-idea-plugin-1.6 > maven-j2ee-plugin-1.5.1 > maven-jalopy-plugin-1.3.1 > maven-jar-plugin-1.7 > maven-java-plugin-1.5 > maven-javacc-plugin-1.1 > maven-javadoc-plugin-1.7 > maven-jboss-plugin-1.5 > maven-jbuilder-plugin-1.5 > maven-jcoverage-plugin-1.0.9 > maven-jdepend-plugin-1.5 > maven-jdiff-plugin-1.4 > maven-jellydoc-plugin-1.3.1 > maven-jetty-plugin-1.1 > maven-jira-plugin-1.1.2 > maven-jnlp-plugin-1.4.1 > maven-junit-report-plugin-1.5 > maven-jxr-plugin-1.4.2 > maven-license-plugin-1.2 > maven-linkcheck-plugin-1.3.4 > maven-multichanges-plugin-1.1 > maven-multiproject-plugin-1.4.1 > maven-native-plugin-1.1 > maven-nsis-plugin-1.1 > maven-pdf-plugin-2.3 > maven-plugin-plugin-1.6 > maven-pmd-plugin-1.6 > maven-pom-plugin-1.4.1 > maven-rar-plugin-1.0 > maven-release-plugin-1.4.1 > maven-repository-plugin-1.2 > maven-scm-plugin-1.5 > maven-simian-plugin-1.4 > maven-site-plugin-1.6.1 > maven-tasklist-plugin-2.4 > maven-test-plugin-1.6.2 > maven-uberjar-plugin-1.2 > maven-war-plugin-1.6.1 > maven-xdoc-plugin-1.9.1 > Home Build properties : {eclipse_location=C:/eclipse, > eclipse_dep_project=project, staging_location=d:/stage} > Reporter: Jan-Helge Bergesen > Attachments: maven.xml, project.xml, super_project.xml > > > D:\jhb_bugfix_view\sw\java>maven -e all_jar > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-1 > java.lang.NullPointerException > at > org.codehaus.plexus.util.StringUtils.deleteWhitespace(StringUtils.java:139) > at > org.apache.maven.plugin.PluginScriptParser.startElement(PluginScriptParser.java:143) > at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown > Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) > at > org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:157) > at > org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:177) > at > org.apache.maven.plugin.PluginManager.readMavenXml(PluginManager.java:524) > at > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:596) > at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) > at org.apache.maven.cli.App.doMain(App.java:511) > at org.apache.maven.cli.App.main(App.java:1258) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at com.werken.forehead.Forehead.run(Forehead.java:551) > at com.werken.forehead.Forehead.main(Forehead.java:581) > You have encountered an unknown error running Maven. > Please help us to correct this problem by following these simple steps: > - read the Maven FAQ at http://maven.apache.org/faq.html > - run the same command again with the '-e' parameter, eg 'maven -e jar' > - search the maven-user archives for the error at > http://www.mail-archive.com/users@maven.apache.org > - post the output of maven -e to JIRA at http://tmn/cqweb/ (you must sign up > first) > - run 'maven --info' and post the output as the environment to the bug above > Total time : 0 seconds > Finished at : 15. august 2005 11:12:18 CEST -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira