Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 93024 invoked from network); 8 Dec 2006 00:05:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 00:05:48 -0000 Received: (qmail 61290 invoked by uid 500); 8 Dec 2006 00:05:53 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 61280 invoked by uid 500); 8 Dec 2006 00:05:53 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 61268 invoked by uid 99); 8 Dec 2006 00:05:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 16:05:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [168.158.192.19] (HELO phx-server1.testadvantage.com) (168.158.192.19) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 16:05:42 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C71A5C.8D8DB126" Subject: RE: Newbie Question Date: Thu, 7 Dec 2006 17:01:58 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Newbie Question Thread-Index: AccaR0Vj7aNV7C28R3eCpJJDr6yIsAABIK5AAAQTDcY= From: "Randall Fidler" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C71A5C.8D8DB126 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, =20 Building off of Alexander's suggestion I did try setting Maven's = setting.xml file to specifically use certain repositories. What I found = was it is bringing down the junit version I'm looking for but it only = brings down the pom and checksum file - it doesn't bring down the jar! =20 I have completely cleaned out my repository and double checked that the = repository I'm pointing to is for use with Maven2 and does indeed have = the junit jar version I'm looking for. Running with a clean repository = the same occurs, the dependencies are "found" but only the pom and = checksum files are moved to Maven2's local repository. =20 Is there an setting somewhere that I'm missing? =20 Thanks again! Regards, Randall ________________________________ From: Morgovsky, Alexander (US - Glen Mills) = [mailto:amorgovsky@deloitte.com] Sent: Thu 12/7/2006 3:06 PM To: continuum-users@maven.apache.org Subject: RE: Newbie Question Maybe you should see which settings.xml file your Continuum instance is using and make sure that your repositories are properly defined in there. ________________________________ From: Randall Fidler [mailto:randall.fidler@testadvantage.com] Sent: Thursday, December 07, 2006 4:33 PM To: continuum-users@maven.apache.org Subject: Newbie Question Hello, I just downloaded Continuum yesterday (v1.0.3) and have gotten it up and running on Windows 2003 server. I am using a Maven2 project with Continuum and getting mixed results - i.e. sometimes it runs farther down the line than other times.=20 The project I'm using works fine on a development machine, compiles, gets dependencies and all that fun stuff but on Continuum, sometimes it cannot get dependencies (which I can see are in the local repository) and other times it will download the dependencies, using -U, when it executes 'clean' but then says it cannot find the dependency it just downloaded when it runs 'package' or 'site' goals. If it was a simple case of the something not running, one particular goal, then I could understand but it fails at different parts of the process for each build run... sometimes it runs 10 seconds and other times 10 minutes. To me, I would think this to be a Maven2 problem (pom is wrong) but the project builds fine with Maven2 outside of Continuum so I thought this support list was the most appropriate. Note: Using Java 1.5 JDK with default profile/schedule on Continuum and did not use a URL to define the project; I uploaded the pom file. Any suggestions are greatly appreciated. Thanks, Randall This message (including any attachments) contains confidential = information intended for a specific individual and purpose, and is = protected by law. If you are not the intended recipient, you should = delete this message. Any disclosure, copying, or distribution of this message, or the taking = of any action based on it, is strictly prohibited. [v.E.1] ------_=_NextPart_001_01C71A5C.8D8DB126--