RE: Problems building felix from git

2016-06-07 Thread Jean-Baptiste Onofré
Hi Jérôme Christian and I have prepared some build fixes. PR on the way. RegardsJB Sent from my Samsung device Original message From: jerome moliere Date: 07/06/2016 08:30 (GMT+01:00) To: users@felix.apache.org Subject: Problems building felix from git Hi all, I

Problems building felix from git

2016-06-06 Thread jerome moliere
Hi all, I just cloned the felix repository and I launched the build file but it fails with plenty errors. Here is the first one: [main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System (Version: 2.6.0) created. ERROR: Bundle org.ops4j.pax.exam [1] Error starting link:classpath:META-

Re: Problems Building Felix - Hangs @ org.apache.felix.scr.integration.ComponentDisposeTest

2010-07-07 Thread Toni Menzel
Well for the time being, you can skip also those tests (if just waiting for test fixes) with -Dmaven.test.skip Just because you said you want to get up to speed with felix.. Toni On Thu, Jul 8, 2010 at 4:08 AM, Jason Hanna wrote: > Thanks Toni. Updating the PAX Exam versions to 1.2.0 in > /scr/po

Re: Problems Building Felix - Hangs @ org.apache.felix.scr.integration.ComponentDisposeTest

2010-07-07 Thread Jason Hanna
Thanks Toni. Updating the PAX Exam versions to 1.2.0 in /scr/pom.xml seems to address the hang, although now I'm hitting several dozen pax exam test case failures within the scr bundle. I started digging a little deeper, but I'm afraid I don't have enough knowledge of OSGi, Apache Felix, and the S

Re: Problems Building Felix - Hangs @ org.apache.felix.scr.integration.ComponentDisposeTest

2010-07-07 Thread Toni Menzel
@ felix scr guys, upgrade pax exam to version 1.2.0 . On Mon, Jul 5, 2010 at 11:37 PM, Jason Hanna wrote: > Hi All, > > First time trying to run, build, and use Apache Felix. I'm not off to > a good start out of the gate, however. Downloaded the most recent > files from trunk and following instal

Problems Building Felix - Hangs @ org.apache.felix.scr.integration.ComponentDisposeTest

2010-07-05 Thread Jason Hanna
Hi All, First time trying to run, build, and use Apache Felix. I'm not off to a good start out of the gate, however. Downloaded the most recent files from trunk and following installation directions as documented. I'm hanging after I execute "mvn -Dpackaging=bundle install". I've updated my versi

Problems building Felix - Take 2

2009-12-30 Thread Viktor Ransmayr
Hi everyone, a couple of days ago I sent an initial inquiry to this list. - I did get helpfull input, but it became clear to me, that I had to learn a bit more about Maven. - So I did and I now tried to create a repository for 'all' subprojects of Apache Felix locally ... I'm attaching t

Re: Problems building Felix ...

2009-12-29 Thread Richard S. Hall
On 12/29/09 3:48, Viktor Ransmayr wrote: Hi Richard, no success. - In my first try Maven complained about not finding 1.1.0-SNAPSHOT of 'o.a.f.framework', so I changed to version in the pom of 'o.a.f.daemon' to 2.1-SNAPSHOT. - Now I get the following errors: C:\Snapshots\Felix\org.apac

Re: Problems building Felix ...

2009-12-29 Thread Viktor Ransmayr
Hi Richard, no success. - In my first try Maven complained about not finding 1.1.0-SNAPSHOT of 'o.a.f.framework', so I changed to version in the pom of 'o.a.f.daemon' to 2.1-SNAPSHOT. - Now I get the following errors: C:\Snapshots\Felix\org.apache.felix.daemon>mvn clean install [INFO] S

Re: Problems building Felix ...

2009-12-28 Thread Richard S. Hall
On 12/28/09 13:24, Viktor Ransmayr wrote: Hi Richard, will do. - However what version shall I use for o.a.f.daemon ? - Can not find it at http://felix.apache.org/site/downloads.cgi ! It was never released, so you can just go into its directory and do "mvn clean install" to build the 0.9

Re: Problems building Felix ...

2009-12-28 Thread Justin Edelson
Then you didn't install the daemon project. It looks like you need to run "mvn -Dpackaging=osgi-bundle install" in the root to get this to happen. As Richard said earlier, the Felix build is less-than-ideal. Justin On Mon, Dec 28, 2009 at 1:19 PM, Viktor Ransmayr wrote: > Hi Justin, > >did

Re: Problems building Felix ...

2009-12-28 Thread Viktor Ransmayr
Hi Richard, will do. - However what version shall I use for o.a.f.daemon ? - Can not find it at http://felix.apache.org/site/downloads.cgi ! Regards, Viktor Am 28.12.2009 19:02, schrieb Richard S. Hall: On 12/28/09 12:25, Viktor Ransmayr wrote: Hi Justin, hi Richard, with the prop

Re: Problems building Felix ...

2009-12-28 Thread Viktor Ransmayr
Hi Justin, did as you proposed. - Build errors are down to 1. - It seem that the recipe does not work for 'org.apache.felix.daemon'. - Its pom states version '0.9.0-SNAPSHOT', which I use, however I receive the following build error: C:\Snapshots\Felix\installers>mvn -Dpackaging=bundle

Re: Problems building Felix ...

2009-12-28 Thread Richard S. Hall
On 12/28/09 12:25, Viktor Ransmayr wrote: Hi Justin, hi Richard, with the proposed procedure I made a small progress, i.e. the build errors are down by one. - I used 2.1.0-SNAPSHOT for all dependencies, which seems to be wrong. - So my question is now: How and where do I find the prope

Re: Problems building Felix ...

2009-12-28 Thread Justin Edelson
On Mon, Dec 28, 2009 at 12:25 PM, Viktor Ransmayr wrote: > Hi Justin, hi Richard, > >with the proposed procedure I made a small progress, i.e. the build > errors are down by one. - I used > > > 2.1.0-SNAPSHOT > > for all dependencies, which seems to be wrong. - So my question is now: How > an

Re: Problems building Felix ...

2009-12-28 Thread Viktor Ransmayr
Hi Justin, hi Richard, with the proposed procedure I made a small progress, i.e. the build errors are down by one. - I used 2.1.0-SNAPSHOT for all dependencies, which seems to be wrong. - So my question is now: How and where do I find the proper versions to be used for: * o.a.f.shell *

Re: Problems building Felix ...

2009-12-28 Thread Richard S. Hall
Yeah, this could be a start. The installers stuff has not been maintained...we keep looking for someone to take up the mantle, but no one has stepped forward as of yet... -> richard On 12/28/09 11:50, justinedel...@gmail.com wrote: It appears that installers/pom.xml is very out of date with

Re: Re: Problems building Felix ...

2009-12-28 Thread justinedelson
It appears that installers/pom.xml is very out of date with respect to the Felix versions it references. I'd suggest modifying the pom to reference the versions in the dependent poms you have in your working copy. For example: ${pom.groupId} org.apache.felix.main 0.9.0-SNAPSHOT Should b

Re: Problems building Felix ...

2009-12-28 Thread Viktor Ransmayr
Hi Richard, I should have been more precise. - All I want to achieve at the moment is to get a working step 6 ;-) Step 5 is working in my local source environment, however when performing step 6 I get the following build errors: [INFO]

Re: Problems building Felix ...

2009-12-28 Thread Richard S. Hall
Our overall build is rather screwy and lengthy, I rarely ever try to build it all any more. I just build what I need...it is much quicker. In other words, our build sucks. -> richard On 12/28/09 10:02, Viktor Ransmayr wrote: Hello, I just started using Apache Felix recently and am now tr

Problems building Felix ...

2009-12-28 Thread Viktor Ransmayr
Hello, I just started using Apache Felix recently and am now trying to build Felix within my own source environment. I followed the information provided in http://felix.apache.org/site/building-felix.html. However I do encounter problems in the second part ("mvn -Dpackaging=bundle inst