Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 74966 invoked from network); 7 Dec 2006 23:02:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 23:02:26 -0000 Received: (qmail 51954 invoked by uid 500); 7 Dec 2006 23:02:33 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 51935 invoked by uid 500); 7 Dec 2006 23:02:32 -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 51924 invoked by uid 99); 7 Dec 2006 23:02:32 -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 15:02:32 -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 15:02:20 -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_01C71A53.B3663EA6" Subject: RE: Newbie Question Date: Thu, 7 Dec 2006 16:01:59 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Newbie Question Thread-Index: AccaR0Vj7aNV7C28R3eCpJJDr6yIsAABIK5AAAG9bUU= From: "Randall Fidler" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C71A53.B3663EA6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello Alexander, =20 I have my local repository defined and it finds the dependencies - = sometimes. If I setup the build with goals of, say, running a clover = report and then building site output ('clover:instrument' then 'site') = all depenecies are found for executing the clover report goal but fail = for the site. An example is the JUnit jar dependecy, it finds the jar = and imports it for clover:instrument but then complains when it can't = compile, for building the site, as it says it cannot locate Junit = classes. =20 If it didn't find the dependency ever I could understand it being a = repository issue but it can find them for one goal and not another? = Outside of continuum it find them for both... just running via Continuum = (using same pom.xml) it has this issue.... ? =20 Again, any help is appreciated. =20 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_01C71A53.B3663EA6--