Results 1 to 3 of 3

Thread: Propblem checking out of cvs with maven

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    Allentown, PA
    Posts
    141

    Default Propblem checking out of cvs with maven

    I can't seem to get the latest head from cvs using maven.

    Here is the maven output:

    C:\dev\javaDev\tools\acegi>maven scm:checkout-project -Dmaven.scm.method=cvs -Dmaven.scm.cvs.module=acegisecurity -Dmaven.scm.cvs.root=server:anonymous@cvs.sourceforge.net:/
    cvsroot/acegisecurity -Dmaven.scm.checkout.dir=acegisecurity
    __ __
    | \/ |__ _Apache__ ___
    | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
    |_| |_\__,_|\_/\___|_||_| v. 1.0.2

    build:start:

    scmarse-connection:

    scm:validate:

    scm:checkout-project:
    scm:cvs-checkout-project:
    [echo] Checking out acegisecurity; from CVSROOT: server:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity
    [delete] Deleting directory C:\dev\javaDev\tools\acegi\acegisecurity\acegisecu rity
    [mkdir] Created dir: C:\dev\javaDev\tools\acegi\acegisecurity\acegisecu rity

    BUILD FAILED
    File...... C:\Documents and Settings\Daniel Frey\.maven\cache\maven-scm-plugin-1.4.1\plugin.jelly
    Element... ant:cvs
    Line...... 245
    Column.... 9
    java.io.IOException: CreateProcess: cvs -dserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity -q checkout -P acegisecurity error=2
    Total time: 4 seconds
    Finished at: Thu Jan 20 09:23:53 EST 2005

    Any help would be greatly appreciated. Please let me know if you require further information.

    Dan

  2. #2
    Join Date
    Aug 2004
    Location
    A Coruņa, Spain
    Posts
    17

    Default

    Seems that you haven't cvs client installed, maven needs it.

  3. #3
    Join Date
    Oct 2004
    Posts
    207

    Default

    Or, you do have the cvs client installed and it's not in your path...

Similar Threads

  1. Getting started with Spring + Maven
    By ejeklint in forum Architecture
    Replies: 3
    Last Post: Dec 27th, 2006, 10:25 AM
  2. Managing components / projects / dev cycle: Maven or ant?
    By rebornspirit in forum Architecture
    Replies: 9
    Last Post: Oct 6th, 2006, 09:34 AM
  3. Maven
    By marrotte in forum Architecture
    Replies: 7
    Last Post: Dec 15th, 2005, 08:19 PM
  4. Nightly Snapshot / Maven Problems
    By bendg25 in forum Security
    Replies: 3
    Last Post: Dec 20th, 2004, 05:07 PM
  5. Maven 'targets'?
    By jbetancourt in forum Meta
    Replies: 2
    Last Post: Oct 6th, 2004, 09:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •