Return-Path: Delivered-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Received: (qmail 9512 invoked from network); 9 Feb 2011 23:27:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2011 23:27:43 -0000 Received: (qmail 37774 invoked by uid 500); 9 Feb 2011 23:27:43 -0000 Delivered-To: apmail-incubator-ace-dev-archive@incubator.apache.org Received: (qmail 37718 invoked by uid 500); 9 Feb 2011 23:27:43 -0000 Mailing-List: contact ace-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ace-dev@incubator.apache.org Delivered-To: mailing list ace-dev@incubator.apache.org Received: (qmail 37710 invoked by uid 99); 9 Feb 2011 23:27:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 23:27:43 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.109.24.34] (HELO smtp-vbr14.xs4all.nl) (194.109.24.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 23:27:36 +0000 Received: from [10.0.0.35] (planetmarrs.xs4all.nl [82.95.193.148]) (authenticated bits=0) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id p19NREJP026229 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 10 Feb 2011 00:27:15 +0100 (CET) (envelope-from marcel.offermans@luminis.nl) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Unable to build felix/dependencymanager and therefore ACE From: Marcel Offermans In-Reply-To: Date: Thu, 10 Feb 2011 00:27:14 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <5C501882-224F-438B-BF93-EBCB8E4C3132@luminis.nl> References: To: X-Mailer: Apple Mail (2.1082) X-Virus-Scanned: by XS4ALL Virus Scanner Thanks! I'll forward this issue to my co-developer of that bundle, as he's = currently working on the annotation bundle for the dependency manager. The good news is, you don't really need that one for ACE, so instead of = building the whole dependency manager, go one level deeper into the = dependencymanager/core folder and do a "mvn install" there. That should = build the core bundle, which is enough for ACE and for now just skip the = rest. Sorry for the inconvenience! Greetings, Marcel On Feb 10, 2011, at 0:18 , Dan Tran wrote: > better log >=20 > [INFO] Failed to resolve artifact. >=20 > Missing: > ---------- > 1) biz.aQute:bnd:jar:0.0.401 >=20 > Try downloading the file manually from the project website. >=20 > Then, install it using the command: > mvn install:install-file -DgroupId=3Dbiz.aQute -DartifactId=3Dbnd > -Dversion=3D0.0.401 -Dpackaging=3Djar -Dfile=3D/path/to/file >=20 > Alternatively, if you host your own repository you can deploy the = file there: > mvn deploy:deploy-file -DgroupId=3Dbiz.aQute -DartifactId=3Dbnd > -Dversion=3D0.0.401 -Dpackaging=3Djar -Dfile=3D/path/to/file = -Durl=3D[url] > -DrepositoryId=3D[id] >=20 > Path to dependency: > 1) = org.apache.felix:org.apache.felix.dependencymanager.annotation:maven-plugi= n:3.0.0-SNAPSHOT > 2) biz.aQute:bnd:jar:0.0.401 >=20 > ---------- >=20 >=20 >=20 >=20 > On Wed, Feb 9, 2011 at 3:14 PM, Dan Tran wrote: >> When build with felix/dependencymanagement >>=20 >> this what I got. >>=20 >>=20 >> [INFO] Failed to resolve artifact. >>=20 >> Missing: >> ---------- >> 1) biz.aQute:bnd:jar:0.0.401 >>=20 >> Try downloading the file manually from the project website. >>=20 >>=20 >> Big thanks for looking into this issue >>=20 >> -Dan >>=20 >> On Wed, Feb 9, 2011 at 2:19 PM, Marcel Offermans >> wrote: >>> Hello Dan, >>>=20 >>> On Feb 9, 2011, at 19:06 , Dan Tran wrote: >>>=20 >>>> Hi I am trying the build ACE for the first time, and running into >>>> build issue with felix/dependencymanagement snapshot where bnd = version >>>> 0.0.401 is not at maven central, but i could not find that version >>>> either at biz.aQute site. >>>=20 >>>> Do you have work around for this? is there any thing else beside = bnd? >>>=20 >>> I am assuming you found the instructions here: >>> http://incubator.apache.org/ace/maven-build.html >>>=20 >>> =46rom your description I'm not 100% sure where you get the missing = dependency. Is it when building 'dependencymanager' or = 'deploymentadmin'? Could you post some lines of output that show the = message. Building those here locally does seem to work, but that might = be because I have things in my local Maven cache that you don't. >>>=20 >>> Greetings, Marcel >>>=20 >>>=20 >>=20 >=20