Patches item #450987, was opened at 2001-08-14 15:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=450987&group_id=22866

Category: None
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: toby cabot (tcabot)
Assigned to: Nobody/Anonymous (nobody)
Summary: clean up contrib/catalina build

Initial Comment:
I tried to build contrib/catalina and deploy it with
jakarta-tomcat-4.0-b6 but it looks as if the tomcat
folks have refactored their code somewhat so some of
the files and classes have moved around.  This patch
allows the build to succeed, although there may still
be run-time issues.

I mailed this to the dev list but then saw that this is
the preferred way to submit patches - apologies for the
previous email.

[EMAIL PROTECTED]

The patch fragments do:

readme
======
jboss now puts tools.jar in the classpath so you don't
need to copy it by hand.
jboss has jaxp.jar and crimson.jar so you don't need to
copy these by hand.
change tomcat-4.0-b1 to tomcat-4.0-b6 in a few places.
change paths to reflect new places that tomcat puts things.

build.sh, build.xml
===================
change paths to reflect new places that tomcat puts jars.

ConfigMapper.java
=================
org.apache.catalina.Resources doesn't exist anymore, so
don't try to import it.

Catch only expected exceptions (instead of Exception)
which will let unexpected exceptions percolate up,
which is better than disposing of them quietly.  Helps
with debugging.





----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=450987&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to