Updated the readme to suggest building using build-ivy.xml so that dependencies

are automatically fetched.
This commit is contained in:
Michael Bayne
2010-08-27 19:26:34 +00:00
parent e648cfc7bd
commit 57b2aa31d4
+7 -4
View File
@@ -19,11 +19,14 @@ The library is built using ant. It can be found here:
http://jakarta.apache.org/ant/ http://jakarta.apache.org/ant/
Next, ensure that the necessary third party jar files are copied to the lib/ If you use build-ivy.xml to build, the necessary dependencies will be
directory. See etc/libs-incl.xml for the list of those jar files. automatically fetched by Ivy (which will itself be downloaded if needed).
Finally invoke 'ant dist' to compile the code and generate a jar file. Invoke To compile the code and generate a jar file, invoke:
'ant -p' to see information on other build targets.
% ant -f build-ivy.xml dist
Invoke 'ant -f build-ivy.xml -p' to see information on other build targets.
Depot also provides .classpath and .project files for Eclipse users which Depot also provides .classpath and .project files for Eclipse users which
require that you set an EXT_LIBS_DIR variable indicating the location of the require that you set an EXT_LIBS_DIR variable indicating the location of the