Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 57540 invoked from network); 2 Apr 2007 10:58:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 10:58:31 -0000 Received: (qmail 48207 invoked by uid 500); 2 Apr 2007 10:58:31 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 47720 invoked by uid 500); 2 Apr 2007 10:58:30 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 47708 invoked by uid 99); 2 Apr 2007 10:58:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 03:58:30 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of victor.katte@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 03:58:21 -0700 Received: by wx-out-0506.google.com with SMTP id t14so1151476wxc for ; Mon, 02 Apr 2007 03:58:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Vm6RLIQIhb1da+waCoiVK4XSbVGmJp2gWr2phXkNoZJuTP0T7WpcbppSO/Cui7mF1QO9qiqRYCOzkWEXWBB2hTjALzpjpNvzCQSpXOjawxvJDMV2ZpCRUizpbjYZui5RfRlS/wkLlReoGphooyHe/MGDmfT7BrN075NOmWSzT+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jQLp0hDN6Yia9lg2liDcqCyvvK5KwE2aW6gOoNGfZAum6KkVizrdh2E0o78YHG59JYclgPkH/NiK3fP6MoUfBYoCN1mY6y66taqxbskDXW1QCgE/XRvDhvaa+yuMWKuGWVcOAP5i6rPsBl3Utse4PYDO1BTqKdGZyAMdzUuh6xs= Received: by 10.90.115.4 with SMTP id n4mr2932654agc.1175511480945; Mon, 02 Apr 2007 03:58:00 -0700 (PDT) Received: by 10.90.55.17 with HTTP; Mon, 2 Apr 2007 03:58:00 -0700 (PDT) Message-ID: Date: Mon, 2 Apr 2007 11:58:00 +0100 From: "Victor Katte" To: "Maven Users List" Subject: Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_73242_1385696.1175511480896" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_73242_1385696.1175511480896 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Trent, Thankx for the info. Its has advanced my understanding of the various resources. I have successfully imported the project and it appears to have been built by Eclipse successfully. However, I am not able to view the java source code tree. I can see the project OK. I thought importing the project would give access to the source tree under this project. Correct? Thankx Victor On 4/2/07, Trent Rosenbaum wrote: > > Hi Victor, > > I set my workspace to an arbitary location of the filesystem. I then > use the import an existing project menu action to make eclipse aware > of the new maven project, Eclipse will then understand the project > because you executed the eclipse plugin with the myapp directory. > > This can be completed through following actions > > 1. file >> import >> select the General folder icon >> Existing > Projects intoWorkspace > 2. Set the 'select root directory' valeu to the myapp folder > 3. Make sure the project is ticked. > 4. click finish. > > Any eclispe subversion plugins should also operate on the project and > you con commit chnage back into the SVN repo. > > Hope this helps > > Trent > > > On 02/04/07, Victor Katte wrote: > > Hello, > > > > I am new to these tools and am to understand how they can be configured > to > > work together. Basically, I have these tools installed and they are > working > > fine independently, but need to link them up if possible. > > > > My Maven repository is located at C:\Documents and > > Settings\Victor\.m2\repository. I have set the environment variable > M2_REPO > > to point to this location within Eclipse. > > > > I have checked out the source code into a directory called myapp on C > drive > > (C:\myapp) using Subversion. And have run the following command in the > myapp > > directory; > > > > mvn eclipse:eclipse -DdownloadSource=true > > > > When I launch Eclipse, it asks me to specify a workspace. Thus my > question; > > Is the eclipse workspace; > > > > 1) the location of the Maven repository, C:\Documents and > > Settings\Victor\.m2\repository ? > > 2) the location containing the source code, C:\myapp ? > > 3) any arbitary location on the filesystem? > > > > > > Thnkx > > Victor > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > ------=_Part_73242_1385696.1175511480896--