[jira] Commented: (MNG-886) use of reporting plugins results in NPE

2005-09-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-886?page=comments#action_46456 ] 

John Casey commented on MNG-886:


incorporated into it2002. The problem is the MavenProject.new(MavenProject) 
constructor, which wasn't copying the reportArtifacts or the 
extensionArtifacts. It's fixed, and I'm building now. When finished, I'll 
resolve.

 use of reporting plugins results in NPE
 ---

  Key: MNG-886
  URL: http://jira.codehaus.org/browse/MNG-886
  Project: Maven 2
 Type: Bug
   Components: maven-release-plugin
 Reporter: Brett Porter
 Assignee: John Casey
  Fix For: 2.0-beta-2


 Original Estimate: 6 hours
 Remaining: 6 hours

 Doxia had:
 reporting
   plugins
 plugin
   artifactIdmaven-project-info-reports-plugin/artifactId
 /plugin
   /plugins
 /reporting
 This caused an NPE as the resolved artifact was not found in the map.

-- 
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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-886) use of reporting plugins results in NPE

2005-09-14 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-886?page=comments#action_46370 ] 

John Casey commented on MNG-886:


do you have that NPE? that would make this process alot quicker...

 use of reporting plugins results in NPE
 ---

  Key: MNG-886
  URL: http://jira.codehaus.org/browse/MNG-886
  Project: Maven 2
 Type: Bug
   Components: maven-release-plugin
 Reporter: Brett Porter
 Assignee: John Casey



 Doxia had:
 reporting
   plugins
 plugin
   artifactIdmaven-project-info-reports-plugin/artifactId
 /plugin
   /plugins
 /reporting
 This caused an NPE as the resolved artifact was not found in the map.

-- 
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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-886) use of reporting plugins results in NPE

2005-09-14 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-886?page=comments#action_46392 ] 

Brett Porter commented on MNG-886:
--

I don't believe that providing a means of reproducing it is harder than getting 
an arbitrary stack trace :)

1) paste above text into doxia-core/pom.xml
2) try release:prepare (turn off commit - probably a flag we should add - 
dryRun=true)

The exception is at line 1057, caused by not being found at line 898.

 use of reporting plugins results in NPE
 ---

  Key: MNG-886
  URL: http://jira.codehaus.org/browse/MNG-886
  Project: Maven 2
 Type: Bug
   Components: maven-release-plugin
 Reporter: Brett Porter
 Assignee: John Casey
  Fix For: 2.0-beta-2


 Original Estimate: 6 hours
 Remaining: 6 hours

 Doxia had:
 reporting
   plugins
 plugin
   artifactIdmaven-project-info-reports-plugin/artifactId
 /plugin
   /plugins
 /reporting
 This caused an NPE as the resolved artifact was not found in the map.

-- 
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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]