Re: Finding proper jar archive

2016-08-01 Thread leonidprokopets
Thank you for your hint. It partly helped and gave me the direction. Appreciate 
it, man.

Leonid.



From: Mark Thomas <ma...@apache.org>
Sent: Sunday, July 31, 2016 8:52 PM
To: Tomcat Users List
Subject: Re: Finding proper jar archive

On 31/07/2016 16:20, leonidprokopets wrote:
> Hi everybody
>
> I'm trying to run a project, written by other developer, under Tomcat 8.0.36. 
> I need to find a jar archive which contains 
> org.apache.tomcat.util.digester.Digester class WITH setRulesValidation 
> method. Those versions of tomcat-util.jar and apache-tomcat.util.jar that I 
> managed to find don't include this method. And without it the project would 
> not run.
>
> Any hint where I can find it will be very much appreciated!

In any 8.0.36 binary distribution or at Maven Central.

Mark


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



Re: Finding proper jar archive

2016-07-31 Thread Mark Thomas
On 31/07/2016 16:20, leonidprokopets wrote:
> Hi everybody
> 
> I'm trying to run a project, written by other developer, under Tomcat 8.0.36. 
> I need to find a jar archive which contains 
> org.apache.tomcat.util.digester.Digester class WITH setRulesValidation 
> method. Those versions of tomcat-util.jar and apache-tomcat.util.jar that I 
> managed to find don't include this method. And without it the project would 
> not run.
> 
> Any hint where I can find it will be very much appreciated!

In any 8.0.36 binary distribution or at Maven Central.

Mark


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



Finding proper jar archive

2016-07-31 Thread leonidprokopets
Hi everybody

I'm trying to run a project, written by other developer, under Tomcat 8.0.36. I 
need to find a jar archive which contains 
org.apache.tomcat.util.digester.Digester class WITH setRulesValidation method. 
Those versions of tomcat-util.jar and apache-tomcat.util.jar that I managed to 
find don't include this method. And without it the project would not run.

Any hint where I can find it will be very much appreciated!

Leonid.