On Tue, Feb 23, 2010 at 2:09 AM, Stefan Kolb <[email protected]> wrote: > Hi, > can i do this without maven too (just ant) or is there no chance to do this? > Just including all libs should be not the best idea ;) > > Regards Stefan >
We don't have a list of jars for each extension, so the best option would be to select a sample that use the same extensions that you are using, and perform the mvn dependency:copy or similar technique and use in your own app. If you are using 2.x, we have deep integration with tomcat which might help. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
