Thanks, good idea looking in the build xml that will get me through. Jira has been created as requested
https://issues.apache.org/jira/browse/VELTOOLS-84 Peter -----Original Message----- From: Nathan Bubna [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:28 AM To: Velocity Users List Subject: Re: .jar dependencies for velocity-tools sub project? On 6/28/07, Peter Locke <[EMAIL PROTECTED]> wrote: > There are great pages for the velocity engine (links below), is there > something similar for the velocity tools subproject? Unfortunately, no. We don't have such nice pages for Tools. That'd be nice though. Would you create a JIRA issue for this, so we don't forget? > I notice the download > includes a number of supporting .jars and given I will be integrating > it into a much larger application I need to know which ones are needed > for compile/deployment. The download.xml file at the root of the source tree gives a pretty good map of what jars are required for what. Here's a link: http://svn.apache.org/repos/asf/velocity/tools/trunk/download.xml The ones listed under the compile-download target are what's needed to compile everything in the project. If you only want what is needed for a very simple application, the jars in the lib directory of the "simple" example app are your ticket. If you have an app that makes use of most/all of the available tools, then you may need one or two more jars which you will find in the lib directory of the "showcase" example app. Finally, if you are deploying a VelocityStruts app, you will need to add the Struts jars and commons-chain to your list. And, if you are using a VelocityStruts app with the SecureLinkTool, you will also need to add the sslext jar. See the "<app>-dependencies" targets in the following file for those jar lists: http://svn.apache.org/repos/asf/velocity/tools/trunk/examples.xml > http://velocity.apache.org/engine/devel/jar-dependencies.html > http://velocity.apache.org/engine/devel/dependencies.html > > thanks > > > > -- > Peter Locke > Senior Engineer / Dev Lead > www.abebooks.com <http://www.abebooks.com/> > > t: 250.412.3240 > f: 250.475-6014 > e: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -- > P.S. I'm currently reading Rainbow Six > <http://www.abebooks.com/servlet/SearchResults?bx=off&sts=t&ds=30&bi=0 > &an=Tom > +Clancy&tn=Rainbow+Six> by Tom Clancy > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
