Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 50159 invoked from network); 19 Feb 2008 21:01:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 21:01:47 -0000 Received: (qmail 30975 invoked by uid 500); 19 Feb 2008 21:01:41 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 30960 invoked by uid 500); 19 Feb 2008 21:01:41 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 30951 invoked by uid 99); 19 Feb 2008 21:01:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 13:01:41 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 21:01:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JRZaV-00016I-Jn for camel-dev@activemq.apache.org; Tue, 19 Feb 2008 13:01:15 -0800 Message-ID: <15567233.post@talk.nabble.com> Date: Tue, 19 Feb 2008 13:01:13 -0800 (PST) From: lhe77 To: camel-dev@activemq.apache.org Subject: Re: Error when building the actual trunk of camel In-Reply-To: <47BA990E.5050705@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lars.heinemann@compart.net References: <15560336.post@talk.nabble.com> <47BA990E.5050705@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Willem, this is not the case. I did it from the root folder. See my other post...hadrian told me that this may solve it. Regards, Lars willem.jiang wrote: > > Hi > > I think you need to the mvn install from the top of trunk, not just from > the components/camel-atom. > > Willem. > lhe77 wrote: >> Hi, >> >> when trying to do "mvn -Dmaven.test.skip=true install" the following >> error >> occurs: >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Camel :: Atom >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:compile] >> [INFO] Nothing to compile - all classes are up to date >> [INFO] [resources:testResources] >> [INFO] Using default encoding to copy filtered resources. >> Downloading: >> http://people.apache.org/repo/m2-incubating-repository/org/apache/camel/camel-core/1.3-SNAPSHOT/camel-core-1.3-SNAPSHOT-tests.jar >> Downloading: >> http://people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-core/1.3-SNAPSHOT/camel-core-1.3-SNAPSHOT-tests.jar >> Downloading: >> http://repo.open.iona.com/maven2-all/org/apache/camel/camel-core/1.3-SNAPSHOT/camel-core-1.3-SNAPSHOT-tests.jar >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.apache.camel:camel-core:test-jar:tests:1.3-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.camel >> -DartifactId=camel-core -Dversion=1.3-SNAPSHOT -Dclassifier=tests >> -Dpackaging=test-jar -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.apache.camel >> -DartifactId=camel-core -Dversion=1.3-SNAPSHOT -Dclassifier=tests >> -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.camel:camel-atom:bundle:1.3-SNAPSHOT >> 2) org.apache.camel:camel-core:test-jar:tests:1.3-SNAPSHOT >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.camel:camel-atom:bundle:1.3-SNAPSHOT >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> apache.snapshots >> (http://people.apache.org/repo/m2-snapshot-repository), >> open.iona.m2-all (http://repo.open.iona.com/maven2-all), >> apache.incubating.releases >> (http://people.apache.org/repo/m2-incubating-repository) >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 13 seconds >> [INFO] Finished at: Tue Feb 19 08:39:35 CET 2008 >> [INFO] Final Memory: 23M/110M >> [INFO] >> ------------------------------------------------------------------------ >> >> How can this be solved? >> >> Regards, >> Lars >> >> >> > > > -- View this message in context: http://www.nabble.com/Error-when-building-the-actual-trunk-of-camel-tp15560336s22882p15567233.html Sent from the Camel - Development mailing list archive at Nabble.com.