The dependencies for Turbine are listed in project.xml. When you run maven, the dependencies are automatically downloaded.
You can create an ant build.xml for Turbine by running:
maven ant:generate-build
In the resulting build.xml file you will see:
<target name="get-deps" unless="noget" depends="init">
<get dest="${libdir}/avalon-framework-4.1.4.jar"
usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/avalon-framework/jars/avalon-framework-4.1.4.jar"/>
...
</target>
You can then create an XSL that extracts all the jar URL's from the build.xml file and stores them into a shell script. Or you could just copy and paste them into a shell script as well.
Make sense?
-Ted
Tim M�ller-Seydlitz wrote:
Hi,
is there a zip file containing all the jar files that turbine 2.3 is dependent on? Alternatively is there a tool that helps to download them at once, a list for wget would be sufficient, wouldn't it?
Regards
Tim
--------------------------------------------------------------------- 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]
