DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12266>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12266

class not found building mod_webapp docs

           Summary: class not found building mod_webapp docs
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Webapp
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have attempted to build the mod_webapp connector for Apache 2.0, first with
the 4.0.4 final source and then with the source snatched from CVS early on
August 30th, 2002.  Both times I get the following error during the ant portion
of the build:

docs:
    [mkdir] Created dir:
/home/thad/jakarta/jakarta-tomcat-connectors-4.0.4-src/webapp/build/docs
    [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.
    [style] java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor
    [style]     at
org.apache.tools.ant.taskdefs.optional.XslpLiaison.<init>(XslpLiaison.java:80)

I'm running RedHat 6.2 with JSKD 1.3.1_02.  I am using Ant 1.5, Xalan J 2.3.1,
gcc 2.95.3 20010315 (release), and libtool 1.4.2.  I have added Xalan's
xalan.jar and xml-apis.jar to the classpath ID in webapp/build.xml.  The
README.txt says nothing about what version of Ant or Xalan to use.  (Also,
README.txt refers to tomcat-webapp.jar vs. tomcat-warp.jar.)

I seem to find thru Google searches that com.kvisco has been discontinued.  Is
that so?

I was able to build tomcat-warp.jar by commenting out the line in the generated
Makefile that included '$(ANT_TARGETS)' and substituting 'compile':

ant-build:
        $(ANT) -buildfile "$(SRC_DIR)/build.xml" init compile
#
$(ANT) -buildfile "$(SRC_DIR)/build.xml" init $(ANT_TARGETS)

The resulting tomcat-warp.jar was the same size in both the 4.0.4 final and the
CVS builds.  The mod_webapp.so differed and only the one built from the CVS tree
worked for me.

So how do I build the docs & javadocs?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to