tags:

views:

26

answers:

0

build.xml file is like:

I have installed JDK 1.6.0, apache-ant -1.8.1 on my system. Using Subversion I checkout the SVNAnt project located at: http://subclipse.tigris.org/svn/subclipse/trunk/svnant and put at ANT_HOME. Also download svnant.jar, svnClientAdapter.jar, svnjavahl.jar files and put them at ANT_HOME\lib folder. When running the above build.xml from Windows XP I am getting the below error:

C:\Program Files\Java\apache-ant-1.8.1>ant Buildfile: C:\Program Files\Java\apache-ant-1.8.1\build.xml [typedef] Could not load definitions from resource org/tigris/subversion/svnan t/svnantlib.xml. It could not be found.

BUILD SUCCESSFUL Total time: 0 seconds

How could this problem be resolved?