Return-Path: Delivered-To: apmail-incubator-ace-dev-archive@minotaur.apache.org Received: (qmail 73601 invoked from network); 10 Feb 2011 01:26:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 01:26:11 -0000 Received: (qmail 59972 invoked by uid 500); 10 Feb 2011 01:26:10 -0000 Delivered-To: apmail-incubator-ace-dev-archive@incubator.apache.org Received: (qmail 59918 invoked by uid 500); 10 Feb 2011 01:26:10 -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 59910 invoked by uid 99); 10 Feb 2011 01:26:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 01:26:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dantran@gmail.com designates 209.85.160.175 as permitted sender) Received: from [209.85.160.175] (HELO mail-gy0-f175.google.com) (209.85.160.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 01:26:05 +0000 Received: by gyd8 with SMTP id 8so364180gyd.6 for ; Wed, 09 Feb 2011 17:25:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=E+jL5VYfpQnr38HuA2Wv7effO0wTNXfLpp1HZgkYL7s=; b=OA6y8Ch1TlYhQg7i9Y0WJwZeYvfGznniMdEye2ebUGDU59WPOwqOqScf5s340GX9A3 /NYBV+GxBWBvpE4lnryX7adgPs7UYCe8i8qibPfqpGqsELrZsyJXyg3UE87Zd+/OZO2S w7dvzYK+HSh45RVH4oLoegFBiT0QYL3IADNUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=IemedoqjOW3bWeEVdIZsWLzaNy9qu3dKPL8JEnQHB/6uV6ZEnYWYv2gdUF6KpGh3If oYIFHsDvghS9Yljb6IPDqlddJkjj5RKWWgS6Rl0s82PFdTiTeuF+vQBvf1b6TXe8Mp4b xqsLCRP957+HzFVK205PlpTtgKOB/fO6sbQAU= MIME-Version: 1.0 Received: by 10.150.54.7 with SMTP id c7mr2681758yba.17.1297301143275; Wed, 09 Feb 2011 17:25:43 -0800 (PST) Received: by 10.150.212.1 with HTTP; Wed, 9 Feb 2011 17:25:43 -0800 (PST) In-Reply-To: References: <5C501882-224F-438B-BF93-EBCB8E4C3132@luminis.nl> Date: Wed, 9 Feb 2011 17:25:43 -0800 Message-ID: Subject: Re: Unable to build felix/dependencymanager and therefore ACE From: Dan Tran To: ace-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Mike I got the source from same place as your. If you build from home, may be you need to clean out your local repo and give it a try? Do you have your own maven repo manager at home? -Dan On Wed, Feb 9, 2011 at 5:14 PM, Michael Duffy wrote: > Dan, > > I obtained the source code from here : > > http://svn.apache.org/repos/asf/incubator/ace/trunk/ > > I had the bnd and bndUtils issues - but thats when I was building it at w= ork > with a Sonar Maven repo in place. > > When I build it at home I don't encounter those issues. > > Hope this helps, > > Mike. > > On Thu, Feb 10, 2011 at 11:59 AM, Dan Tran wrote: > >> Thanks Michael. >> >> I went further and blindfully setup dependencyManager for bnd and >> bindlib under pom/pom.xml >> >> I got further with missing gwt-dnd-2.6.5. That can be fixed by >> installing it to my local repo. >> >> so mvn clean install built >> >> however mvn clean install -Ptargets >> >> fails due to missing org.knopflerfish.bundle.log:log_all:jar:2.0.0 >> >> -Dan >> >> On Wed, Feb 9, 2011 at 4:40 PM, Michael Duffy wrote= : >> > I had the same issue because I was getting the source from the wrong >> > subversion. When I get back to my desk i'll let u know which svn I got >> the >> > correct source from >> > On 10/02/2011 11:24 AM, "Dan Tran" wrote: >> >> that is better, I got further build ACE with this errror. Perhaps a >> >> bnd and bndlib should have entries in ace's dependencyManagement >> >> >> >> Missing: >> >> ---------- >> >> 1) biz.aQute:bndlib:jar:0.0.313 >> >> >> >> Try downloading the file manually from the project website. >> >> >> >> Then, install it using the command: >> >> mvn install:install-file -DgroupId=3Dbiz.aQute -DartifactId=3Dbndlib >> >> -Dversion=3D0.0.313 -Dpackaging=3Djar -Dfile=3D/path/to/file >> >> >> >> Alternatively, if you host your own repository you can deploy the fil= e >> > there: >> >> mvn deploy:deploy-file -DgroupId=3Dbiz.aQute -DartifactId=3Dbndlib >> >> -Dversion=3D0.0.313 -Dpackaging=3Djar -Dfile=3D/path/to/file -Durl=3D= [url] >> >> -DrepositoryId=3D[id] >> >> >> >> Path to dependency: >> >> 1) org.apache.ace:ace-deployment-streamgenerator:bundle:0.8.0-SNAPSHO= T >> >> 2) org.ops4j.pax.swissbox:pax-swissbox-tinybundles:jar:1.2.0 >> >> 3) org.ops4j.pax.swissbox:pax-swissbox-bnd:jar:1.2.0 >> >> 4) biz.aQute:bndlib:jar:0.0.313 >> >> >> >> ---------- >> >> 1 required artifact is missing. >> >> >> >> for artifact: >> >> org.apache.ace:ace-deployment-streamgenerator:bundle:0.8.0-SNAPSHOT >> >> >> >> >> >> >> >> -D >> >> >> >> On Wed, Feb 9, 2011 at 3:27 PM, Marcel Offermans >> >> wrote: >> >>> 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 shoul= d >> > build the core bundle, which is enough for ACE and for now just skip t= he >> > rest. >> >>> >> >>> Sorry for the inconvenience! >> >>> >> >>> Greetings, Marcel >> >>> >> >>> >> >>> On Feb 10, 2011, at 0:18 , Dan Tran wrote: >> >>> >> >>>> better log >> >>>> >> >>>> [INFO] Failed to resolve artifact. >> >>>> >> >>>> Missing: >> >>>> ---------- >> >>>> 1) biz.aQute:bnd:jar:0.0.401 >> >>>> >> >>>> =C2=A0Try downloading the file manually from the project website. >> >>>> >> >>>> =C2=A0Then, install it using the command: >> >>>> =C2=A0 =C2=A0 =C2=A0mvn install:install-file -DgroupId=3Dbiz.aQute = -DartifactId=3Dbnd >> >>>> -Dversion=3D0.0.401 -Dpackaging=3Djar -Dfile=3D/path/to/file >> >>>> >> >>>> =C2=A0Alternatively, if you host your own repository you can deploy= the >> file >> > there: >> >>>> =C2=A0 =C2=A0 =C2=A0mvn deploy:deploy-file -DgroupId=3Dbiz.aQute -D= artifactId=3Dbnd >> >>>> -Dversion=3D0.0.401 -Dpackaging=3Djar -Dfile=3D/path/to/file -Durl= =3D[url] >> >>>> -DrepositoryId=3D[id] >> >>>> >> >>>> =C2=A0Path to dependency: >> >>>> =C2=A0 =C2=A0 =C2=A0 =C2=A01) >> > >> org.apache.felix:org.apache.felix.dependencymanager.annotation:maven-plu= gin:3.0.0-SNAPSHOT >> >>>> =C2=A0 =C2=A0 =C2=A0 =C2=A02) biz.aQute:bnd:jar:0.0.401 >> >>>> >> >>>> ---------- >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> On Wed, Feb 9, 2011 at 3:14 PM, Dan Tran wrote: >> >>>>> When build with felix/dependencymanagement >> >>>>> >> >>>>> this what I got. >> >>>>> >> >>>>> >> >>>>> [INFO] Failed to resolve artifact. >> >>>>> >> >>>>> Missing: >> >>>>> ---------- >> >>>>> 1) biz.aQute:bnd:jar:0.0.401 >> >>>>> >> >>>>> =C2=A0Try downloading the file manually from the project website. >> >>>>> >> >>>>> >> >>>>> Big thanks for looking into this issue >> >>>>> >> >>>>> -Dan >> >>>>> >> >>>>> On Wed, Feb 9, 2011 at 2:19 PM, Marcel Offermans >> >>>>> wrote: >> >>>>>> Hello Dan, >> >>>>>> >> >>>>>> On Feb 9, 2011, at 19:06 , Dan Tran wrote: >> >>>>>> >> >>>>>>> Hi I am trying the build ACE for the first time, and running int= o >> >>>>>>> build issue with felix/dependencymanagement snapshot where bnd >> > version >> >>>>>>> 0.0.401 is not at maven central, but i could not find that versi= on >> >>>>>>> either at biz.aQute site. >> >>>>>> >> >>>>>>> Do you have work around for this? =C2=A0is there any thing else = beside >> > bnd? >> >>>>>> >> >>>>>> I am assuming you found the instructions here: >> >>>>>> http://incubator.apache.org/ace/maven-build.html >> >>>>>> >> >>>>>> From your description I'm not 100% sure where you get the missing >> > dependency. Is it when building 'dependencymanager' or 'deploymentadmi= n'? >> > Could you post some lines of output that show the message. Building th= ose >> > here locally does seem to work, but that might be because I have thing= s >> in >> > my local Maven cache that you don't. >> >>>>>> >> >>>>>> Greetings, Marcel >> >>>>>> >> >>>>>> >> >>>>> >> >>>> >> >>> >> >>> >> > >> >