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

[Subclipse-users] svnant: export "path" "path" retrieves from repository?!

From: Samuel Åslund <samuel.aslund_at_repeatit.se>
Date: 2007-07-31 12:31:40 CEST

Hi,

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.

Any ideas?

Running on:
Windows Vista
Eclipse 3.2.2
Java 6
svnant 1.0.0 (fetched 2007-07-20)
JavaHL.dll reports version 1.4.4.25188 (in windows properties)

Thanks,
//Samuel

PS.
Please CC me.
DS.

-- 
Samuel Åslund, MSc
Repeatit AB 
Vretenvägen 10
SE-171 54 Solna Sweden
Phone vx:+46 8 570 106 66
www.repeatit.se
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jul 31 12:40:13 2007

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

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