[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57558

Konstantin Kolinko knst.koli...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com ---
Fixed in Tomcat 6 by r1660788 and will be in 6.0.44 onwards.

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

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



[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558

Konstantin Kolinko knst.koli...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
  Component|Jasper  |Jasper
Version|8.0.18  |6.0.43
 Resolution|FIXED   |---
Product|Tomcat 8|Tomcat 6

--- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com ---
This is observed on 7.0.59 and current 6.0.x as well. I will backport the fix.

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

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



[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558

--- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com ---
For a record:

Stacktrace in Tomcat 6 is
[[[
build.xml:15: java.lang.NoClassDefFoundError: org
/apache/catalina/Globals
at org.apache.catalina.ant.ValidatorTask.execute(ValidatorTask.java:95)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at ...
]]]

The line that refers the Globals class in ValidatorTask.java:

   Digester digester = DigesterFactory.newDigester(
   true, true, null, Globals.IS_SECURITY_ENABLED);

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

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



[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558

--- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com ---
Complete sample build.xml (to be put into $CATALINA_HOME):

[[[
project default=jspc
  property name=tomcat.home location=${basedir} /
  property name=webapp.path location=${basedir}/webapps/examples /

  import file=${tomcat.home}/bin/catalina-tasks.xml/

   target name=jspc

jasper
 validateXml=false
 uriroot=${webapp.path}
 webXmlFragment=${webapp.path}/WEB-INF/generated_web.xml
 outputDir=${webapp.path}/WEB-INF/src /

validator path=${webapp.path} /

  /target
/project
]]]

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

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



[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558

--- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com ---
Fixed in Tomcat 7 by r1658815 and will be in 7.0.60.
Proposed for Tomcat 6.

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

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



[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57558

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 OS||All

--- Comment #1 from Mark Thomas ma...@apache.org ---
Fixed in trunk and 8.0.x for 8.0.19 onwards.

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

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