applied. The cobetura plugin will need to be packaged, and AFAIK I
don't have access to vmgump yet. Is that right folks?

- Brett

On 8/23/05, Joerg Heinicke <[EMAIL PROTECTED]> wrote:
> > the dependencies must either be in gump (preferred), or packaged.
> >
> > asm and groovy are in gump already, so its just a matter of matching the 
> > id's.
> 
> Ok, so it was more a matter of fixing gump descriptor for JCI. Find the patch
> below. I only fear one dependency is still missing:
> 
>     <dependency>
>       <groupId>maven-plugins</groupId>
>       <artifactId>maven-cobertura-plugin</artifactId>
>       <version>1.1</version>
>       <type>plugin</type>
>     </dependency>
> 
> How does the gump descriptor needs to be modified?
> 
> Thanks for your help,
> 
> Joerg
> 
> 
> Index: D:/Cocoon/gump/project/jakarta-commons-sandbox.xml
> ===================================================================
> --- D:/Cocoon/gump/project/jakarta-commons-sandbox.xml  (revision 227470)
> +++ D:/Cocoon/gump/project/jakarta-commons-sandbox.xml  (working copy)
> @@ -162,13 +162,16 @@
>        <property name="maven.final.name" value="commons-jci-@@DATE@@"/>
>      </maven>
> 
> -    <depend project="bcel"/>
> +    <depend project="antlr.runtime"/>
> +    <depend project="asm"/>
>      <depend project="commons-collections"/>
>      <depend project="commons-io"/>
>      <depend project="commons-lang"/>
>      <depend project="commons-logging"/>
>      <depend project="eclipse" ids="jdtcore"/>
> +    <depend project="groovy"/>
>      <depend project="janino"/>
> +    <depend project="junit"/>
>      <home nested="jci/target"/>
>      <jar name="commons-jci-@@DATE@@.jar"/>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to