[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

ANT and SubVersion

From: udi <ukulkarn_at_hotmail.com>
Date: 2007-07-26 18:13:30 CEST

Hello,
I am running below script to update the working directory(project) from
Subversion Repository.

But I am getting below error:-

D:\Project-trunk>build.bat
Using Java from C:\j2sdk
Buildfile: build.xml

BUILD FAILED
D:\Project-trunk\build.xml:23: Reference C:\svnant not found.

Line number 23 is below in the build.xml:-
<taskdef resource="${svnant}\svnantlib.xml" classpathref="${svnant}"/>

I didn't found "svnantlib.xml" file in the svnant package which I have
downloaded and installed in the C:\svnant folder :-

I have donwload svnant package from below link
http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=7046&expandFolder=7046&folderID=7046

Script is given below for references:-
<property name="svnant" value="C:\svnant"/>
<property name="svnant.jar" value="svnant.jar"/>
<property name="svnClientAdapter.jar" value="svnClientAdapter.jar"/>
<property name="svnjavahl.jar" value="svnjavahl.jar"/>

<path id="ant.task.classpath">
<pathelement location="${svnant.jar}"/>
<pathelement location="${svnClientAdapter.jar}"/>
<pathelement location="${svnjavahl.jar}"/>
</path>

<taskdef resource="${svnant}\svnantlib.xml" classpathref="${svnant}"/>

<svn>
<update="${svn.url}" destPath="${svn.destination}" />
</svn>

When i will get the "svnantlib.xml" file?

Please help me to resolve this...

-- 
View this message in context: http://www.nabble.com/ANT-and-SubVersion-tf4152629.html#a11813831
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 26 18:12:27 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.