Ant and Apache IVY

From Kb

Jump to: navigation, search

Contact Article Author | Blog of Article Author | FirstPartners.net Home | LinkedIn profile of Author

Contents

See Also

General Ant

  • ant -help //print available command line options
  • ant -projecthelp // list available targets
  • ant -f buildfile.xml // use file other than build.xml

Ant and Apache IVY Dependency Management

IVY Setup

  • todo

Running ANT

'Runs ant with build.xml from current directory
ant
'To specify other build file
ant -f my-build-file.xml

Trouble Shooting

Problem: unknown resolver public: resolver should be defined before being referenced

Solution:Ensure that ANT has network / web access to the common repository as setup

Personal tools