Mark Phippard skrev:
> 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
>>     
> 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
>   
1.0.5? I thought 1.2.x was the current version.
Anyway, it works as it should now.
Thanks,
//Samuel
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Aug  8 12:36:49 2007