You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/08/22 08:35:02 UTC

[jira] Updated: (MPMULTIPROJECT-54) bug interacting with the cactus-plugin 1.7

     [ http://jira.codehaus.org/browse/MPMULTIPROJECT-54?page=all ]

Brett Porter updated MPMULTIPROJECT-54:
---------------------------------------

           Description: 
I have found a strange bug in the combination of the cactus-plugin 1.7
and the multiproject-plugin 1.4.1.

When using the cactus goal in the sub-project, everything works fine 
here is an extract of the subproject maven.xml :

  <goal name="project:clean">
    <attainGoal name="clean"/>
  </goal>

  <goal name="project:snapshot">
    <attainGoal name="test"/>
    <attainGoal name="cactus"/>
  </goal>

  <goal name="project:clean-snapshot">
    <attainGoal name="project:clean"/>
    <attainGoal name="project:snapshot"/>
  </goal>

  <goal name="project:dist-src">
    <attainGoal name="project:clean-snapshot"/>
    <attainGoal name="site"/>
    <attainGoal name="dist:build-src"/>
  </goal>

project:dist-src is the goal i call in the subproject directory.

when i call the same goal (using the multiproject plugin from the
englober project)
it doesn't works.

here is an extract of the project englober maven.xml


  <goal name="project:multi-dist-src">
    <j:set var="goal" value="project:dist-src"/>
    <attainGoal name="multiproject:goal"/>
  </goal>
    
and project:multi-dist-src is the goal i call from the project englober
directory.

I have attached the console results of both the only local working goal
(war.txt) and the englober log (englober.txt)

I have also snipped the logs for more clarity.

  was:
I have found a strange bug in the combination of the cactus-plugin 1.7
and the multiproject-plugin 1.4.1.

When using the cactus goal in the sub-project, everything works fine 
here is an extract of the subproject maven.xml :

  <goal name="project:clean">
    <attainGoal name="clean"/>
  </goal>

  <goal name="project:snapshot">
    <attainGoal name="test"/>
    <attainGoal name="cactus"/>
  </goal>

  <goal name="project:clean-snapshot">
    <attainGoal name="project:clean"/>
    <attainGoal name="project:snapshot"/>
  </goal>

  <goal name="project:dist-src">
    <attainGoal name="project:clean-snapshot"/>
    <attainGoal name="site"/>
    <attainGoal name="dist:build-src"/>
  </goal>

project:dist-src is the goal i call in the subproject directory.

when i call the same goal (using the multiproject plugin from the
englober project)
it doesn't works.

here is an extract of the project englober maven.xml


  <goal name="project:multi-dist-src">
    <j:set var="goal" value="project:dist-src"/>
    <attainGoal name="multiproject:goal"/>
  </goal>
    
and project:multi-dist-src is the goal i call from the project englober
directory.

I have attached the console results of both the only local working goal
(war.txt) and the englober log (englober.txt)

I have also snipped the logs for more clarity.

    Remaining Estimate:     (was: 4 hours)
     Original Estimate:     (was: 14400)

> bug interacting with the cactus-plugin 1.7
> ------------------------------------------
>
>          Key: MPMULTIPROJECT-54
>          URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-54
>      Project: maven-multiproject-plugin
>         Type: Bug
>     Versions: 1.4.1
>  Environment: WinXP maven-1.0.2
>     Reporter: Raphaël Piéroni
>     Assignee: Brett Porter
>  Attachments: englober.txt, war.txt
>
>
> I have found a strange bug in the combination of the cactus-plugin 1.7
> and the multiproject-plugin 1.4.1.
> When using the cactus goal in the sub-project, everything works fine 
> here is an extract of the subproject maven.xml :
>   <goal name="project:clean">
>     <attainGoal name="clean"/>
>   </goal>
>   <goal name="project:snapshot">
>     <attainGoal name="test"/>
>     <attainGoal name="cactus"/>
>   </goal>
>   <goal name="project:clean-snapshot">
>     <attainGoal name="project:clean"/>
>     <attainGoal name="project:snapshot"/>
>   </goal>
>   <goal name="project:dist-src">
>     <attainGoal name="project:clean-snapshot"/>
>     <attainGoal name="site"/>
>     <attainGoal name="dist:build-src"/>
>   </goal>
> project:dist-src is the goal i call in the subproject directory.
> when i call the same goal (using the multiproject plugin from the
> englober project)
> it doesn't works.
> here is an extract of the project englober maven.xml
>   <goal name="project:multi-dist-src">
>     <j:set var="goal" value="project:dist-src"/>
>     <attainGoal name="multiproject:goal"/>
>   </goal>
>     
> and project:multi-dist-src is the goal i call from the project englober
> directory.
> I have attached the console results of both the only local working goal
> (war.txt) and the englober log (englober.txt)
> I have also snipped the logs for more clarity.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org