I've just noticed that there are lots of jars stored in SVN under
http://svn.apache.org/repos/asf/incubator/lcf/branches/release-0.1-branch
AIUI, SVN should not be used for storing library jars.
==
The way other projects manage this is to define the jar dependencies
in a build file, and get the build process to download the jars.
If using Maven, this is trivial, as declared dependencies are
automatically downloaded.
It's not that difficult when using Ant either - see for example the
Tomcat or JMeter projects.
There is also an Ant Maven task:
http://maven.apache.org/ant-tasks/examples/dependencies.html
and Apache Ivy
http://ant.apache.org/ivy/
though I've not used either of those.
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org
|