Hi Raphael,

I'm not sure what is happening. The problem seems to be that in the case
when you're calling your goal using the multiproject, the classpath for the
cactus taskdef does not seem to be found for some reason:

[taskdef] Could not load definitions from resource cactus.tasks. It could
not be found.

Could you please show us your build snippet that defines the cactus tasks?
Maybe it has some relative path that does not get resolved properly when
used with the multiproject?

Thanks
-Vincent

> -----Original Message-----
> From: Raphaël Piéroni [mailto:[EMAIL PROTECTED]
> Sent: jeudi 23 juin 2005 15:57
> To: [email protected]
> Subject: [M-1.0.2] [cactus] [multiproject] Can not cactify in multiproject
> environnement
> 
> Hello,
> 
> 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.
> 
> If any one has some idea.
> 
> Raphaël
> 
> ------------------------------------
> | Raphaël Piéroni                  |
> | 33+ 223 351 354                  |
> | mailto:[EMAIL PROTECTED]        |
> | http://www.dexem.com             |
> | mailing:[EMAIL PROTECTED] |
> ------------------------------------
> 
> 
> 
> 
> 
> 
> __________________________________________________________________________
> _
> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
> Téléchargez cette version sur http://fr.messenger.yahoo.com


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

Reply via email to