Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 43536 invoked from network); 10 Nov 2005 08:38:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 08:38:29 -0000 Received: (qmail 6545 invoked by uid 500); 10 Nov 2005 08:38:28 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 6524 invoked by uid 500); 10 Nov 2005 08:38:28 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 6513 invoked by uid 99); 10 Nov 2005 08:38:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 00:38:28 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 00:38:20 -0800 Received: (qmail 6551 invoked by uid 89); 10 Nov 2005 08:38:06 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 10 Nov 2005 08:38:06 -0000 Message-ID: <133087087.1131611886273.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 10 Nov 2005 02:38:06 -0600 (CST) From: "Emmanuel Venisse (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Closed: (CONTINUUM-433) Projects may not be built in the right order? In-Reply-To: <121108389.1131608706225.JavaMail.haus-jira@codehaus01.managed.contegix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/CONTINUUM-433?page=all ] Emmanuel Venisse closed CONTINUUM-433: -------------------------------------- Resolution: Cannot Reproduce you run your project on a platform that clean repo every days. cargo-core build failed after this repo cleaning, so cargo ant task project can find artifact of cargo-core > Projects may not be built in the right order? > --------------------------------------------- > > Key: CONTINUUM-433 > URL: http://jira.codehaus.org/browse/CONTINUUM-433 > Project: Continuum > Type: Bug > Components: continuum-core > Versions: 1.0 > Reporter: Vincent Massol > > > I've just received this email showing a build that failed because the dependent projects were not built. BTW this is very strange as those dependent projects were built in the past... > -----Original Message----- > From: Continuum@maven.zones.apache.org [mailto:dev@cargo.codehaus.org] > Sent: mercredi 9 novembre 2005 22:03 > To: dev@cargo.codehaus.org > Subject: [cargo-dev] [continuum] BUILD FAILURE: Cargo Ant tasks > Build statistics: > State: Failed > Previous State: Building > Started at: Wed, 9 Nov 2005 21:02:44 +0000 > Finished at: Wed, 9 Nov 2005 21:02:49 +0000 > Total time: 4s > Build Trigger: Schedule > Exit code: 1 > Building machine hostname: maven.zones.apache.org > Operating system : SunOS(unknown) > Java version : 1.4.2_09(Sun Microsystems Inc.) > Changes > src/main/java/org/codehaus/cargo/ant/CargoTask.java > > **************************************************************************** > Output: > **************************************************************************** > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'clean'. > [INFO] ---------------------------------------------------------------------------- > [INFO] Building Cargo Ant tasks > [INFO] task-segment: [clean:clean, install] > [INFO] ---------------------------------------------------------------------------- > [INFO] [clean:clean] > [INFO] Deleting directory /export/home/continuum/continuum-1.0/apps/continuum/working-directory/93/target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] snapshot org.codehaus.cargo.core:cargo-core-generic:0.7-SNAPSHOT: checking for updates from snapshots > Downloading: http://snapshots.maven.codehaus.org/maven2/org/codehaus/cargo/core/cargo-core-generic/0.7-SNAPSHOT/cargo-core-generic-0.7-SNAPSHOT.pom > [WARNING] Unable to get resource from repository snapshots (http://snapshots.maven.codehaus.org/maven2) > [INFO] snapshot org.codehaus.cargo.core:cargo-core-container:0.7-SNAPSHOT: checking for updates from snapshots > Downloading: http://snapshots.maven.codehaus.org/maven2/org/codehaus/cargo/core/cargo-core-container/0.7-SNAPSHOT/cargo-core-container-0.7-SNAPSHOT.pom > [WARNING] Unable to get resource from repository snapshots (http://snapshots.maven.codehaus.org/maven2) > Downloading: http://snapshots.maven.codehaus.org/maven2/org/codehaus/cargo/core/cargo-core-generic/0.7-SNAPSHOT/cargo-core-generic-0.7-SNAPSHOT.jar > [WARNING] Unable to get resource from repository snapshots (http://snapshots.maven.codehaus.org/maven2) > Downloading: http://snapshots.maven.codehaus.org/maven2/org/codehaus/cargo/core/cargo-core-container/0.7-SNAPSHOT/cargo-core-container-0.7-SNAPSHOT.jar > [WARNING] Unable to get resource from repository snapshots (http://snapshots.maven.codehaus.org/maven2) > [INFO] ---------------------------------------------------------------------------- > [ERROR] BUILD ERROR > [INFO] ---------------------------------------------------------------------------- > [INFO] Failed to resolve artifact. > required artifacts missing: > org.codehaus.cargo.core:cargo-core-generic:jar:0.7-SNAPSHOT > org.codehaus.cargo.core:cargo-core-container:jar:0.7-SNAPSHOT > for the artifact: > org.codehaus.cargo.ant:cargo-ant:jar:0.7-SNAPSHOT > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > snapshots (http://snapshots.maven.codehaus.org/maven2) > [INFO] ---------------------------------------------------------------------------- > [INFO] For more information, run Maven with the -e switch > [INFO] ---------------------------------------------------------------------------- > [INFO] Total time: 3 seconds > [INFO] Finished at: Wed Nov 09 21:02:48 GMT+00:00 2005 > [INFO] Final Memory: 3M/6M > [INFO] ---------------------------------------------------------------------------- > **************************************************************************** -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira