You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stephen Colebourne <sc...@btopenworld.com> on 2003/12/10 01:33:02 UTC

Re: [events] building

The <id>commons-collections+testframework</id> came from Brent, so I assume
is valid Maven.

I am still hoping to get a valid SNAPSHOT onto ibiblio before xmas. Unless
your 20031207 references mean that you have already sent an update to
ibibilio?

Stephen

----- Original Message -----
From: "Dirk Verbeeck" <di...@pandora.be>
> To refer to this existing file:
>
http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-te
stframework-SNAPSHOT.jar
>
> You need to have these tags:
> <groupId>commons-collections</groupId>
> <artifactId>commons-collections-testframework</artifactId>
>
> Change to SNAPSHOT is ok if the jars are updated, now you get compile
> errors from the out-of-date jars.
>
> -- Dirk
>
>
> scolebourne@apache.org wrote:
> > scolebourne    2003/12/09 14:28:46
> >
> >   Modified:    events   project.xml
> >   Log:
> >   Update the project xml
> >   (I think these should refer to snapshot, even though the snapshot
isn't on ibiblio yet)
> >
> >   Revision  Changes    Path
> >   1.4       +4 -6      jakarta-commons-sandbox/events/project.xml
> >
> >   Index: project.xml
> >   ===================================================================
> >   RCS file: /home/cvs/jakarta-commons-sandbox/events/project.xml,v
> >   retrieving revision 1.3
> >   retrieving revision 1.4
> >   diff -u -r1.3 -r1.4
> >   --- project.xml 7 Dec 2003 18:58:43 -0000 1.3
> >   +++ project.xml 9 Dec 2003 22:28:46 -0000 1.4
> >   @@ -38,17 +38,15 @@
> >          <url>http://www.junit.org/</url>
> >        </dependency>
> >        <dependency>
> >   -      <groupId>commons-collections</groupId>
> >   -      <artifactId>commons-collections-testframework</artifactId>
> >   -      <version>20031207</version>
> >   +      <id>commons-collections+testframework</id>
> >   +      <version>SNAPSHOT</version>
> >          <url>http://jakarta.apache.org/commons/collections/</url>
> >        </dependency>
> >
> >        <!-- run time dependencies -->
> >        <dependency>
> >   -      <groupId>commons-collections</groupId>
> >   -      <artifactId>commons-collections</artifactId>
> >   -      <version>20031207</version>
> >   +      <id>commons-collections</id>
> >   +      <version>SNAPSHOT</version>
> >          <url>http://jakarta.apache.org/commons/collections/</url>
> >        </dependency>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [events] building

Posted by Stephen Colebourne <sc...@btopenworld.com>.
Yes, there is definitely some confusion over this. I hope to look at this
properly once collections is more sorted.
Stephen

----- Original Message -----
From: "__matthewHawthorne" <ma...@phreaker.net>
> From
> http://maven.apache.org/reference/project-descriptor.html#dependencies
>
> Note: The use of the id element for a dependency is deprecated. Please
> use groupId and artifactId together instead.
>
>
>
>
> Rodney Waldhoff wrote:
> > In commons-primitives, the following tag seems to work:
> >
> >  <dependency>
> >    <id>commons-collections:commons-collections-testframework</id>
> >    <version>SNAPSHOT</version>
> >  </dependency>
> >
> > unless I've done something funky locally that I've forgotten about.
> >
> > On Wed, 10 Dec 2003, Stephen Colebourne wrote:
> >
> >
> >>The <id>commons-collections+testframework</id> came from Brent, so I
assume
> >>is valid Maven.
> >>
> >>I am still hoping to get a valid SNAPSHOT onto ibiblio before xmas.
Unless
> >>your 20031207 references mean that you have already sent an update to
> >>ibibilio?
> >>
> >>Stephen
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [events] building

Posted by __matthewHawthorne <ma...@phreaker.net>.
From
http://maven.apache.org/reference/project-descriptor.html#dependencies

Note: The use of the id element for a dependency is deprecated. Please 
use groupId and artifactId together instead.




Rodney Waldhoff wrote:
> In commons-primitives, the following tag seems to work:
> 
>  <dependency>
>    <id>commons-collections:commons-collections-testframework</id>
>    <version>SNAPSHOT</version>
>  </dependency>
> 
> unless I've done something funky locally that I've forgotten about.
> 
> On Wed, 10 Dec 2003, Stephen Colebourne wrote:
> 
> 
>>The <id>commons-collections+testframework</id> came from Brent, so I assume
>>is valid Maven.
>>
>>I am still hoping to get a valid SNAPSHOT onto ibiblio before xmas. Unless
>>your 20031207 references mean that you have already sent an update to
>>ibibilio?
>>
>>Stephen
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [events] building

Posted by Rodney Waldhoff <rw...@apache.org>.
In commons-primitives, the following tag seems to work:

 <dependency>
   <id>commons-collections:commons-collections-testframework</id>
   <version>SNAPSHOT</version>
 </dependency>

unless I've done something funky locally that I've forgotten about.

On Wed, 10 Dec 2003, Stephen Colebourne wrote:

> The <id>commons-collections+testframework</id> came from Brent, so I assume
> is valid Maven.
>
> I am still hoping to get a valid SNAPSHOT onto ibiblio before xmas. Unless
> your 20031207 references mean that you have already sent an update to
> ibibilio?
>
> Stephen
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org