You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Christian Grobmeier <gr...@gmail.com> on 2012/01/08 13:50:50 UTC

[ALL] Supported Buildsystems of each component

Hello,

we have a nice wikipage mentioning what buildsystem is supported for
which component:
http://wiki.apache.org/commons/BuildSystems

Can everybody update the lines for the components he is caring about?
For components which do not support maven3 just add a "no" in the
column - this way we know which lines have been updated.

Cheers,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Henri Yandell <fl...@gmail.com>.
On Thu, Jan 12, 2012 at 2:56 AM, sebb <se...@gmail.com> wrote:
> On 12 January 2012 08:28, Henri Yandell <fl...@gmail.com> wrote:
>> Couldn't we generate this?
>>
>> It feels like a very simple svn script to see if a component has a
>> build.xml, pom.xml or project.xml.
>
> But that won't detect if the scripts actually still work.

Agreed, but neither will the wiki. Unlike the wiki, it will detect
when the build is removed.

Not that I know how to integrate it into the website, but 'seems easy' :)

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by sebb <se...@gmail.com>.
On 12 January 2012 08:28, Henri Yandell <fl...@gmail.com> wrote:
> Couldn't we generate this?
>
> It feels like a very simple svn script to see if a component has a
> build.xml, pom.xml or project.xml.

But that won't detect if the scripts actually still work.

> Hen
>
> On Sun, Jan 8, 2012 at 4:50 AM, Christian Grobmeier <gr...@gmail.com> wrote:
>> Hello,
>>
>> we have a nice wikipage mentioning what buildsystem is supported for
>> which component:
>> http://wiki.apache.org/commons/BuildSystems
>>
>> Can everybody update the lines for the components he is caring about?
>> For components which do not support maven3 just add a "no" in the
>> column - this way we know which lines have been updated.
>>
>> Cheers,
>> Christian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Henri Yandell <fl...@gmail.com>.
Couldn't we generate this?

It feels like a very simple svn script to see if a component has a
build.xml, pom.xml or project.xml.

Hen

On Sun, Jan 8, 2012 at 4:50 AM, Christian Grobmeier <gr...@gmail.com> wrote:
> Hello,
>
> we have a nice wikipage mentioning what buildsystem is supported for
> which component:
> http://wiki.apache.org/commons/BuildSystems
>
> Can everybody update the lines for the components he is caring about?
> For components which do not support maven3 just add a "no" in the
> column - this way we know which lines have been updated.
>
> Cheers,
> Christian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Maurizio Cucchiara <mc...@apache.org>.
You're right, it works (thoughI'm pretty sure that I wasn't able to edit
the page (I could be wrong), even if I was already register)

Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara


On 11 January 2012 03:43, sebb <se...@gmail.com> wrote:

> You should just need to create yourself a Wiki login, and then you can
> update any of the wiki pages (apart from one or two admin pages).
>

Re: [ALL] Supported Buildsystems of each component

Posted by sebb <se...@gmail.com>.
On 8 January 2012 18:24, Maurizio Cucchiara <mc...@apache.org> wrote:
> Hi Christian,
> I would have added the OGNL infos, but seems that I have no enough karma.
> Can you add it or, alternatively, give me the appropriate privileges?

You should just need to create yourself a Wiki login, and then you can
update any of the wiki pages (apart from one or two admin pages).

> TIA
>
>
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>
> Maurizio Cucchiara
>
>
> On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com> wrote:
>
>> Hello,
>>
>> we have a nice wikipage mentioning what buildsystem is supported for
>> which component:
>> http://wiki.apache.org/commons/BuildSystems
>>
>> Can everybody update the lines for the components he is caring about?
>> For components which do not support maven3 just add a "no" in the
>> column - this way we know which lines have been updated.
>>
>> Cheers,
>> Christian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Christian Grobmeier <gr...@gmail.com>.
On Mon, Jan 9, 2012 at 2:25 PM, Maurizio Cucchiara
<mc...@apache.org> wrote:
> On 8 January 2012 20:51, Christian Grobmeier <gr...@gmail.com> wrote:
>> Could you try maven site too?
>
> I can confirm it works, though I just ran "mvn site", excluding the deploy
> phase (for obvious reasons) which I'm pretty sure that is the most critical
> due to the use of scp.
> Furthermore I don't know if the latter is really a blocker.
> Please let me know if you need further tests

