Hi!

I have prepared Eclipse project file to be put into the root folder of tc5.5,
like we have that in tc6.0 and trunk.

If anyone is interested, I put it here:
http://people.apache.org/~kkolinko/2009-08-15_tc55_eclipse_project/
(just rename _classpath -> .classpath, _project -> .project)

I just combined the .classpath files from /build, /container, etc. subfolders.
Comparing with creating the project from scratch the tricky part is
that some class path entries have excludes, and some sources are not
included at all (at least I know about container/modules/groupcom/
being omitted).


<classpathentry
excluding="org/apache/coyote/tomcat3/|org/apache/coyote/tomcat4/"
kind="src" path="connectors/coyote/src/java"/>
<classpathentry
excluding="org/apache/ajp/tomcat33/|org/apache/ajp/tomcat4/|org/apache/jk/config/"
kind="src" path="connectors/jk/java"/>
<classpathentry excluding="org/apache/tomcat/util/net/puretls/"
kind="src" path="connectors/util/java"/>
<classpathentry
excluding="org/apache/naming/factory/MailSessionFactory.java|org/apache/naming/factory/SendMailFactory.java"
kind="src" path="container/catalina/src/share"/>

I think that we can safely remove the following packages from the source tree:
org/apache/coyote/tomcat3/
org/apache/coyote/tomcat4/
org/apache/ajp/tomcat33/
org/apache/ajp/tomcat4/

Here is my +1 to remove them.


I am not sure about the following ones:
org/apache/jk/config/
org/apache/tomcat/util/net/puretls/
org/apache/naming/factory/MailSessionFactory.java|org/apache/naming/factory/SendMailFactory.java

I have nothing against keeping puretls code.


The project goes fine for me, though there are 6 warnings between
jsr152 and jsr154 about duplicate resources, like this one:
"The resource is a duplicate of
servletapi/jsr152/src/share/dtd/jsp_2_0.xsd and was not copied to the
output folder   jsp_2_0.xsd     Path:
/tomcat55/servletapi/jsr154/src/share/dtd/jsp_2_0.xsd "



Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to