You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Joerg Heinicke <jo...@gmx.de> on 2005/08/21 12:16:42 UTC

Maven and Gump

Hello,

few projects fail to unavailable dependencies und Maven runs in offline mode:
[1], [2]. I guess Gump has an offline or local repository with all the
dependencies it needs. But how do new dependencies get into that repository?

Joerg

[1] http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/
gump_work/build_jakarta-commons-sandbox_commons-jci.html
[2] http://vmgump.apache.org/gump/public/groovy/groovy/
gump_work/build_groovy_groovy.html


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Maven and Gump

Posted by Brett Porter <br...@gmail.com>.
nm, I remembered it eventually.

- Brett

On 9/4/05, Brett Porter <br...@gmail.com> wrote:
> 
> Ok, I got creative with my password and seem to have forgotten it :(
> 
> Can anyone reset it for me? I still have SSH access.
> 
> In the mean time, I have done the metadata changes and dropped the files 
> in my home directory on vmgump - if someone wants to move them to the 
> correct subdirectories in /u/l/gump/packages, then it'll be all set.
> 
> - Brett
> 
> On 9/4/05, Brett Porter <br...@gmail.com> wrote:
> > 
> > 
> > 
> > On 9/4/05, Henri Yandell < flamefew@gmail.com> wrote:
> > > 
> > > This getting dealt with at all?
> > > 
> > 
> > I got access, but I haven't had the time to go in and find where things 
> > are again :)
> > 
> > The process is:
> > - create the metadata file in SVN (any committer can do)
> > - place the JAR in the expected location.
> > 
> > I'll package these two up now. Id' feel guilty letting you do it given 
> > your recent contributions to infra and so on :)
> > 
> > Cheers,
> > Brett
> > 
> > 
>

Re: Maven and Gump

Posted by Brett Porter <br...@gmail.com>.
Ok, I got creative with my password and seem to have forgotten it :(

Can anyone reset it for me? I still have SSH access.

In the mean time, I have done the metadata changes and dropped the files in 
my home directory on vmgump - if someone wants to move them to the correct 
subdirectories in /u/l/gump/packages, then it'll be all set.

- Brett

On 9/4/05, Brett Porter <br...@gmail.com> wrote:
> 
> 
> 
> On 9/4/05, Henri Yandell <fl...@gmail.com> wrote:
> > 
> > This getting dealt with at all?
> > 
> 
> I got access, but I haven't had the time to go in and find where things 
> are again :)
> 
> The process is:
> - create the metadata file in SVN (any committer can do)
> - place the JAR in the expected location.
> 
> I'll package these two up now. Id' feel guilty letting you do it given 
> your recent contributions to infra and so on :)
> 
> Cheers,
> Brett
> 
>

Re: Maven and Gump

Posted by Brett Porter <br...@gmail.com>.
On 9/4/05, Henri Yandell <fl...@gmail.com> wrote:
> 
> This getting dealt with at all?
> 

I got access, but I haven't had the time to go in and find where things are 
again :)

The process is:
- create the metadata file in SVN (any committer can do)
- place the JAR in the expected location.

I'll package these two up now. Id' feel guilty letting you do it given your 
recent contributions to infra and so on :)

Cheers,
Brett

Re: Maven and Gump

Posted by Henri Yandell <fl...@gmail.com>.
This getting dealt with at all?

commons-email seems to need "maven-findbugs-plugin-0.9.1.jar" too.

I'm happy to learn how to do this if I can get access :) 

Hen

On 8/25/05, Joerg Heinicke <jo...@gmx.de> wrote:
> Brett Porter <brett.porter <at> gmail.com> writes:
> 
> > The cobetura plugin will need to be packaged, and AFAIK I
> > don't have access to vmgump yet. Is that right folks?
> 
> Can somebody please do the steps necessary for the Cobertura Maven plugin?
> 
> The other dependencies are fixed now. Thanks for that.
> 
> Joerg
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Maven and Gump

Posted by Joerg Heinicke <jo...@gmx.de>.
Brett Porter <brett.porter <at> gmail.com> writes:

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

Can somebody please do the steps necessary for the Cobertura Maven plugin?

The other dependencies are fixed now. Thanks for that.

Joerg


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Maven and Gump

Posted by Brett Porter <br...@gmail.com>.
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 <jo...@gmx.de> 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: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Maven and Gump

Posted by Joerg Heinicke <jo...@gmx.de>.
> 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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Maven and Gump

Posted by Brett Porter <br...@gmail.com>.
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.

http://maven.apache.org/reference/plugins/gump/

On 8/21/05, Joerg Heinicke <jo...@gmx.de> wrote:
> Hello,
> 
> few projects fail to unavailable dependencies und Maven runs in offline mode:
> [1], [2]. I guess Gump has an offline or local repository with all the
> dependencies it needs. But how do new dependencies get into that repository?
> 
> Joerg
> 
> [1] http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/
> gump_work/build_jakarta-commons-sandbox_commons-jci.html
> [2] http://vmgump.apache.org/gump/public/groovy/groovy/
> gump_work/build_groovy_groovy.html
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org