You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Daoud AbdelMonem Faleh <ab...@gmail.com> on 2010/01/17 01:25:31 UTC

building a felix distribution from sources

Hi Felix Folks,

Sorry I couldn't find in documentation neither can spot it from poms so
I turn to you.

I want to build the Felix Framework Distribution from trunk same as the
one on Felix download page. I looked at subproject Felix Installers pom
but this seems to be quite old stuff and no longer maintained.

So how do you build the Felix Distribution? :)

Best Regards,
Daoud AbdelMonem Faleh.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: building a felix distribution from sources

Posted by Karl Pauls <ka...@gmail.com>.
On Sun, Jan 17, 2010 at 4:24 PM, Stuart McCulloch <mc...@gmail.com> wrote:
> 2010/1/17 Daoud AbdelMonem Faleh <ab...@gmail.com>
>
>> Richard S. Hall a écrit :
>> > On 1/16/10 19:25, Daoud AbdelMonem Faleh wrote:
>> >> Hi Felix Folks,
>> >>
>> >> Sorry I couldn't find in documentation neither can spot it from poms so
>> >> I turn to you.
>> >>
>> >> I want to build the Felix Framework Distribution from trunk same as the
>> >> one on Felix download page. I looked at subproject Felix Installers pom
>> >> but this seems to be quite old stuff and no longer maintained.
>> >>
>> >> So how do you build the Felix Distribution? :)
>> >>
>> >
>> > Believe it or not, Karl Pauls builds it by hand. He was talking about
>> > automating it, maybe you can convince him. :-)
>> >
>> > -> richard
>> >
>> Oh the good Karl May the Felixity be with him :)
>> I'll come back to this topic, new in urgent need for some sleep :)
>>
>
> FYI, if you build the felix/main project then the contents of the project
> directory is basically the Felix distro:
>
>   LICENSE
>   NOTICE
>   bin/...
>   bundles/...
>   conf/...
>   doc/...
>
> but you must remember to use "-Prelease" when building otherwise the default
> log level will be set to debug
>
> if someone wants to get the proper recipe from Karl and turn it into a Maven
> assembly that would be good :)

I will look into it.

regards,

Karl

>> Warm Regards.
>> >> Best Regards,
>> >> Daoud AbdelMonem Faleh.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> >> For additional commands, e-mail: users-help@felix.apache.org
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> > For additional commands, e-mail: users-help@felix.apache.org
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>
>
>
> --
> Cheers, Stuart
>



-- 
Karl Pauls
karlpauls@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: building a felix distribution from sources

Posted by Stuart McCulloch <mc...@gmail.com>.
2010/1/17 Daoud AbdelMonem Faleh <ab...@gmail.com>

> Richard S. Hall a écrit :
> > On 1/16/10 19:25, Daoud AbdelMonem Faleh wrote:
> >> Hi Felix Folks,
> >>
> >> Sorry I couldn't find in documentation neither can spot it from poms so
> >> I turn to you.
> >>
> >> I want to build the Felix Framework Distribution from trunk same as the
> >> one on Felix download page. I looked at subproject Felix Installers pom
> >> but this seems to be quite old stuff and no longer maintained.
> >>
> >> So how do you build the Felix Distribution? :)
> >>
> >
> > Believe it or not, Karl Pauls builds it by hand. He was talking about
> > automating it, maybe you can convince him. :-)
> >
> > -> richard
> >
> Oh the good Karl May the Felixity be with him :)
> I'll come back to this topic, new in urgent need for some sleep :)
>

FYI, if you build the felix/main project then the contents of the project
directory is basically the Felix distro:

   LICENSE
   NOTICE
   bin/...
   bundles/...
   conf/...
   doc/...

but you must remember to use "-Prelease" when building otherwise the default
log level will be set to debug

if someone wants to get the proper recipe from Karl and turn it into a Maven
assembly that would be good :)


> Warm Regards.
> >> Best Regards,
> >> Daoud AbdelMonem Faleh.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> >> For additional commands, e-mail: users-help@felix.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> > For additional commands, e-mail: users-help@felix.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
Cheers, Stuart

Re: building a felix distribution from sources

Posted by Daoud AbdelMonem Faleh <ab...@gmail.com>.
Richard S. Hall a écrit :
> On 1/16/10 19:25, Daoud AbdelMonem Faleh wrote:
>> Hi Felix Folks,
>>
>> Sorry I couldn't find in documentation neither can spot it from poms so
>> I turn to you.
>>
>> I want to build the Felix Framework Distribution from trunk same as the
>> one on Felix download page. I looked at subproject Felix Installers pom
>> but this seems to be quite old stuff and no longer maintained.
>>
>> So how do you build the Felix Distribution? :)
>>    
>
> Believe it or not, Karl Pauls builds it by hand. He was talking about
> automating it, maybe you can convince him. :-)
>
> -> richard
>
Oh the good Karl May the Felixity be with him :)
I'll come back to this topic, new in urgent need for some sleep :)

Warm Regards.
>> Best Regards,
>> Daoud AbdelMonem Faleh.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>    
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: building a felix distribution from sources

Posted by "Richard S. Hall" <he...@ungoverned.org>.
On 1/16/10 19:25, Daoud AbdelMonem Faleh wrote:
> Hi Felix Folks,
>
> Sorry I couldn't find in documentation neither can spot it from poms so
> I turn to you.
>
> I want to build the Felix Framework Distribution from trunk same as the
> one on Felix download page. I looked at subproject Felix Installers pom
> but this seems to be quite old stuff and no longer maintained.
>
> So how do you build the Felix Distribution? :)
>    

Believe it or not, Karl Pauls builds it by hand. He was talking about 
automating it, maybe you can convince him. :-)

-> richard

> Best Regards,
> Daoud AbdelMonem Faleh.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>    

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org