You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2004/11/05 10:41:13 UTC

Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

On Friday 05 November 2004 17:00, bodewig@apache.org wrote:

>   -    <depend project="commons-beanutils-core"/>
>   +    <depend project="commons-beanutils"/>

Keep changing this poor dependency back and forth doesn't help...
Next run you will get that commons-beanutils-core can not be found in the 
Maven build.

I am too busy to fix this, but I think the property
maven.commons-beanutils-core.jar
needs to be set to the Jar in question.


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


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


Re: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

Posted by robert burrell donkin <rd...@apache.org>.
On 5 Nov 2004, at 16:36, Niclas Hedhman wrote:

> On Friday 05 November 2004 22:51, Stefano Mazzocchi wrote:
>
>> Niclas, we are trying to standardize along with the maven names. 
>> Stefan
>> is doing the right thing and should be the fulcrum POM that needs to 
>> be
>> updated to follow maven IDs, not to just follow gump ones (which are 
>> now
>> aligned anyway).
>
> According to published items on the ibiblio.org server, both the 
> combined and
> split versions are published at the moment.
>
> http://www.ibiblio.org/maven/commons-beanutils/jars/
>
> And by looking at 1.6 and earlier was without the split version, I 
> would say
> that they are transiting to a permanent split version.

i'm afraid it's not as simple as that. the whole story's a little 
involved (and should be covered at least in part in the gump archives) 
so i'll try to give a short summary of life-as-of-the-last-release. 
beanutils now produces two sets of artifacts: modular 
(commons-beanutils-core and commons-beanutils-collections) and combined 
(commons-beanutils). automated tools (such as maven and gump) should be 
using the modular dependencies.

> So, now try figure out what is the Maven standard name :o)  ??

it didn't help that when the release was cut, the maven naming policies 
were in transition. if you're looking for the an artifact name that 
works for maven try:

     <dependency>
       <groupId>commons-beanutils</groupId>
       <typeId>jar</typeId>
       <artifactId>commons-beanutils-core</artifactId>
       <version>1.7.0</version>
       <url>http://jakarta.apache.org/commons/beanutils.html</url>
     </dependency>

(probably not correct but due to the number of projects that needed a 
clean beanutils distribution  - with no commons-collections dependency 
- we couldn't hold the release until the policy had been finalized)


- robert


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


Re: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Friday 05 November 2004 22:51, Stefano Mazzocchi wrote:

> Niclas, we are trying to standardize along with the maven names. Stefan
> is doing the right thing and should be the fulcrum POM that needs to be
> updated to follow maven IDs, not to just follow gump ones (which are now
> aligned anyway).

According to published items on the ibiblio.org server, both the combined and 
split versions are published at the moment.

http://www.ibiblio.org/maven/commons-beanutils/jars/

And by looking at 1.6 and earlier was without the split version, I would say 
that they are transiting to a permanent split version.

So, now try figure out what is the Maven standard name :o)  ??


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


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


Re: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

Posted by Stefano Mazzocchi <st...@apache.org>.
Niclas Hedhman wrote:
> On Friday 05 November 2004 17:00, bodewig@apache.org wrote:
> 
> 
>>  -    <depend project="commons-beanutils-core"/>
>>  +    <depend project="commons-beanutils"/>
> 
> 
> Keep changing this poor dependency back and forth doesn't help...
> Next run you will get that commons-beanutils-core can not be found in the 
> Maven build.
> 
> I am too busy to fix this, but I think the property
> maven.commons-beanutils-core.jar
> needs to be set to the Jar in question.

Niclas, we are trying to standardize along with the maven names. Stefan 
is doing the right thing and should be the fulcrum POM that needs to be 
updated to follow maven IDs, not to just follow gump ones (which are now 
aligned anyway).

-- 
Stefano.


Re: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

Posted by Stefano Mazzocchi <st...@apache.org>.
Eric Pugh wrote:
> Sorry about that..  I am flailing a bit..   I think I get it..  The project
> is called commons-beanutils.  So, that is the dependency in gump I need.
> But, the jar is called commons-beanutils-core.jar, so that is the dependency
> I need in Maven.  And, the maven.commons-beanutils-core.jar will map between
> the two, correct?

take a look at excalibur.xml and their POM, that's how you should do it.

-- 
Stefano.


Re: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Friday 05 November 2004 19:06, Eric Pugh wrote:
> Sorry about that..  I am flailing a bit..   I think I get it..  The project
> is called commons-beanutils.  So, that is the dependency in gump I need.
> But, the jar is called commons-beanutils-core.jar, so that is the
> dependency I need in Maven.  And, the maven.commons-beanutils-core.jar will
> map between the two, correct?

Correct. BUT I am not entirely sure that properties work with <maven> as one 
would expect. trial and error I guess.

Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


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


RE: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml

Posted by Eric Pugh <ep...@opensourceconnections.com>.
Sorry about that..  I am flailing a bit..   I think I get it..  The project
is called commons-beanutils.  So, that is the dependency in gump I need.
But, the jar is called commons-beanutils-core.jar, so that is the dependency
I need in Maven.  And, the maven.commons-beanutils-core.jar will map between
the two, correct?

> -----Original Message-----
> From: Niclas Hedhman [mailto:niclas@hedhman.org]
> Sent: Friday, November 05, 2004 10:41 AM
> To: general@gump.apache.org
> Subject: Re; cvs commit: gump/project jakarta-turbine-fulcrum.xml
>
>
> On Friday 05 November 2004 17:00, bodewig@apache.org wrote:
>
> >   -    <depend project="commons-beanutils-core"/>
> >   +    <depend project="commons-beanutils"/>
>
> Keep changing this poor dependency back and forth doesn't help...
> Next run you will get that commons-beanutils-core can not be found in the
> Maven build.
>
> I am too busy to fix this, but I think the property
> maven.commons-beanutils-core.jar
> needs to be set to the Jar in question.
>
>
> Cheers
> Niclas
> --
>    +------//-------------------+
>   / http://www.bali.ac        /
>  / http://niclas.hedhman.org /
> +------//-------------------+
>
>
> ---------------------------------------------------------------------
> 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