I think thats fine so far thank you so much.
WIll need to install m2 again to test some of the other components :(

Cheers
Christian

>
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>
> Maurizio Cucchiara



-- 
http://www.grobmeier.de
https://www.timeandbill.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Maurizio Cucchiara <mc...@apache.org>.
On 8 January 2012 20:51, Christian Grobmeier <gr...@gmail.com> wrote:

> Could you try maven site too?

I can confirm it works, though I just ran "mvn site", excluding the deploy
phase (for obvious reasons) which I'm pretty sure that is the most critical
due to the use of scp.
Furthermore I don't know if the latter is really a blocker.
Please let me know if you need further tests

Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara

Re: [ALL] Supported Buildsystems of each component

Posted by Christian Grobmeier <gr...@gmail.com>.
On Sun, Jan 8, 2012 at 8:48 PM, Maurizio Cucchiara
<mc...@apache.org> wrote:
>> Do you know if it is working with m2?
> I have just tested. If by working you mean "mvn install", yes it does
> Thank you for taking care of.

Could you try maven site too?
I think thats the other critical point here

>
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>
> Maurizio Cucchiara
>
>
> On 8 January 2012 20:41, Christian Grobmeier <gr...@gmail.com> wrote:
>
>> Hi Maurizio,
>>
>> I have myself no karma to give you karma, sorry! But I can edit it for
>> OGNL of course - I think it is m3 ready (have only worked with m3 and
>> ognl so far). Do you know if it is working with m2?
>>
>> Cheers
>> Christian
>>
>> On Sun, Jan 8, 2012 at 7:24 PM, Maurizio Cucchiara
>> <mc...@apache.org> wrote:
>> > Hi Christian,
>> > I would have added the OGNL infos, but seems that I have no enough karma.
>> > Can you add it or, alternatively, give me the appropriate privileges?
>> >
>> > TIA
>> >
>> >
>> > Twitter     :http://www.twitter.com/m_cucchiara
>> > G+          :https://plus.google.com/107903711540963855921
>> > Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>> >
>> > Maurizio Cucchiara
>> >
>> >
>> > On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com>
>> wrote:
>> >
>> >> Hello,
>> >>
>> >> we have a nice wikipage mentioning what buildsystem is supported for
>> >> which component:
>> >> http://wiki.apache.org/commons/BuildSystems
>> >>
>> >> Can everybody update the lines for the components he is caring about?
>> >> For components which do not support maven3 just add a "no" in the
>> >> column - this way we know which lines have been updated.
>> >>
>> >> Cheers,
>> >> Christian
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> >> For additional commands, e-mail: dev-help@commons.apache.org
>> >>
>> >>
>>
>>
>>
>> --
>> http://www.grobmeier.de
>> https://www.timeandbill.de
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>



-- 
http://www.grobmeier.de
https://www.timeandbill.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Maurizio Cucchiara <mc...@apache.org>.
> Do you know if it is working with m2?
I have just tested. If by working you mean "mvn install", yes it does
Thank you for taking care of.

Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara


On 8 January 2012 20:41, Christian Grobmeier <gr...@gmail.com> wrote:

> Hi Maurizio,
>
> I have myself no karma to give you karma, sorry! But I can edit it for
> OGNL of course - I think it is m3 ready (have only worked with m3 and
> ognl so far). Do you know if it is working with m2?
>
> Cheers
> Christian
>
> On Sun, Jan 8, 2012 at 7:24 PM, Maurizio Cucchiara
> <mc...@apache.org> wrote:
> > Hi Christian,
> > I would have added the OGNL infos, but seems that I have no enough karma.
> > Can you add it or, alternatively, give me the appropriate privileges?
> >
> > TIA
> >
> >
> > Twitter     :http://www.twitter.com/m_cucchiara
> > G+          :https://plus.google.com/107903711540963855921
> > Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
> >
> > Maurizio Cucchiara
> >
> >
> > On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com>
> wrote:
> >
> >> Hello,
> >>
> >> we have a nice wikipage mentioning what buildsystem is supported for
> >> which component:
> >> http://wiki.apache.org/commons/BuildSystems
> >>
> >> Can everybody update the lines for the components he is caring about?
> >> For components which do not support maven3 just add a "no" in the
> >> column - this way we know which lines have been updated.
> >>
> >> Cheers,
> >> Christian
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
>
>
>
> --
> http://www.grobmeier.de
> https://www.timeandbill.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [ALL] Supported Buildsystems of each component

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Jan 8, 2012 at 3:47 PM, Christian Grobmeier <gr...@gmail.com> wrote:
> On Sun, Jan 8, 2012 at 9:30 PM, Gary Gregory <ga...@gmail.com> wrote:
>> Can someone please note in the wiki that the following have been
>> released with M3: Codec (1.6), IO (2.1), Pool (1.6).
>
> Done.
>
> I also moved the * to m3 - hope thats correct

I use M3 whenever I can, all the releases I've done recently used M3.

Gary

>
> Cheers
> Christian
>
>
>>
>> Thank you,
>> Gary
>>
>> On Sun, Jan 8, 2012 at 2:41 PM, Christian Grobmeier <gr...@gmail.com> wrote:
>>> Hi Maurizio,
>>>
>>> I have myself no karma to give you karma, sorry! But I can edit it for
>>> OGNL of course - I think it is m3 ready (have only worked with m3 and
>>> ognl so far). Do you know if it is working with m2?
>>>
>>> Cheers
>>> Christian
>>>
>>> On Sun, Jan 8, 2012 at 7:24 PM, Maurizio Cucchiara
>>> <mc...@apache.org> wrote:
>>>> Hi Christian,
>>>> I would have added the OGNL infos, but seems that I have no enough karma.
>>>> Can you add it or, alternatively, give me the appropriate privileges?
>>>>
>>>> TIA
>>>>
>>>>
>>>> Twitter     :http://www.twitter.com/m_cucchiara
>>>> G+          :https://plus.google.com/107903711540963855921
>>>> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>>>>
>>>> Maurizio Cucchiara
>>>>
>>>>
>>>> On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> we have a nice wikipage mentioning what buildsystem is supported for
>>>>> which component:
>>>>> http://wiki.apache.org/commons/BuildSystems
>>>>>
>>>>> Can everybody update the lines for the components he is caring about?
>>>>> For components which do not support maven3 just add a "no" in the
>>>>> column - this way we know which lines have been updated.
>>>>>
>>>>> Cheers,
>>>>> Christian
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>>>>
>>>
>>>
>>>
>>> --
>>> http://www.grobmeier.de
>>> https://www.timeandbill.de
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
>> Spring Batch in Action: http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>
>
> --
> http://www.grobmeier.de
> https://www.timeandbill.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Christian Grobmeier <gr...@gmail.com>.
On Sun, Jan 8, 2012 at 9:30 PM, Gary Gregory <ga...@gmail.com> wrote:
> Can someone please note in the wiki that the following have been
> released with M3: Codec (1.6), IO (2.1), Pool (1.6).

Done.

I also moved the * to m3 - hope thats correct

Cheers
Christian


>
> Thank you,
> Gary
>
> On Sun, Jan 8, 2012 at 2:41 PM, Christian Grobmeier <gr...@gmail.com> wrote:
>> Hi Maurizio,
>>
>> I have myself no karma to give you karma, sorry! But I can edit it for
>> OGNL of course - I think it is m3 ready (have only worked with m3 and
>> ognl so far). Do you know if it is working with m2?
>>
>> Cheers
>> Christian
>>
>> On Sun, Jan 8, 2012 at 7:24 PM, Maurizio Cucchiara
>> <mc...@apache.org> wrote:
>>> Hi Christian,
>>> I would have added the OGNL infos, but seems that I have no enough karma.
>>> Can you add it or, alternatively, give me the appropriate privileges?
>>>
>>> TIA
>>>
>>>
>>> Twitter     :http://www.twitter.com/m_cucchiara
>>> G+          :https://plus.google.com/107903711540963855921
>>> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>>>
>>> Maurizio Cucchiara
>>>
>>>
>>> On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com> wrote:
>>>
>>>> Hello,
>>>>
>>>> we have a nice wikipage mentioning what buildsystem is supported for
>>>> which component:
>>>> http://wiki.apache.org/commons/BuildSystems
>>>>
>>>> Can everybody update the lines for the components he is caring about?
>>>> For components which do not support maven3 just add a "no" in the
>>>> column - this way we know which lines have been updated.
>>>>
>>>> Cheers,
>>>> Christian
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>
>>
>>
>> --
>> http://www.grobmeier.de
>> https://www.timeandbill.de
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
> Spring Batch in Action: http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



-- 
http://www.grobmeier.de
https://www.timeandbill.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Gary Gregory <ga...@gmail.com>.
Can someone please note in the wiki that the following have been
released with M3: Codec (1.6), IO (2.1), Pool (1.6).

Thank you,
Gary

On Sun, Jan 8, 2012 at 2:41 PM, Christian Grobmeier <gr...@gmail.com> wrote:
> Hi Maurizio,
>
> I have myself no karma to give you karma, sorry! But I can edit it for
> OGNL of course - I think it is m3 ready (have only worked with m3 and
> ognl so far). Do you know if it is working with m2?
>
> Cheers
> Christian
>
> On Sun, Jan 8, 2012 at 7:24 PM, Maurizio Cucchiara
> <mc...@apache.org> wrote:
>> Hi Christian,
>> I would have added the OGNL infos, but seems that I have no enough karma.
>> Can you add it or, alternatively, give me the appropriate privileges?
>>
>> TIA
>>
>>
>> Twitter     :http://www.twitter.com/m_cucchiara
>> G+          :https://plus.google.com/107903711540963855921
>> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>>
>> Maurizio Cucchiara
>>
>>
>> On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> we have a nice wikipage mentioning what buildsystem is supported for
>>> which component:
>>> http://wiki.apache.org/commons/BuildSystems
>>>
>>> Can everybody update the lines for the components he is caring about?
>>> For components which do not support maven3 just add a "no" in the
>>> column - this way we know which lines have been updated.
>>>
>>> Cheers,
>>> Christian
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>
>
>
> --
> http://www.grobmeier.de
> https://www.timeandbill.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Christian Grobmeier <gr...@gmail.com>.
Hi Maurizio,

I have myself no karma to give you karma, sorry! But I can edit it for
OGNL of course - I think it is m3 ready (have only worked with m3 and
ognl so far). Do you know if it is working with m2?

Cheers
Christian

On Sun, Jan 8, 2012 at 7:24 PM, Maurizio Cucchiara
<mc...@apache.org> wrote:
> Hi Christian,
> I would have added the OGNL infos, but seems that I have no enough karma.
> Can you add it or, alternatively, give me the appropriate privileges?
>
> TIA
>
>
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
>
> Maurizio Cucchiara
>
>
> On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com> wrote:
>
>> Hello,
>>
>> we have a nice wikipage mentioning what buildsystem is supported for
>> which component:
>> http://wiki.apache.org/commons/BuildSystems
>>
>> Can everybody update the lines for the components he is caring about?
>> For components which do not support maven3 just add a "no" in the
>> column - this way we know which lines have been updated.
>>
>> Cheers,
>> Christian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>



-- 
http://www.grobmeier.de
https://www.timeandbill.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Supported Buildsystems of each component

Posted by Maurizio Cucchiara <mc...@apache.org>.
Hi Christian,
I would have added the OGNL infos, but seems that I have no enough karma.
Can you add it or, alternatively, give me the appropriate privileges?

TIA


Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara


On 8 January 2012 13:50, Christian Grobmeier <gr...@gmail.com> wrote:

> Hello,
>
> we have a nice wikipage mentioning what buildsystem is supported for
> which component:
> http://wiki.apache.org/commons/BuildSystems
>
> Can everybody update the lines for the components he is caring about?
> For components which do not support maven3 just add a "no" in the
> column - this way we know which lines have been updated.
>
> Cheers,
> Christian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>