Re: Some news about GSOC

Lsitha Chamara <[email protected]> Tue, 30 Apr 2013 14:21:26 +0530
Newsgroups gmane.comp.cms.lenya.devel
Message-ID <CANvSO2tzQRRS=2Q0vGLyimX_ucxpKc80Y31mzXjr0RcV04KpbA@mail.gmail.com>
--089e0153873e5045c004db901bda
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,

Can we connect to the lenya repository using apache chemestry workbench ?
If we run Lenya using built in jetty server what is the location it creates
the lenya repository ?

Thanks
Lasitha Chamara


On Tue, Apr 30, 2013 at 12:34 PM, Lsitha Chamara <[email protected]>w=
rote:

> Hi Florent,
>
> Thanks for the information. I will go through this. If there any concerns
> I will send you.
>
> Regards
> Lasitha Chamara
>
>
>
> On Tue, Apr 30, 2013 at 4:20 AM, Florent Andr=E9 <[email protected]> wro=
te:
>
>> Hi Lsitha,
>>
>> Sorry for late reply, was out of internet.
>>
>> =3D=3D About atom module
>>
>> You can find it here :
>> http://svn.apache.org/repos/**asf/lenya/contributions/2_0_X/**
>> modules/atom/<http://svn.apache.org/repos/asf/lenya/contributions/2_0_X/=
modules/atom/>
>>
>> Add it into you build is about referencing this module in your
>> local.build.property, or add this module into an already configured modu=
le
>> folder.
>>
>> =3D=3D About Chemistry
>>
>> Chemistry provide an CMIS implementation pluggable to any repository.
>> Chemistry provide the CMIS stuff, the developer have to implement the
>> glue between Chemistry classes and "in house" repository.
>>
>> =3D=3D About repository
>>
>> Main classes and api about repository are here :
>> http://svn.apache.org/repos/**asf/lenya/branches/BRANCH_2_1_**
>> X/src/java/org/apache/lenya/**cms/repository/<http://svn.apache.org/repo=
s/asf/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/=
>
>>
>> As you can see the api for the repository is not pretty well define and
>> need rework.
>>
>> =3D=3D How to proceed
>>
>> I think that a good plan, and an easy way to start, will be to first
>> create the "glue" beetween chemistry and existing repository.
>> Even if the actual one have no clear interface, it's work and this
>> development will give you good ideas on limits and good points of this
>> implementation.
>>
>> In a second step, you can then start designing a new repository api and
>> implementation that can be plug behind chemistry.
>>
>> =3D=3D About Spring
>>
>> From my point of view, Spring technologies is between IOC actually
>> provided by avalon/excalibur [1] actually used in Lenya and OSGI
>> technologies that are recent, powerfull and in the target for the future=
 of
>> Lenya.
>>
>> Still for me, I find Spring big, really verbose and no so maintainable (=
I
>> don't have big spring experience though).
>>
>> Apart from that, Lenya already have an authentication / authorization
>> mechanism that is pretty simple and configurable via the user interface =
or
>> files.
>> In order to have a good integration of the CMIS with Lenya I think we
>> have to rely on that.
>>
>> Regards.
>>
>>
>> [1] they are retired projects, but still core of the cocoon version used
>> by Lenya :
>> http://avalon.apache.org/**closed.html<http://avalon.apache.org/closed.h=
tml>
>> http://excalibur.apache.org/
>>
>>
>>
>>
>> On 04/28/2013 06:53 AM, Lsitha Chamara wrote:
>>
>>> Hi Florent,
>>>
>>> What I understood is what I have to do is define generic api which can
>>> be used by multiple module to access Lenya repository by using apache
>>> chemistry. I thought of implementing this using spring restful services
>>> (Spring controllers) so that repository handling operations will be
>>> centralized. Ans as for the authentication mechanism I though of using =
a
>>> URL based authentication mechanism (Define a dispatcher servlet and a
>>> fliter for authenticate users to perform the repository operations ) .I
>>> went through spring security framework and they have done it.
>>>
>>> It would be nice if you can comment your idea on this.
>>>
>>> Thanks
>>> Lasitha Chamara
>>>
>>>
>>>
>>> On Sat, Apr 27, 2013 at 5:43 AM, Lsitha Chamara <[email protected]=
m
>>> <mailto:lchamara.slit@gmail.**com <[email protected]>>> wrote:
>>>
>>>     Hi Florent,
>>>
>>>     Because of my hospitalization I could not go in deep in Lenya code
>>>     base. Could you please help me to get an idea about how to set up
>>>     atom module ? A document would be nice to get an idea about
>>>     repository apis and the steps of installing a module.
>>>     It would be helpful for me to create a god proposal. Since I am fre=
e
>>>     for next week with my academic stuff (lectures and Tutes) i can
>>>     fully concentrate on this.
>>>
>>>     I have gone through Apache chemistry and I thought of connecting to
>>>     the Lenya CMIS using chemistry and run some sample queries against
>>>     it. Still I am strucggiling to find the chemistry repo Url.
>>>
>>>     Your help on this is highly appreciated.
>>>
>>>
>>>     On Fri, Apr 26, 2013 at 8:29 AM, Lsitha Chamara
>>>     <[email protected] <mailto:lchamara.slit@gmail.**com<lchamara=
[email protected]>>>
>>> wrote:
>>>
>>>         Hi Florent,
>>>
>>>         I went trough Apache chemistry and could successfully setup
>>>         OPenCmis and connect to the inmemory content repository. And
>>>         play with the API functionalists provided by apache chemistry.
>>>         Also worked with the workbench provided by Apache Chemistry.
>>>
>>>         Regarding the apache lenya I could successfully setup Cocoon an=
d
>>>         lenya, finally create the lenya instance up. I am using this
>>>         version.
>>>
>>>         http://svn.apache.org/repos/**asf/lenya/tags/RELEASE_2_0_4<http=
://svn.apache.org/repos/asf/lenya/tags/RELEASE_2_0_4>
>>>
>>>         Initially I though of going trough the atom module and i
>>>         couldn't found it in this revision. Is this a plugin to the
>>>         lenya that we need to explicitly install ?
>>>
>>>
>>>         Does apache lenya already has a content repository which
>>>         supports CMIS standards ?
>>>
>>>         Regards
>>>         Lasitha Chamara
>>>
>>>
>>>         On Wed, Apr 24, 2013 at 1:41 PM, Florent Andr=E9
>>>         <[email protected] <mailto:[email protected]>> wrote:
>>>
>>>             Hi,
>>>
>>>             What do you mean by "entry point" exactly ? ;)
>>>
>>>             I think that maven migration is out of the scope of the
>>>             Gsoc2013 as you may have enough work with the repository ap=
i
>>>             definition and CMIS implementation.
>>>
>>>             I think it's better for you to start from the "ant version"=
,
>>>             maven conversion of your code couldn't be that hard.
>>>
>>>             I will try to finish the maven migration before the summer,
>>>             but really not sure to achieve this goal in the timeline...
>>>             So, to be clear, don't think about this migration for now,
>>>             it's on my side, stay focused on the CMIS and repository
>>>             definition ! :)
>>>
>>>             Have you already writing down your proposal ?
>>>
>>>             What about your Lenya discovery ?
>>>             Have you begin to have look at Apache Chemistry ?
>>>
>>>             Hope you are fine,
>>>             Regards.
>>>
>>>
>>>
>>>
>>>
>>>             On 04/24/2013 09:50 AM, Lsitha Chamara wrote:
>>>
>>>                 hi Florent,
>>>
>>>                 So you are suggesting me to take the maven migration as
>>>                 an entry point
>>>                 or make as GSOC 2013 project ? Sorry..I did not get you
>>>                 actually.
>>>
>>>                 Regards
>>>                 Lasitha
>>>
>>>
>>>                 On Tue, Apr 23, 2013 at 7:24 PM, Florent Andr=E9
>>>                 <[email protected] <mailto:[email protected]>
>>>                 <mailto:[email protected] <mailto:[email protected]>>=
>
>>>
>>>                 wrote:
>>>
>>>                      Hi Lsitha !
>>>
>>>                      Sorry for missing your mail...
>>>                      Read it, says "will answer better and later", and
>>>                 then many things
>>>                      appends...
>>>
>>>                      Hope you are going much better now, and that your
>>>                 problem don't have
>>>                      much consequences.
>>>
>>>                      Just as an update, the ASF was accepted as
>>>                 organisation for Gsoc,
>>>                      and ask for acknowledge to be a mentor for the
>>>                 Lenya project (no
>>>                      blocker here).
>>>                      As you may notice, student application is now open=
.
>>>
>>>                      About the maven task, I may be too much to add thi=
s
>>>                 to the GSOC 2013
>>>                      idea, but be a must have to had this as an entry
>>> point.
>>>
>>>                      Have to check when the GSOC start and find time to
>>>                 sort this maven
>>>                      things out before. Of course, if you are ready to
>>>                 give an hand on
>>>                      it, you are welcome ! :)
>>>
>>>                      Will be more responsive now on your following mail=
s
>>>                 ! :)
>>>                      Hope you going well,
>>>                      Cheers.
>>>
>>>                      ++
>>>
>>>
>>>                      On 04/10/2013 06:18 AM, Lsitha Chamara wrote:
>>>
>>>                          hi Florent,
>>>
>>>                          I was hospitalized within last two weeks. And
>>>                 now fully
>>>                          recovered. I am
>>>                          sorry for not to responding to your mails. I
>>>                 will work on this.
>>>                          And let
>>>                          you know if I am having issues. And thank you
>>>                 very much for the
>>>                          support.
>>>
>>>                          So are we going to implement this migration to
>>>                 maven task as for the
>>>                          GSOC 2013 ? Or to we are going to do this as a
>>>                 entry point for
>>>                          the code
>>>                          base.?
>>>
>>>
>>>
>>>                          On Fri, Apr 5, 2013 at 7:39 PM, florent andr=
=E9
>>>                          <florent.andre-dev@4sengines._**___com
>>>                          <mailto:florent.andre-dev@__4s**engines.com<ht=
tp://4sengines.com>
>>>                 <mailto:florent.andre-dev@**4sengines.com<florent.andre=
[email protected]>
>>> >>
>>>                          <mailto:florent.andre-dev@
>>>                 <mailto:florent.andre-dev@>__4**s__engines.com<http://4=
s__engines.com>
>>>                 <http://4sengines.com>
>>>
>>>
>>>                          <mailto:florent.andre-dev@__4s**engines.com<ht=
tp://4sengines.com>
>>>                 <mailto:florent.andre-dev@**4sengines.com<florent.andre=
[email protected]>>>>>
>>> wrote:
>>>
>>>                               Hi Lsitha !
>>>
>>>                               Just to inform you that the Apache
>>>                 Software foundation has
>>>                          apply to
>>>                               GSOC. As apache is in for years there is
>>>                 no reasons that
>>>                          this will
>>>                               not be the case this year.
>>>
>>>                               Also, just as a note, you can find here
>>>                 some works I have
>>>                          done for
>>>                               moving Lenya to the maven build system.
>>>                 This is not
>>>                          completely done
>>>                               for now, but I would like to achieve it
>>>                 before the beginning of
>>>                               summer. You can find some code here :
>>>                 https://github.com/florent-___**
>>> ___andre/lenya/tree/maven-____**__migration<https://github.com/florent-=
______andre/lenya/tree/maven-______migration>
>>>                 <https://github.com/florent-__**
>>> __andre/lenya/tree/maven-____**migration<https://github.com/florent-___=
_andre/lenya/tree/maven-____migration>
>>> >
>>>
>>>
>>>                 <https://github.com/florent-__**
>>> __andre/lenya/tree/maven-____**migration<https://github.com/florent-___=
_andre/lenya/tree/maven-____migration>
>>>                 <https://github.com/florent-__**
>>> andre/lenya/tree/maven-__**migration<https://github.com/florent-__andre=
/lenya/tree/maven-__migration>
>>> >>
>>>
>>>
>>>
>>>
>>>                 <https://github.com/florent-__**
>>> __andre/lenya/tree/maven-____**migration<https://github.com/florent-___=
_andre/lenya/tree/maven-____migration>
>>>                 <https://github.com/florent-__**
>>> andre/lenya/tree/maven-__**migration<https://github.com/florent-__andre=
/lenya/tree/maven-__migration>
>>> >
>>>
>>>                 <https://github.com/florent-__**
>>> andre/lenya/tree/maven-__**migration<https://github.com/florent-__andre=
/lenya/tree/maven-__migration>
>>>                 <https://github.com/florent-**andre/lenya/tree/maven-**
>>> migration <https://github.com/florent-andre/lenya/tree/maven-migration>
>>> >>>
>>>
>>>                               Don't hesitate to ask any questions you
>>>                 have to me or
>>>                          directly on
>>>                               the mailing list.
>>>
>>>                               Have a good day.
>>>                               ++
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>

--089e0153873e5045c004db901bda
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div>Hi,<br><br></div>Can we connect to the=
 lenya repository using apache chemestry workbench ? <br></div>If we run Le=
nya using built in jetty server what is the location it creates the lenya r=
epository ? <br>
<br></div>Thanks <br></div>Lasitha Chamara<br></div><div class=3D"gmail_ext=
ra"><br><br><div class=3D"gmail_quote">On Tue, Apr 30, 2013 at 12:34 PM, Ls=
itha Chamara <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]=
m" target=3D"_blank">[email protected]</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div><div><div>Hi Florent,<=
br><br></div>Thanks for the information. I will go through this. If there a=
ny concerns I will send you.<br>
<br></div>Regards <br></div>Lasitha Chamara<div><div class=3D"h5"><br><div =
class=3D"gmail_extra"><br>
<br><div class=3D"gmail_quote">On Tue, Apr 30, 2013 at 4:20 AM, Florent And=
r=E9 <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=3D"=
_blank">[email protected]</a>&gt;</span> wrote:<br><blockquote class=3D"gm=
ail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-le=
ft:1ex">

Hi Lsitha,<br>
<br>
Sorry for late reply, was out of internet.<br>
<br>
=3D=3D About atom module<br>
<br>
You can find it here :<br>
<a href=3D"http://svn.apache.org/repos/asf/lenya/contributions/2_0_X/module=
s/atom/" target=3D"_blank">http://svn.apache.org/repos/<u></u>asf/lenya/con=
tributions/2_0_X/<u></u>modules/atom/</a><br>
<br>
Add it into you build is about referencing this module in your local.build.=
property, or add this module into an already configured module folder.<br>
<br>
=3D=3D About Chemistry<br>
<br>
Chemistry provide an CMIS implementation pluggable to any repository.<br>
Chemistry provide the CMIS stuff, the developer have to implement the glue =
between Chemistry classes and &quot;in house&quot; repository.<br>
<br>
=3D=3D About repository<br>
<br>
Main classes and api about repository are here : <a href=3D"http://svn.apac=
he.org/repos/asf/lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/=
repository/" target=3D"_blank">http://svn.apache.org/repos/<u></u>asf/lenya=
/branches/BRANCH_2_1_<u></u>X/src/java/org/apache/lenya/<u></u>cms/reposito=
ry/</a><br>


<br>
As you can see the api for the repository is not pretty well define and nee=
d rework.<br>
<br>
=3D=3D How to proceed<br>
<br>
I think that a good plan, and an easy way to start, will be to first create=
 the &quot;glue&quot; beetween chemistry and existing repository.<br>
Even if the actual one have no clear interface, it&#39;s work and this deve=
lopment will give you good ideas on limits and good points of this implemen=
tation.<br>
<br>
In a second step, you can then start designing a new repository api and imp=
lementation that can be plug behind chemistry.<br>
<br>
=3D=3D About Spring<br>
<br>
From my point of view, Spring technologies is between IOC actually provided=
 by avalon/excalibur [1] actually used in Lenya and OSGI technologies that =
are recent, powerfull and in the target for the future of Lenya.<br>
<br>
Still for me, I find Spring big, really verbose and no so maintainable (I d=
on&#39;t have big spring experience though).<br>
<br>
Apart from that, Lenya already have an authentication / authorization mecha=
nism that is pretty simple and configurable via the user interface or files=
.<br>
In order to have a good integration of the CMIS with Lenya I think we have =
to rely on that.<br>
<br>
Regards.<br>
<br>
<br>
[1] they are retired projects, but still core of the cocoon version used by=
 Lenya :<br>
<a href=3D"http://avalon.apache.org/closed.html" target=3D"_blank">http://a=
valon.apache.org/<u></u>closed.html</a><br>
<a href=3D"http://excalibur.apache.org/" target=3D"_blank">http://excalibur=
.apache.org/</a><div><br>
<br>
<br>
<br>
On 04/28/2013 06:53 AM, Lsitha Chamara wrote:<br>
</div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-l=
eft:1px #ccc solid;padding-left:1ex"><div>
Hi Florent,<br>
<br>
What I understood is what I have to do is define generic api which can<br>
be used by multiple module to access Lenya repository by using apache<br>
chemistry. I thought of implementing this using spring restful services<br>
(Spring controllers) so that repository handling operations will be<br>
centralized. Ans as for the authentication mechanism I though of using a<br=
>
URL based authentication mechanism (Define a dispatcher servlet and a<br>
fliter for authenticate users to perform the repository operations ) .I<br>
went through spring security framework and they have done it.<br>
<br>
It would be nice if you can comment your idea on this.<br>
<br>
Thanks<br>
Lasitha Chamara<br>
<br>
<br>
<br>
On Sat, Apr 27, 2013 at 5:43 AM, Lsitha Chamara &lt;<a href=3D"mailto:lcham=
[email protected]" target=3D"_blank">[email protected]</a><br></div>=
<div>
&lt;mailto:<a href=3D"mailto:[email protected]" target=3D"_blank">lch=
amara.slit@gmail.<u></u>com</a>&gt;&gt; wrote:<br>
<br>
=A0 =A0 Hi Florent,<br>
<br>
=A0 =A0 Because of my hospitalization I could not go in deep in Lenya code<=
br>
=A0 =A0 base. Could you please help me to get an idea about how to set up<b=
r>
=A0 =A0 atom module ? A document would be nice to get an idea about<br>
=A0 =A0 repository apis and the steps of installing a module.<br>
=A0 =A0 It would be helpful for me to create a god proposal. Since I am fre=
e<br>
=A0 =A0 for next week with my academic stuff (lectures and Tutes) i can<br>
=A0 =A0 fully concentrate on this.<br>
<br>
=A0 =A0 I have gone through Apache chemistry and I thought of connecting to=
<br>
=A0 =A0 the Lenya CMIS using chemistry and run some sample queries against<=
br>
=A0 =A0 it. Still I am strucggiling to find the chemistry repo Url.<br>
<br>
=A0 =A0 Your help on this is highly appreciated.<br>
<br>
<br>
=A0 =A0 On Fri, Apr 26, 2013 at 8:29 AM, Lsitha Chamara<br></div><div>
=A0 =A0 &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">lc=
[email protected]</a> &lt;mailto:<a href=3D"mailto:lchamara.slit@gmail.=
com" target=3D"_blank">lchamara.slit@gmail.<u></u>com</a>&gt;&gt; wrote:<br=
>
<br>
=A0 =A0 =A0 =A0 Hi Florent,<br>
<br>
=A0 =A0 =A0 =A0 I went trough Apache chemistry and could successfully setup=
<br>
=A0 =A0 =A0 =A0 OPenCmis and connect to the inmemory content repository. An=
d<br>
=A0 =A0 =A0 =A0 play with the API functionalists provided by apache chemist=
ry.<br>
=A0 =A0 =A0 =A0 Also worked with the workbench provided by Apache Chemistry=
.<br>
<br>
=A0 =A0 =A0 =A0 Regarding the apache lenya I could successfully setup Cocoo=
n and<br>
=A0 =A0 =A0 =A0 lenya, finally create the lenya instance up. I am using thi=
s<br>
=A0 =A0 =A0 =A0 version.<br>
<br>
=A0 =A0 =A0 =A0 <a href=3D"http://svn.apache.org/repos/asf/lenya/tags/RELEA=
SE_2_0_4" target=3D"_blank">http://svn.apache.org/repos/<u></u>asf/lenya/ta=
gs/RELEASE_2_0_4</a><br>
<br>
=A0 =A0 =A0 =A0 Initially I though of going trough the atom module and i<br=
>
=A0 =A0 =A0 =A0 couldn&#39;t found it in this revision. Is this a plugin to=
 the<br>
=A0 =A0 =A0 =A0 lenya that we need to explicitly install ?<br>
<br>
<br>
=A0 =A0 =A0 =A0 Does apache lenya already has a content repository which<br=
>
=A0 =A0 =A0 =A0 supports CMIS standards ?<br>
<br>
=A0 =A0 =A0 =A0 Regards<br>
=A0 =A0 =A0 =A0 Lasitha Chamara<br>
<br>
<br>
=A0 =A0 =A0 =A0 On Wed, Apr 24, 2013 at 1:41 PM, Florent Andr=E9<br></div><=
div><div>
=A0 =A0 =A0 =A0 &lt;<a href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a> &lt;mailto:<a href=3D"mailto:[email protected]" ta=
rget=3D"_blank">[email protected]</a>&gt;&gt; wrote:<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 Hi,<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 What do you mean by &quot;entry point&quot; exactly=
 ? ;)<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 I think that maven migration is out of the scope of=
 the<br>
=A0 =A0 =A0 =A0 =A0 =A0 Gsoc2013 as you may have enough work with the repos=
itory api<br>
=A0 =A0 =A0 =A0 =A0 =A0 definition and CMIS implementation.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 I think it&#39;s better for you to start from the &=
quot;ant version&quot;,<br>
=A0 =A0 =A0 =A0 =A0 =A0 maven conversion of your code couldn&#39;t be that =
hard.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 I will try to finish the maven migration before the=
 summer,<br>
=A0 =A0 =A0 =A0 =A0 =A0 but really not sure to achieve this goal in the tim=
eline...<br>
=A0 =A0 =A0 =A0 =A0 =A0 So, to be clear, don&#39;t think about this migrati=
on for now,<br>
=A0 =A0 =A0 =A0 =A0 =A0 it&#39;s on my side, stay focused on the CMIS and r=
epository<br>
=A0 =A0 =A0 =A0 =A0 =A0 definition ! :)<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 Have you already writing down your proposal ?<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 What about your Lenya discovery ?<br>
=A0 =A0 =A0 =A0 =A0 =A0 Have you begin to have look at Apache Chemistry ?<b=
r>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 Hope you are fine,<br>
=A0 =A0 =A0 =A0 =A0 =A0 Regards.<br>
<br>
<br>
<br>
<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 On 04/24/2013 09:50 AM, Lsitha Chamara wrote:<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 hi Florent,<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 So you are suggesting me to take the maven =
migration as<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 an entry point<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 or make as GSOC 2013 project ? Sorry..I did=
 not get you<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 actually.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Regards<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Lasitha<br>
<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 On Tue, Apr 23, 2013 at 7:24 PM, Florent An=
dr=E9<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a> &lt;mailto:<a href=3D"mailto:floren=
[email protected]" target=3D"_blank">[email protected]</a>&gt;<br></div></div>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;mailto:<a href=3D"mailto:florent@apache=
.org" target=3D"_blank">[email protected]</a> &lt;mailto:<a href=3D"mailto=
:[email protected]" target=3D"_blank">[email protected]</a>&gt;&gt;&gt;<d=
iv><div>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 wrote:<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Hi Lsitha !<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Sorry for missing your mail...<b=
r>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Read it, says &quot;will answer =
better and later&quot;, and<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 then many things<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0appends...<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Hope you are going much better n=
ow, and that your<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 problem don&#39;t have<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0much consequences.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Just as an update, the ASF was a=
ccepted as<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 organisation for Gsoc,<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0and ask for acknowledge to be a =
mentor for the<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Lenya project (no<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0blocker here).<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0As you may notice, student appli=
cation is now open.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0About the maven task, I may be t=
oo much to add this<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 to the GSOC 2013<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0idea, but be a must have to had =
this as an entry point.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Have to check when the GSOC star=
t and find time to<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 sort this maven<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0things out before. Of course, if=
 you are ready to<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 give an hand on<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0it, you are welcome ! :)<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Will be more responsive now on y=
our following mails<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ! :)<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Hope you going well,<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Cheers.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0++<br>
<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0On 04/10/2013 06:18 AM, Lsitha C=
hamara wrote:<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0hi Florent,<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0I was hospitalized withi=
n last two weeks. And<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 now fully<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0recovered. I am<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0sorry for not to respond=
ing to your mails. I<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 will work on this.<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0And let<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0you know if I am having =
issues. And thank you<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 very much for the<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0support.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0So are we going to imple=
ment this migration to<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 maven task as for the<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0GSOC 2013 ? Or to we are=
 going to do this as a<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 entry point for<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0the code<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0base.?<br>
<br>
<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0On Fri, Apr 5, 2013 at 7=
:39 PM, florent andr=E9<br></div></div>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&lt;florent.andre-dev@4s=
engines._<u></u>___com<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&lt;mailto:<a href=3D"ma=
ilto:florent.andre-dev@" target=3D"_blank">florent.andre-dev@</a>__<a href=
=3D"http://4sengines.com" target=3D"_blank">4s<u></u>engines.com</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;mailto:<a href=3D"mailto:florent.andre-=
[email protected]" target=3D"_blank">florent.andre-dev@<u></u>4sengines.com=
</a>&gt;&gt;<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&lt;mailto:<a href=3D"ma=
ilto:florent.andre-dev@" target=3D"_blank">florent.andre-dev@</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;mailto:<a href=3D"mailto:florent.andre-=
dev@" target=3D"_blank">florent.andre-dev@</a>&gt;__<a href=3D"http://4s__e=
ngines.com" target=3D"_blank">4<u></u>s__engines.com</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"http://4sengines.com" target=
=3D"_blank">http://4sengines.com</a>&gt;<div><br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0&lt;mailto:<a href=3D"ma=
ilto:florent.andre-dev@" target=3D"_blank">florent.andre-dev@</a>__<a href=
=3D"http://4sengines.com" target=3D"_blank">4s<u></u>engines.com</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;mailto:<a href=3D"mailto:florent.andre-=
[email protected]" target=3D"_blank">florent.andre-dev@<u></u>4sengines.com=
</a>&gt;&gt;&gt;&gt; wrote:<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Hi Lsitha !<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Just to inform =
you that the Apache<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Software foundation has<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0apply to<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 GSOC. As apache=
 is in for years there is<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 no reasons that<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0this will<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 not be the case=
 this year.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Also, just as a=
 note, you can find here<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 some works I have<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0done for<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 moving Lenya to=
 the maven build system.<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 This is not<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0completely done<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 for now, but I =
would like to achieve it<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 before the beginning of<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 summer. You can=
 find some code here :<br></div>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 <a href=3D"https://github.com/florent-_____=
_andre/lenya/tree/maven-______migration" target=3D"_blank">https://github.c=
om/florent-___<u></u>___andre/lenya/tree/maven-____<u></u>__migration</a><b=
r>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-_=
___andre/lenya/tree/maven-____migration" target=3D"_blank">https://github.c=
om/florent-__<u></u>__andre/lenya/tree/maven-____<u></u>migration</a>&gt;<d=
iv><br>

<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-_=
___andre/lenya/tree/maven-____migration" target=3D"_blank">https://github.c=
om/florent-__<u></u>__andre/lenya/tree/maven-____<u></u>migration</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-_=
_andre/lenya/tree/maven-__migration" target=3D"_blank">https://github.com/f=
lorent-__<u></u>andre/lenya/tree/maven-__<u></u>migration</a>&gt;&gt;<br>
<br>
<br>
<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-_=
___andre/lenya/tree/maven-____migration" target=3D"_blank">https://github.c=
om/florent-__<u></u>__andre/lenya/tree/maven-____<u></u>migration</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-_=
_andre/lenya/tree/maven-__migration" target=3D"_blank">https://github.com/f=
lorent-__<u></u>andre/lenya/tree/maven-__<u></u>migration</a>&gt;<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-_=
_andre/lenya/tree/maven-__migration" target=3D"_blank">https://github.com/f=
lorent-__<u></u>andre/lenya/tree/maven-__<u></u>migration</a><br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;<a href=3D"https://github.com/florent-a=
ndre/lenya/tree/maven-migration" target=3D"_blank">https://github.com/flore=
nt-<u></u>andre/lenya/tree/maven-<u></u>migration</a>&gt;&gt;&gt;<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Don&#39;t hesit=
ate to ask any questions you<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 have to me or<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0directly on<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 the mailing lis=
t.<br>
<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Have a good day=
.<br>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ++<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div></blockquote>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>

--089e0153873e5045c004db901bda--