On Fri, Jan 8, 2010 at 11:03 AM, Mark Thomas <ma...@apache.org> wrote:
> On 08/01/2010 18:54, Costin Manolache wrote: > > Yes. BTW - if you use maven, it'll download, build and test against > tomcat6 > > jars ( since tomcat7 is not in maven ). > > It is a few months out of date but it is there. I was planning on > another update when I get the EL stuff fixed. > > http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/ > > It should be available via: > > > https://repository.apache.org/content/groups/snapshots-group/org/apache/tomcat/ > > but most of the JARs are missing. Any hints as to what i did wrong? > > Cheers, > Well, I don't mind testing and running tomcat-lite against tomcat6 - after all it is supposed to be usable with multiple servers and servlet versions :-) I typically build/test with both maven and ant - to cover both ( maven tests pass all, ant runs more tests and some are failing ) Costin