You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/11/22 17:57:46 UTC

[Bug 55813] New: in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

https://issues.apache.org/bugzilla/show_bug.cgi?id=55813

            Bug ID: 55813
           Summary: in 8.0.0-RCx Maven artifacts, tomcat-util artifact
                    does not contain
                    org/apache/tomcat/util/digester/RuleSet
           Product: Tomcat 8
           Version: 8.0.0-RC5
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Util
          Assignee: dev@tomcat.apache.org
          Reporter: ludovic.champenois@gmail.com

java.lang.NoClassDefFoundError: org/apache/tomcat/util/digester/RuleSet

So it seems that the repackaging in Maven artifacts is incomplete.
The org.apache.tomcat.util.descriptor.web WebXmlParser class import RuleSet and
this class is not in tomca-util-8.0.-RC5.jar pushed to maven.

The entire content of  org.apache.tomcat.util.digester.*;
cannot be found in Maven at all.
I cannot use a JSPC compiler from Maven with this error.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813

--- Comment #1 from ludo <lu...@gmail.com> ---
You can easily find that the class or entire package is missing from
http://repo2.maven.org/maven2/org/apache/tomcat/tomcat-util/8.0.0-RC5/
but needed to have a functional
org.apache.tomcat.util.descriptor.web.WebXmlParser class

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Thanks for the report.

This has been fixed in trunk for 8.0.0-RC6 onwards. I also reviewed all the
other dependencies and fixed a handful of similar issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813

--- Comment #2 from ludo <lu...@gmail.com> ---
Oh, I see it in the tomcat-coyote artifact.
So the bug now is more about modularity of Tomcat JSP compiler that requires
the coyote jar...

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813

ludo <lu...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ludovic.champenois@gmail.co
                   |                            |m

-- 
You are receiving this mail because:
You are the assignee for the bug.

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