Re: scm:bootstrap-project does not update ${basedir}

2005-05-04 Thread Jamie Bisotti
Did you file a JIRA issue for this?

On 5/2/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
 It's basedir.
 
 Corey
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 02, 2005 4:45 PM
 To: Maven Users List
 Subject: Re: scm:bootstrap-project does not update ${basedir}
 
 It depends :)
 
 Is it the basedir variable that is set incorrectly, or the working
 directory?
 
 If it is basedir - it is a bug.
 
 - Brett
 
 On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
  Back to the original question: is this a bug or am I missing
 something?
 
  Corey
 
  -Original Message-
  From: Brett Porter [mailto:[EMAIL PROTECTED]
  Sent: Monday, May 02, 2005 4:21 PM
  To: Maven Users List
  Subject: Re: scm:bootstrap-project does not update ${basedir}
 
  No, I mean Maven essentially runs a reactor to start the new project,
  so the basedir variable should be set, but the current working
  directory will remain where you started Maven from.
 
  - Brett
 
  On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
   I don't know whether it's running inside a reactor. My command is:
  
   maven scm:bootstrap-project
  
   I assumed bootstrap would run as if maven goal were run in the
 clean
   checkouts directory?
  
   Corey
  
   -Original Message-
   From: Brett Porter [mailto:[EMAIL PROTECTED]
   Sent: Monday, May 02, 2005 4:05 PM
   To: Maven Users List
   Subject: Re: scm:bootstrap-project does not update ${basedir}
  
   ${basedir} should be, but ${user.dir} is not - it is run inside a
   reactor. Is this not the case?
  
   - Brett
  
   On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
I'm using scm:bootstrap-project with Maven, and I would expect
${basedir} to be updated to the directory of the clean checkout
directory after doing an scm:bootstrap-project, but that doesn't
  seem
   to
be the case. Here is the
   
 start maven output ==
   
maven.scm.bootstrap.goals = multiproject:deploy
multiproject:deploy-snapshot jar:deploy-snapshot site:deploy
scm:parse-connection:
[echo] Using connection:
 scm:cvs:ext:cvs@servercvs-root:engr
Using SCM method: cvs
   
Using CVSROOT: :ext:cvs@servercvs-root
   
Using module: engr
   
scm:validate:
   
scm:checkout-project:
scm:cvs-checkout-project:
[echo] Checking out engr; from CVSROOT:
   :ext:cvs@servercvs-root
[delete] Deleting directory
C:\usr\ci\test\engr\target\checkouts\engr
[mkdir] Created dir: C:\usr\ci\test\engr\target\checkouts\engr
[cvs] cvs checkout: cwd=C:\usr\ci\test\engr\target\checkouts
,current=C:\usr\ci\test\engr\target\checkouts
   
... cvs checkouts ...
   
[echo] bootstrap-base-dir: C:\usr\ci\test\engr
   
 end maven output ==
   
I think the line [echo] bootstrap-base-dir: C:\usr\ci\test\engr
   should
read [echo] bootstrap-base-dir:
C:\usr\ci\test\engr\target\checkouts\engr
   
Is this behavior expected and/or correct, or am I missing
 something?
   
Corey
   
   
  -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Jamie Bisotti
Software Engineer
Lexmark International, Inc.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
I don't know whether it's running inside a reactor. My command is:

maven scm:bootstrap-project

I assumed bootstrap would run as if maven goal were run in the clean
checkouts directory?

Corey

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 02, 2005 4:05 PM
To: Maven Users List
Subject: Re: scm:bootstrap-project does not update ${basedir}

${basedir} should be, but ${user.dir} is not - it is run inside a
reactor. Is this not the case?

- Brett

On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
 I'm using scm:bootstrap-project with Maven, and I would expect
 ${basedir} to be updated to the directory of the clean checkout
 directory after doing an scm:bootstrap-project, but that doesn't seem
to
 be the case. Here is the
 
  start maven output ==
 
 maven.scm.bootstrap.goals = multiproject:deploy
 multiproject:deploy-snapshot jar:deploy-snapshot site:deploy
 scm:parse-connection:
 [echo] Using connection: scm:cvs:ext:cvs@servercvs-root:engr
 Using SCM method: cvs
 
 Using CVSROOT: :ext:cvs@servercvs-root
 
 Using module: engr
 
 scm:validate:
 
 scm:checkout-project:
 scm:cvs-checkout-project:
 [echo] Checking out engr; from CVSROOT:
:ext:cvs@servercvs-root
 [delete] Deleting directory
 C:\usr\ci\test\engr\target\checkouts\engr
 [mkdir] Created dir: C:\usr\ci\test\engr\target\checkouts\engr
 [cvs] cvs checkout: cwd=C:\usr\ci\test\engr\target\checkouts
 ,current=C:\usr\ci\test\engr\target\checkouts
 
 ... cvs checkouts ...
 
 [echo] bootstrap-base-dir: C:\usr\ci\test\engr
 
  end maven output ==
 
 I think the line [echo] bootstrap-base-dir: C:\usr\ci\test\engr
should
 read [echo] bootstrap-base-dir:
 C:\usr\ci\test\engr\target\checkouts\engr
 
 Is this behavior expected and/or correct, or am I missing something?
 
 Corey
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Brett Porter
No, I mean Maven essentially runs a reactor to start the new project,
so the basedir variable should be set, but the current working
directory will remain where you started Maven from.

- Brett

On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
 I don't know whether it's running inside a reactor. My command is:
 
 maven scm:bootstrap-project
 
 I assumed bootstrap would run as if maven goal were run in the clean
 checkouts directory?
 
 Corey
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 02, 2005 4:05 PM
 To: Maven Users List
 Subject: Re: scm:bootstrap-project does not update ${basedir}
 
 ${basedir} should be, but ${user.dir} is not - it is run inside a
 reactor. Is this not the case?
 
 - Brett
 
 On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
  I'm using scm:bootstrap-project with Maven, and I would expect
  ${basedir} to be updated to the directory of the clean checkout
  directory after doing an scm:bootstrap-project, but that doesn't seem
 to
  be the case. Here is the
 
   start maven output ==
 
  maven.scm.bootstrap.goals = multiproject:deploy
  multiproject:deploy-snapshot jar:deploy-snapshot site:deploy
  scm:parse-connection:
  [echo] Using connection: scm:cvs:ext:cvs@servercvs-root:engr
  Using SCM method: cvs
 
  Using CVSROOT: :ext:cvs@servercvs-root
 
  Using module: engr
 
  scm:validate:
 
  scm:checkout-project:
  scm:cvs-checkout-project:
  [echo] Checking out engr; from CVSROOT:
 :ext:cvs@servercvs-root
  [delete] Deleting directory
  C:\usr\ci\test\engr\target\checkouts\engr
  [mkdir] Created dir: C:\usr\ci\test\engr\target\checkouts\engr
  [cvs] cvs checkout: cwd=C:\usr\ci\test\engr\target\checkouts
  ,current=C:\usr\ci\test\engr\target\checkouts
 
  ... cvs checkouts ...
 
  [echo] bootstrap-base-dir: C:\usr\ci\test\engr
 
   end maven output ==
 
  I think the line [echo] bootstrap-base-dir: C:\usr\ci\test\engr
 should
  read [echo] bootstrap-base-dir:
  C:\usr\ci\test\engr\target\checkouts\engr
 
  Is this behavior expected and/or correct, or am I missing something?
 
  Corey
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
Back to the original question: is this a bug or am I missing something?

Corey

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 02, 2005 4:21 PM
To: Maven Users List
Subject: Re: scm:bootstrap-project does not update ${basedir}

No, I mean Maven essentially runs a reactor to start the new project,
so the basedir variable should be set, but the current working
directory will remain where you started Maven from.

- Brett

On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
 I don't know whether it's running inside a reactor. My command is:
 
 maven scm:bootstrap-project
 
 I assumed bootstrap would run as if maven goal were run in the clean
 checkouts directory?
 
 Corey
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 02, 2005 4:05 PM
 To: Maven Users List
 Subject: Re: scm:bootstrap-project does not update ${basedir}
 
 ${basedir} should be, but ${user.dir} is not - it is run inside a
 reactor. Is this not the case?
 
 - Brett
 
 On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
  I'm using scm:bootstrap-project with Maven, and I would expect
  ${basedir} to be updated to the directory of the clean checkout
  directory after doing an scm:bootstrap-project, but that doesn't
seem
 to
  be the case. Here is the
 
   start maven output ==
 
  maven.scm.bootstrap.goals = multiproject:deploy
  multiproject:deploy-snapshot jar:deploy-snapshot site:deploy
  scm:parse-connection:
  [echo] Using connection: scm:cvs:ext:cvs@servercvs-root:engr
  Using SCM method: cvs
 
  Using CVSROOT: :ext:cvs@servercvs-root
 
  Using module: engr
 
  scm:validate:
 
  scm:checkout-project:
  scm:cvs-checkout-project:
  [echo] Checking out engr; from CVSROOT:
 :ext:cvs@servercvs-root
  [delete] Deleting directory
  C:\usr\ci\test\engr\target\checkouts\engr
  [mkdir] Created dir: C:\usr\ci\test\engr\target\checkouts\engr
  [cvs] cvs checkout: cwd=C:\usr\ci\test\engr\target\checkouts
  ,current=C:\usr\ci\test\engr\target\checkouts
 
  ... cvs checkouts ...
 
  [echo] bootstrap-base-dir: C:\usr\ci\test\engr
 
   end maven output ==
 
  I think the line [echo] bootstrap-base-dir: C:\usr\ci\test\engr
 should
  read [echo] bootstrap-base-dir:
  C:\usr\ci\test\engr\target\checkouts\engr
 
  Is this behavior expected and/or correct, or am I missing something?
 
  Corey
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Brett Porter
It depends :)

Is it the basedir variable that is set incorrectly, or the working directory?

If it is basedir - it is a bug.

- Brett

On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
 Back to the original question: is this a bug or am I missing something?
 
 Corey
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 02, 2005 4:21 PM
 To: Maven Users List
 Subject: Re: scm:bootstrap-project does not update ${basedir}
 
 No, I mean Maven essentially runs a reactor to start the new project,
 so the basedir variable should be set, but the current working
 directory will remain where you started Maven from.
 
 - Brett
 
 On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
  I don't know whether it's running inside a reactor. My command is:
 
  maven scm:bootstrap-project
 
  I assumed bootstrap would run as if maven goal were run in the clean
  checkouts directory?
 
  Corey
 
  -Original Message-
  From: Brett Porter [mailto:[EMAIL PROTECTED]
  Sent: Monday, May 02, 2005 4:05 PM
  To: Maven Users List
  Subject: Re: scm:bootstrap-project does not update ${basedir}
 
  ${basedir} should be, but ${user.dir} is not - it is run inside a
  reactor. Is this not the case?
 
  - Brett
 
  On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
   I'm using scm:bootstrap-project with Maven, and I would expect
   ${basedir} to be updated to the directory of the clean checkout
   directory after doing an scm:bootstrap-project, but that doesn't
 seem
  to
   be the case. Here is the
  
    start maven output ==
  
   maven.scm.bootstrap.goals = multiproject:deploy
   multiproject:deploy-snapshot jar:deploy-snapshot site:deploy
   scm:parse-connection:
   [echo] Using connection: scm:cvs:ext:cvs@servercvs-root:engr
   Using SCM method: cvs
  
   Using CVSROOT: :ext:cvs@servercvs-root
  
   Using module: engr
  
   scm:validate:
  
   scm:checkout-project:
   scm:cvs-checkout-project:
   [echo] Checking out engr; from CVSROOT:
  :ext:cvs@servercvs-root
   [delete] Deleting directory
   C:\usr\ci\test\engr\target\checkouts\engr
   [mkdir] Created dir: C:\usr\ci\test\engr\target\checkouts\engr
   [cvs] cvs checkout: cwd=C:\usr\ci\test\engr\target\checkouts
   ,current=C:\usr\ci\test\engr\target\checkouts
  
   ... cvs checkouts ...
  
   [echo] bootstrap-base-dir: C:\usr\ci\test\engr
  
    end maven output ==
  
   I think the line [echo] bootstrap-base-dir: C:\usr\ci\test\engr
  should
   read [echo] bootstrap-base-dir:
   C:\usr\ci\test\engr\target\checkouts\engr
  
   Is this behavior expected and/or correct, or am I missing something?
  
   Corey
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: scm:bootstrap-project does not update ${basedir}

2005-05-02 Thread Corey Klaasmeyer
It's basedir.

Corey

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 02, 2005 4:45 PM
To: Maven Users List
Subject: Re: scm:bootstrap-project does not update ${basedir}

It depends :)

Is it the basedir variable that is set incorrectly, or the working
directory?

If it is basedir - it is a bug.

- Brett

On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
 Back to the original question: is this a bug or am I missing
something?
 
 Corey
 
 -Original Message-
 From: Brett Porter [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 02, 2005 4:21 PM
 To: Maven Users List
 Subject: Re: scm:bootstrap-project does not update ${basedir}
 
 No, I mean Maven essentially runs a reactor to start the new project,
 so the basedir variable should be set, but the current working
 directory will remain where you started Maven from.
 
 - Brett
 
 On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
  I don't know whether it's running inside a reactor. My command is:
 
  maven scm:bootstrap-project
 
  I assumed bootstrap would run as if maven goal were run in the
clean
  checkouts directory?
 
  Corey
 
  -Original Message-
  From: Brett Porter [mailto:[EMAIL PROTECTED]
  Sent: Monday, May 02, 2005 4:05 PM
  To: Maven Users List
  Subject: Re: scm:bootstrap-project does not update ${basedir}
 
  ${basedir} should be, but ${user.dir} is not - it is run inside a
  reactor. Is this not the case?
 
  - Brett
 
  On 5/3/05, Corey Klaasmeyer [EMAIL PROTECTED] wrote:
   I'm using scm:bootstrap-project with Maven, and I would expect
   ${basedir} to be updated to the directory of the clean checkout
   directory after doing an scm:bootstrap-project, but that doesn't
 seem
  to
   be the case. Here is the
  
    start maven output ==
  
   maven.scm.bootstrap.goals = multiproject:deploy
   multiproject:deploy-snapshot jar:deploy-snapshot site:deploy
   scm:parse-connection:
   [echo] Using connection:
scm:cvs:ext:cvs@servercvs-root:engr
   Using SCM method: cvs
  
   Using CVSROOT: :ext:cvs@servercvs-root
  
   Using module: engr
  
   scm:validate:
  
   scm:checkout-project:
   scm:cvs-checkout-project:
   [echo] Checking out engr; from CVSROOT:
  :ext:cvs@servercvs-root
   [delete] Deleting directory
   C:\usr\ci\test\engr\target\checkouts\engr
   [mkdir] Created dir: C:\usr\ci\test\engr\target\checkouts\engr
   [cvs] cvs checkout: cwd=C:\usr\ci\test\engr\target\checkouts
   ,current=C:\usr\ci\test\engr\target\checkouts
  
   ... cvs checkouts ...
  
   [echo] bootstrap-base-dir: C:\usr\ci\test\engr
  
    end maven output ==
  
   I think the line [echo] bootstrap-base-dir: C:\usr\ci\test\engr
  should
   read [echo] bootstrap-base-dir:
   C:\usr\ci\test\engr\target\checkouts\engr
  
   Is this behavior expected and/or correct, or am I missing
something?
  
   Corey
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]