Re: checkout source code from svn

2008-10-01 Thread mydesktop79
Hi, I have another question relate to scm:bootstrap. When I write a child pom file which is only checkout source, compile, then package; use mvn scm:bootstrap to run it is okie. But now I have many pom files and I need a parent pom to call these children pom. I don't know how to assembly them. Now

Re: checkout source code from svn

2008-09-30 Thread mydesktop79
I got it. Thank you. Dan Tran wrote: > > see scm:bootstrap > > On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79 > <[EMAIL PROTECTED]> wrote: >> >> Thank Emmanuel a lot! My checkout is running now. I have one more >> question: >> To check out source so far, I have to run command line mvn scm:checko

Re: checkout source code from svn

2008-09-30 Thread Dan Tran
see scm:bootstrap On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79 <[EMAIL PROTECTED]> wrote: > > Thank Emmanuel a lot! My checkout is running now. I have one more question: > To check out source so far, I have to run command line mvn scm:checkout. But > I want to do a chain-actions: check out source,

Re: checkout source code from svn

2008-09-30 Thread mydesktop79
Thank Emmanuel a lot! My checkout is running now. I have one more question: To check out source so far, I have to run command line mvn scm:checkout. But I want to do a chain-actions: check out source, then compile, then package ... How can I do that with only a pom file (to compile and package, I

Re: checkout source code from svn

2008-09-30 Thread Emmanuel Venisse
It is normal, you don't use the same protocol :-) In the first case, you use the svn protocol and in the second case, you use the file protocol. Modify the scm url in your pom to something like that: scm:svn:svn://my_svn_Ip/Development/execute-workflow Emmanuel On Tue, Sep 30, 2008 at 6:04 AM,