[jira] Commented: (MJAVADOC-141) regression: Adding jar execution to the parent of a multi-module javadoc plugin causes recursive invocations error

2008-03-03 Thread Wendy Smoak (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_125991
 ] 

Wendy Smoak commented on MJAVADOC-141:
--

I believe this was fixed along with MJAVADOC-137 by reverting the change from 
MJAVADOC-104 that added @aggregator.

 regression: Adding jar execution to the parent of a multi-module javadoc 
 plugin causes recursive invocations error
 --

 Key: MJAVADOC-141
 URL: http://jira.codehaus.org/browse/MJAVADOC-141
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Mike Youngstrom
 Fix For: 2.4


 I have a multimodule project with the javadoc plugin declared in my parent.
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   configuration
   aggregatetrue/aggregate
   /configuration
   executions
   execution
   idattach-javadocs/id
   goals
   goaljar/goal
   /goals
   /execution
   /executions
   /plugin
 After upgrading to 2.3 and do a build I now get the error:
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
 invocation.
 [INFO] No goals needed for project - skipping
 Which then skips the processing of that module and later gives me dependency 
 errors because previous dependencies were not compiled.
 If I remove jar processing from my plugin definition everything works fine 
 except no javadoc jars are created.

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




[jira] Commented: (MJAVADOC-141) regression: Adding jar execution to the parent of a multi-module javadoc plugin causes recursive invocations error

2007-08-08 Thread Vincent Siveton (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104299
 ] 

Vincent Siveton commented on MJAVADOC-141:
--

Thanks Nick! The causes seems to be @aggregator in AbstractJavadocMojo.

 regression: Adding jar execution to the parent of a multi-module javadoc 
 plugin causes recursive invocations error
 --

 Key: MJAVADOC-141
 URL: http://jira.codehaus.org/browse/MJAVADOC-141
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Mike Youngstrom

 I have a multimodule project with the javadoc plugin declared in my parent.
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   configuration
   aggregatetrue/aggregate
   /configuration
   executions
   execution
   idattach-javadocs/id
   goals
   goaljar/goal
   /goals
   /execution
   /executions
   /plugin
 After upgrading to 2.3 and do a build I now get the error:
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
 invocation.
 [INFO] No goals needed for project - skipping
 Which then skips the processing of that module and later gives me dependency 
 errors because previous dependencies were not compiled.
 If I remove jar processing from my plugin definition everything works fine 
 except no javadoc jars are created.

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




[jira] Commented: (MJAVADOC-141) regression: Adding jar execution to the parent of a multi-module javadoc plugin causes recursive invocations error

2007-08-06 Thread Mike Youngstrom (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104104
 ] 

Mike Youngstrom commented on MJAVADOC-141:
--

I have the above in the build/ section and I have below in the reporting/ 
section since I don't believe it's possible to add executions to plugings in 
the reporting/ section???

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-javadoc-plugin/artifactId
version2.3/version
configuration
aggregatetrue/aggregate
/configuration
/plugin

 regression: Adding jar execution to the parent of a multi-module javadoc 
 plugin causes recursive invocations error
 --

 Key: MJAVADOC-141
 URL: http://jira.codehaus.org/browse/MJAVADOC-141
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Mike Youngstrom

 I have a multimodule project with the javadoc plugin declared in my parent.
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   configuration
   aggregatetrue/aggregate
   /configuration
   executions
   execution
   idattach-javadocs/id
   goals
   goaljar/goal
   /goals
   /execution
   /executions
   /plugin
 After upgrading to 2.3 and do a build I now get the error:
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
 invocation.
 [INFO] No goals needed for project - skipping
 Which then skips the processing of that module and later gives me dependency 
 errors because previous dependencies were not compiled.
 If I remove jar processing from my plugin definition everything works fine 
 except no javadoc jars are created.

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




[jira] Commented: (MJAVADOC-141) regression: Adding jar execution to the parent of a multi-module javadoc plugin causes recursive invocations error

2007-08-04 Thread Vincent Siveton (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103981
 ] 

Vincent Siveton commented on MJAVADOC-141:
--

Is it defined in build/ or reporting/ section

 regression: Adding jar execution to the parent of a multi-module javadoc 
 plugin causes recursive invocations error
 --

 Key: MJAVADOC-141
 URL: http://jira.codehaus.org/browse/MJAVADOC-141
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Mike Youngstrom

 I have a multimodule project with the javadoc plugin declared in my parent.
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
   version2.3/version
   configuration
   aggregatetrue/aggregate
   /configuration
   executions
   execution
   idattach-javadocs/id
   goals
   goaljar/goal
   /goals
   /execution
   /executions
   /plugin
 After upgrading to 2.3 and do a build I now get the error:
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
 invocation.
 [INFO] No goals needed for project - skipping
 Which then skips the processing of that module and later gives me dependency 
 errors because previous dependencies were not compiled.
 If I remove jar processing from my plugin definition everything works fine 
 except no javadoc jars are created.

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