null pointer exception when caching dependency information -----------------------------------------------------------
Key: MANTTASKS-185 URL: http://jira.codehaus.org/browse/MANTTASKS-185 Project: Maven 2.x Ant Tasks Issue Type: Bug Components: dependencies task Affects Versions: 2.1.0 Reporter: Frank Wilson Attachments: maven-ant-task-trace-bug.txt, npe-patch-2.1.0.diff The dependencies task will throw a null pointer exception when caching dependencies. This is because antBuildWriter.writeProperty( versionsId, versionsList ); is being called with a null versionsList. Full stack trace and a patch are attached. -- 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