Re: Tomcat 6 source organisation part 2

2006-03-07 Thread Florian Fray
Hi Remy! Ok, so I'll (try to) create the structure (not the one in this mail), but how is it done in SVN ? Is it all simply folders without anything special ? A simple bunch of "svn mkdir" commands will do its job. There's nothing special about it. Regards Florian ---

Re: Tomcat 6 source organisation part 2

2006-03-07 Thread Remy Maucherat
Remy Maucherat wrote: Hi, Given the comments, I propose using a single repository with the following structure (based on our root "tomcat" repository): - tc6.0.x/trunk: - src/share: all the relevant sources go there - webapps: all our current webapps, including the examples webapps (note:

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Filip Hanik - Dev Lists
are all the conf files, startup scripts etc in one place? res? I was thinking that we still have a src directory, and subdirectories under that. trunk/src/java trunk/src/native trunk/webapps etc Keith Wannamaker wrote: Yes, this will do nicely. Keith Costin Manolache wrote: We still need

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Keith Wannamaker
Yes, this will do nicely. Keith Costin Manolache wrote: We still need separate dirs for native code and java I think. What about: tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res - To unsubscribe, e

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Keith Wannamaker
We should keep the java sources separate from the native sources by one more level under src/, aka the share directory (or something- I always thought it referenced "share"d across platforms as simply opposed to specific "native" code). Keith Remy Maucherat wrote: Yoav Shapira wrote: I've b

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Mario Ivankovits
Hi!Costin Manolache schrieb: > The extra src/ is useless in our code organization. > Sure, but it didn't cost anything and it makes clear where to look if one searches the sources. Its simply one nice little place for all the great code. But ok, its my personal preference :-) --- Mario -

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Costin Manolache
On 3/1/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > >> tc6(.0.x ?)/trunk/java > >> tc6/trunk/native > >> tc6/trunk/webapps > >> tc6/trunk/res > Isn't it widely used to have: > > src/java > src/tests > src/native Widely used doesn't mean it's good in all cases :-) For most simple native

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Mario Ivankovits
Hi! >> tc6(.0.x ?)/trunk/java >> tc6/trunk/native >> tc6/trunk/webapps >> tc6/trunk/res Isn't it widely used to have: src/java src/tests src/native Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Yoav Shapira
Hola, > "share" has a long history - I think JDK is organized this way, with > separate dirs for windows, linux, etc. Maybe the JDK was organized that way in the past, but doesn't seem to be that way any more. Anyways, I don't think it has a purpose currently. If something we're not aware of co

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Remy Maucherat
Costin Manolache wrote: We still need separate dirs for native code and java I think. What about: tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res There's a native folder too, and most likely there should be a test folder too. and the docs webapp at top level, as Yo

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Costin Manolache
We still need separate dirs for native code and java I think. What about: tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res and the docs webapp at top level, as Yoav suggested. "share" has a long history - I think JDK is organized this way, with separate dirs for windows,

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Ian Darwin
So let's make it: - tc6.0.x/trunk: - src: all the relevant sources go there - webapps: all our current webapps, including the examples webapps - resources: misc resources, such as configuration files (server.xml), readmes, etc +1

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Remy Maucherat
Yoav Shapira wrote: So let's make it: - tc6.0.x/trunk: - src: all the relevant sources go there - webapps: all our current webapps, including the examples webapps - resources: misc resources, such as configuration files (server.xml), readmes, etc OK. One other thing: can we put docs u

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Yoav Shapira
> So let's make it: > - tc6.0.x/trunk: >- src: all the relevant sources go there >- webapps: all our current webapps, including the examples webapps >- resources: misc resources, such as configuration files > (server.xml), readmes, etc OK. One other thing: can we put docs under trunk

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Remy Maucherat
Yoav Shapira wrote: I've been meaning to ask this for years now: what's the purpose of the "share" directory under src? We share all our source by definition, so it just seems like an extra layer... I have no idea what "share" means either ;) So let's make it: - tc6.0.x/trunk: - src: all th

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Yoav Shapira
I've been meaning to ask this for years now: what's the purpose of the "share" directory under src? We share all our source by definition, so it just seems like an extra layer... Yoav On 3/1/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Hi, > > Given the comments, I propose using a single repo

Tomcat 6 source organisation part 2

2006-03-01 Thread Remy Maucherat
Hi, Given the comments, I propose using a single repository with the following structure (based on our root "tomcat" repository): - tc6.0.x/trunk: - src/share: all the relevant sources go there - webapps: all our current webapps, including the examples webapps (note: portions of the source