You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2001/06/07 16:02:55 UTC

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

GOMEZ Henri wrote:
> 
> Could we change the naming of webapp to
> make it matching jk...
> 
> ie :
> 
> webapp/src/native/apache-1.3
> webapp/src/doc
> webapp/src/native/include
> webapp/src/java
> webapp/src/native/lib
> webapp/src/native/scandoc
> webapp/src/native/webapplib
> 
> May be JF or Kevin :)

If we share some macro files (m4 files) for configure, life  will be more easy
if the relative pathes are the same. 

But the src does not help in jk: all is under src!
It brings nothing to have src/native src/doc src/java... And what is src/doc?
+++
$ cd /home/jakarta/jakarta-tomcat-connectors/jk                                 
$ ls -lt                                                                        
total 12                                                                        
drwxr-xr-x   2 jakarta  betex       1024 Jun  7 09:49 CVS                       
drwxr-xr-x   6 jakarta  betex         96 Jun  7 09:46 src                       
-rw-r--r--   1 jakarta  betex        821 Jun  6 16:54 README.txt                
-rw-r--r--   1 jakarta  betex       2901 May 30 17:26 build.xml                 
-rw-r--r--   1 jakarta  betex        437 May 30 01:05 build.properties.sample   
+++

I would propose to remove the src level in jk...

An other thing I am thinking about: the java sources of webapp are in a flat
structure (all in the java directory). In jk they are in ...org/apache/ajp. Does
this make sense?
 

> 
> -
> Henri Gomez                 ___[_]____
> EMAIL : hgomez@slib.fr        (. .)
> PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
> 
> >-----Original Message-----
> >From: Pier P. Fumagalli [mailto:pier@betaversion.org]
> >Sent: Thursday, June 07, 2001 2:23 PM
> >To: tomcat-dev@jakarta.apache.org
> >Subject: Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc
> >scandoc.pl template.pl
> >
> >
> >GOMEZ Henri at hgomez@slib.fr wrote:
> >
> >> Thanks Pier :=)
> >
> >I have a couple of major updates, but right now I'm fighting
> >with a major
> >problem with the SERVLET-INTEREST@JAVA.SUN.COM mailing list :( :(...
> >
> >As soon as I'm done and I can check them, I'll be doing some updates...
> >
> >    Pier
> >

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

Posted by kevin seguin <se...@motive.com>.
jean-frederic clere wrote:
> 
> GOMEZ Henri wrote:
> >
> > Could we change the naming of webapp to
> > make it matching jk...
> >
> > ie :
> >
> > webapp/src/native/apache-1.3
> > webapp/src/doc
> > webapp/src/native/include
> > webapp/src/java
> > webapp/src/native/lib
> > webapp/src/native/scandoc
> > webapp/src/native/webapplib
> >
> > May be JF or Kevin :)
> 
> If we share some macro files (m4 files) for configure, life  will be more easy
> if the relative pathes are the same.
> 
> But the src does not help in jk: all is under src!
> It brings nothing to have src/native src/doc src/java... And what is src/doc?
> +++
> $ cd /home/jakarta/jakarta-tomcat-connectors/jk
> $ ls -lt
> total 12
> drwxr-xr-x   2 jakarta  betex       1024 Jun  7 09:49 CVS
> drwxr-xr-x   6 jakarta  betex         96 Jun  7 09:46 src
> -rw-r--r--   1 jakarta  betex        821 Jun  6 16:54 README.txt
> -rw-r--r--   1 jakarta  betex       2901 May 30 17:26 build.xml
> -rw-r--r--   1 jakarta  betex        437 May 30 01:05 build.properties.sample
> +++
> 
> I would propose to remove the src level in jk...
> 

i'd be ok with removing the src level in jk (and also in util).  i'm not
all that picky about directory structure.  consistency is good, though
:)

> An other thing I am thinking about: the java sources of webapp are in a flat
> structure (all in the java directory). In jk they are in ...org/apache/ajp. Does
> this make sense?
> 

i'm kind of partial to .java files living in directory structures that
match their containing packages.

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
jean-frederic clere at jfrederic.clere@fujitsu-siemens.com wrote:
> 
> I would propose to remove the src level in jk...

I like this better :)

    Pier