Re: scm:checkout question

2008-05-02 Thread Dan Tran
] Sent: Thursday, May 01, 2008 4:05 PM To: Maven Users List Subject: Re: scm:checkout question version1.1-SNAPSHOT/version should pull down the latest one. would not work for you? -D On Thu, May 1, 2008 at 12:59 PM, Daniel King [EMAIL PROTECTED] wrote: I mean *aren't* named 1.1

RE: scm:checkout question

2008-05-02 Thread Daniel King
, May 02, 2008 2:50 AM To: Maven Users List Subject: Re: scm:checkout question I am a little trouble understanding why it is not working for you. Perform you can post your pom i can run, may be it will shred some light. -D On Thu, May 1, 2008 at 1:08 PM, Daniel King [EMAIL PROTECTED] wrote: Dan

RE: scm:checkout question

2008-05-02 Thread Daniel King
: Friday, May 02, 2008 10:22 AM To: Maven Users List Subject: RE: scm:checkout question Dan, Here it is. ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http

Re: scm:checkout question

2008-05-02 Thread Dan Tran
List Subject: Re: scm:checkout question I am a little trouble understanding why it is not working for you. Perform you can post your pom i can run, may be it will shred some light. -D On Thu, May 1, 2008 at 1:08 PM, Daniel King [EMAIL PROTECTED] wrote: Dan, I don't see what

RE: scm:checkout question

2008-05-01 Thread Daniel King
notify me immediately by replying to the message and deleting it from your computer. Thank you. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 9:39 PM To: Maven Users List Subject: Re: scm:checkout question version 1.1-SNAPSHOT fixed

Re: scm:checkout question

2008-05-01 Thread Dan Tran
your computer. Thank you. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 9:39 PM To: Maven Users List Subject: Re: scm:checkout question version 1.1-SNAPSHOT fixed the checkout twice issue -D On Tue, Apr 29, 2008 at 10:40 AM, Daniel

RE: scm:checkout question

2008-05-01 Thread Daniel King
. Thank you. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 1:15 PM To: Maven Users List Subject: Re: scm:checkout question it is at snapshot repo http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/pl ugins/maven-scm-plugin/ -D

RE: scm:checkout question

2008-05-01 Thread Daniel King
to the message and deleting it from your computer. Thank you. -Original Message- From: Daniel King [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 3:38 PM To: Maven Users List Subject: RE: scm:checkout question Dan, Is there an easy to get the 1.1-SNAPSHOT plugin from that maven repo

Re: scm:checkout question

2008-05-01 Thread Dan Tran
PROTECTED] Sent: Thursday, May 01, 2008 3:38 PM To: Maven Users List Subject: RE: scm:checkout question Dan, Is there an easy to get the 1.1-SNAPSHOT plugin from that maven repo? All the jars and pom files are named *SNAPSHOT* so they can't be found. They're named with a timestamp. So I'd have

RE: scm:checkout question

2008-05-01 Thread Daniel King
by replying to the message and deleting it from your computer. Thank you. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 4:05 PM To: Maven Users List Subject: Re: scm:checkout question version1.1-SNAPSHOT/version should pull down the latest one

Re: scm:checkout question

2008-04-29 Thread Emmanuel Venisse
You can checkout a project without a pom like this: mvn scm:checkout -DconnectionUrl=[YOUR_SCM_URL] All options are defined here: http://maven.apache.org/scm/plugins/checkout-mojo.html the bootstr On Mon, Apr 28, 2008 at 11:11 PM, Daniel King [EMAIL PROTECTED] wrote: How can you checkout a

Re: scm:checkout question

2008-04-29 Thread Emmanuel Venisse
You can checkout a project without a pom like this: mvn scm:checkout -DconnectionUrl=[YOUR_SCM_URL] All options are defined here: http://maven.apache.org/scm/plugins/checkout-mojo.html The bootstrap goal should work with something like this: mvn scm:bootstrap -DconnectionUrl=[YOUR_SCM_URL]

RE: scm:checkout question

2008-04-29 Thread Daniel King
. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 9:23 AM To: Maven Users List Subject: Re: scm:checkout question You can checkout a project without a pom like this: mvn scm:checkout -DconnectionUrl=[YOUR_SCM_URL] All options are defined

RE: scm:checkout question

2008-04-29 Thread Daniel King
The scm:bootstrap seems to be checking everything out twice. Any ideas why? Here are the steps: 1) Removing the checkoutDirectory 2) Creating a temp client spec or workspace 3) Checking out the code 4) Deleting the checkout directory, 5) Rechecking it out the code again 6) Compiling 7) Testing

RE: scm:checkout question

2008-04-29 Thread Daniel King
and deleting it from your computer. Thank you. -Original Message- From: Daniel King [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 1:41 PM To: Maven Users List Subject: RE: scm:checkout question The scm:bootstrap seems to be checking everything out twice. Any ideas why? Here

Re: scm:checkout question

2008-04-29 Thread Dan Tran
version 1.1-SNAPSHOT fixed the checkout twice issue -D On Tue, Apr 29, 2008 at 10:40 AM, Daniel King [EMAIL PROTECTED] wrote: The scm:bootstrap seems to be checking everything out twice. Any ideas why? Here are the steps: 1) Removing the checkoutDirectory 2) Creating a temp client spec

Re: scm:checkout question

2008-04-29 Thread Emmanuel Venisse
I don't know. Maybe an issue in the Perforce provider. Emmanuel On Tue, Apr 29, 2008 at 7:40 PM, Daniel King [EMAIL PROTECTED] wrote: The scm:bootstrap seems to be checking everything out twice. Any ideas why? Here are the steps: 1) Removing the checkoutDirectory 2) Creating a temp