You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Thilina Gunarathne <cs...@gmail.com> on 2006/02/28 12:13:11 UTC

Directory Hierachy of Kandula 1 & 2

Hi all,
Following is the directory hierachy we are following for Kandula2.
     trunk/
              java/
                    src/
                    test/
                    samples/
                    ...........

Rational behind of having a top level java folder is to allow room for
future other language implementations like "c" (hopefully ;-).. Rest of the
hierachy is what I have noticed in almost all the maven projects. I'm not
aware whether Mavan specifically recomend this hierachy...

At the same time I found out that Kandula1 has the following hierachy..
       kandula_1/
                        src/
                             java/
                             conf/
                              ......


Please comment on this. Let's decide and stick  to the same hierachy for
both projects...

Thnaks,
~Thilina



--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: Directory Hierachy of Kandula 1 & 2

Posted by Thilina Gunarathne <cs...@gmail.com>.
We can stick with Maven 1.x... Axis1/2 still uses maven 1.x.

~Thilina


On 3/1/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
>
> Quoting Thilina Gunarathne <cs...@gmail.com>:
>
> > Hi all,
> > Following is the directory hierachy we are following for Kandula2.
> >      trunk/
> >               java/
> >                     src/
> >                     test/
> >                     samples/
> >                     ...........
> >
> > Rational behind of having a top level java folder is to allow room for
> > future other language implementations like "c" (hopefully ;-).. Rest of
> the
> > hierachy is what I have noticed in almost all the maven projects. I'm
> not
> > aware whether Mavan specifically recomend this hierachy...
> >
> > At the same time I found out that Kandula1 has the following hierachy..
> >        kandula_1/
> >                         src/
> >                              java/
> >                              conf/
> >                               ......
> >
> >
> > Please comment on this. Let's decide and stick  to the same hierachy for
> > both projects...
>
> I think it was Srinath who suggested the Kandula dir structure at the
> time. I
> would look at what Sandesha chaps have done and go with that approach--
> that is
> what I'm doing for the site at the moment. Also, we can stick with Maven
> 1.x
> for the moment. Does Axis/Axis2 use maven 2.0?
>
> --dasarath
>
> >
> > Thnaks,
> > ~Thilina
> >
> >
> >
> > --
> > "May the SourcE be with u"
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> > http://www.bloglines.com/blog/Thilina
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: kandula-dev-help@ws.apache.org
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: Directory Hierachy of Kandula 1 & 2

Posted by Thilina Gunarathne <cs...@gmail.com>.
We can stick with Maven 1.x... Axis1/2 still uses maven 1.x.

~Thilina


On 3/1/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
>
> Quoting Thilina Gunarathne <cs...@gmail.com>:
>
> > Hi all,
> > Following is the directory hierachy we are following for Kandula2.
> >      trunk/
> >               java/
> >                     src/
> >                     test/
> >                     samples/
> >                     ...........
> >
> > Rational behind of having a top level java folder is to allow room for
> > future other language implementations like "c" (hopefully ;-).. Rest of
> the
> > hierachy is what I have noticed in almost all the maven projects. I'm
> not
> > aware whether Mavan specifically recomend this hierachy...
> >
> > At the same time I found out that Kandula1 has the following hierachy..
> >        kandula_1/
> >                         src/
> >                              java/
> >                              conf/
> >                               ......
> >
> >
> > Please comment on this. Let's decide and stick  to the same hierachy for
> > both projects...
>
> I think it was Srinath who suggested the Kandula dir structure at the
> time. I
> would look at what Sandesha chaps have done and go with that approach--
> that is
> what I'm doing for the site at the moment. Also, we can stick with Maven
> 1.x
> for the moment. Does Axis/Axis2 use maven 2.0?
>
> --dasarath
>
> >
> > Thnaks,
> > ~Thilina
> >
> >
> >
> > --
> > "May the SourcE be with u"
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> > http://www.bloglines.com/blog/Thilina
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: kandula-dev-help@ws.apache.org
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: Directory Hierachy of Kandula 1 & 2

Posted by Dasarath Weeratunge <dw...@purdue.edu>.
Quoting Thilina Gunarathne <cs...@gmail.com>:

> Hi all,
> Following is the directory hierachy we are following for Kandula2.
>      trunk/
>               java/
>                     src/
>                     test/
>                     samples/
>                     ...........
> 
> Rational behind of having a top level java folder is to allow room for
> future other language implementations like "c" (hopefully ;-).. Rest of the
> hierachy is what I have noticed in almost all the maven projects. I'm not
> aware whether Mavan specifically recomend this hierachy...
> 
> At the same time I found out that Kandula1 has the following hierachy..
>        kandula_1/
>                         src/
>                              java/
>                              conf/
>                               ......
> 
> 
> Please comment on this. Let's decide and stick  to the same hierachy for
> both projects...

I think it was Srinath who suggested the Kandula dir structure at the time. I 
would look at what Sandesha chaps have done and go with that approach-- that is 
what I'm doing for the site at the moment. Also, we can stick with Maven 1.x 
for the moment. Does Axis/Axis2 use maven 2.0?

--dasarath

> 
> Thnaks,
> ~Thilina
> 
> 
> 
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
> 




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


Re: Directory Hierachy of Kandula 1 & 2

Posted by Dasarath Weeratunge <dw...@purdue.edu>.
Quoting Thilina Gunarathne <cs...@gmail.com>:

> Hi all,
> Following is the directory hierachy we are following for Kandula2.
>      trunk/
>               java/
>                     src/
>                     test/
>                     samples/
>                     ...........
> 
> Rational behind of having a top level java folder is to allow room for
> future other language implementations like "c" (hopefully ;-).. Rest of the
> hierachy is what I have noticed in almost all the maven projects. I'm not
> aware whether Mavan specifically recomend this hierachy...
> 
> At the same time I found out that Kandula1 has the following hierachy..
>        kandula_1/
>                         src/
>                              java/
>                              conf/
>                               ......
> 
> 
> Please comment on this. Let's decide and stick  to the same hierachy for
> both projects...

I think it was Srinath who suggested the Kandula dir structure at the time. I 
would look at what Sandesha chaps have done and go with that approach-- that is 
what I'm doing for the site at the moment. Also, we can stick with Maven 1.x 
for the moment. Does Axis/Axis2 use maven 2.0?

--dasarath

> 
> Thnaks,
> ~Thilina
> 
> 
> 
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
> 




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