diff --git a/README.md b/README.md index afadb890..a6df6f85 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,7 @@ You should know how to do this. It's recommended to use a working directory like ### Using apache ant -Resolve dependencies first, use either: - -* `ant ivyresolve` to download dependencies using apache ivy -* `ant mvnresolve` to download dependencies using apache mvn +Resolve dependencies first by doing `ant mvnresolve` or `mvn initialize` Then do `ant run` diff --git a/build.xml b/build.xml index b670232c..938decb3 100644 --- a/build.xml +++ b/build.xml @@ -1,9 +1,8 @@ - + - @@ -21,14 +20,12 @@ ant clean --> clean the ant working dir ant cleanlib --> clean the lib folder -ant ivyresolve --> resolve dependencies using ivy ant mvnresolve --> resolve dependencies using mvn ant compile --> compile the code ant run --> prepare to run and run ant jar --> package a jar -resolve dependencies first -(using either mvnresolve or ivyresolve), +resolve dependencies first (mvnresolve) then run (code is compiled automatically when you run) @@ -40,12 +37,6 @@ then run (code is compiled automatically when you run) - - - - - - diff --git a/ivy.xml b/ivy.xml deleted file mode 100644 index 1573a486..00000000 --- a/ivy.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file