Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 81314 invoked from network); 28 Feb 2005 21:49:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Feb 2005 21:49:22 -0000 Received: (qmail 18006 invoked by uid 500); 28 Feb 2005 21:49:20 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 17412 invoked by uid 500); 28 Feb 2005 21:49:19 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 17394 invoked by uid 99); 28 Feb 2005 21:49:18 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp10.atl.mindspring.net (HELO smtp10.atl.mindspring.net) (207.69.200.246) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 28 Feb 2005 13:49:17 -0800 Received: from user-0c990ju.cable.mindspring.com ([24.148.130.126] helo=vasili.rlf.org) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1D5slP-0000uW-00 for users@maven.apache.org; Mon, 28 Feb 2005 16:49:15 -0500 Received: (from tporter@localhost) by vasili.rlf.org (8.11.6/8.11.6) id j1SLn7I23419 for users@maven.apache.org; Mon, 28 Feb 2005 16:49:07 -0500 Date: Mon, 28 Feb 2005 16:49:07 -0500 From: Thomas Porter To: Maven Users List Subject: Re: Junit with maven does it work Message-ID: <20050228214907.GA23206@vasili.rlf.org> Reply-To: txporter@mindspring.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am a relative newcomer to maven, but have been using subversion for a while. I have what appears to be a trivial question: If I have a maven enabled project stored in subversion (with project.xml, etc. etc.) how do I check out the project to an empty directory using maven? Assuming my subversion repo is at /home/tporter/svn_repo and my project is in /home/tporter/svn_repo/hfj, I have tried the following in an ampty working directory: maven scm:checkout-project \ -Dmaven.scm.method=svn \ -Dmaven.scm.svn.module=hfj/ \ -Dmaven.scm.svn.root=file:///home/tporter/svn_repo \ -Dmaven.scm.checkout.dir=. and all I get is: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 BUILD SUCCESSFUL Total time: 4 seconds Finished at: Mon Feb 28 16:41:15 EST 2005 with nothing checked out from subversion, empty directory ,etc. If I issue: svn co file:///home/tporter/svn_repo/hfj . I get what I expect and can then issue: maven site to compile, run unit tests, build site, etc. Between deprecated properties and not very well documented scm goals, I'm pretty confused. Any help greatly appreciated. -- Tom Porter txporter@mindspring.com ------------------------------------------------------------------------ "On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question." --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org