On 7/31/07, Samuel Åslund <samuel.aslund@repeatit.se> wrote:
> I'm experimenting with svnant to build my distribution for windows.
>
> Below is an exerpt from my ant file, it insists on retrieving the files
> from the repository instead of (as the svn docs says) use the working copy.
>
> <taskdef resource="svntask.properties"
> classpath="${basedir}/svnant.jar:${basedir}/svnClientAdapter.jar:${basedir}/svnjavahl.jar"/>
> <svn >
> <export srcPath="../setup/configfiles" destPath="../RS3RCS/" />
> <export srcPath="../webapp" destPath="../RS3RCS/RCSWebApp/" />
> <export srcPath="../setup/tomcat_conf/"
> destPath="../RS3RCS/apache-tomcat-5.5.20/conf" />
> </svn>
>
> ant reports:
> [svn] using javahl
>
> and it seems like my path gets lost somewhere when running ant from
> eclipse so I have not been able to use the command line wrapper.
This was fixed in svnClientAdapter in October 2006. I'd try grabbing
the copy of the JAR we are using with Subclipse 1.0.5. That should
have the fix you need and still be compatible with svnAnt.
http://subclipse.tigris.org/source/browse/*checkout*/subclipse/tags/subclipse/1.0.5/subclipse/core/lib/svnClientAdapter.jar?rev=2975
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jul 31 14:01:48 2007