Re: ANT and SubVersion
From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-07-26 18:41:09 CEST
Hello,
You probably want to direct this question over to the Subclipse mailing list
Regards,
-- Blair Zajac, Ph.D. <blair@orcaware.com> http://www.orcaware.com/svn/ udi wrote: > 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... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Jul 26 18:40:11 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.