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

[Subclipse-users] SVNANT

From: Gohil, Jayesh <Jayesh.Gohil_at_lionbridge.com>
Date: 2006-02-22 05:56:26 CET

Hi I am trying to checkout files from SVN Repository through svnant.

I have downloaded svnant and put all the jar files from lib to Ant 1.6.5 lib.

I have written a target to checkout from svn.But on executing build.xml I am getting following error.

Can you explain the reason and solution to this asap.

Thanks.

Regards,

Jayesh
Lionbridge Technologies Ltd.

C:\ant\apache-ant-1.6.5\bin>ant -verbose
Apache Ant version 1.6.5 compiled on June 2 2005
Buildfile: build.xml
Detected Java version: 1.4 in: C:\j2sdk1.4.2_07\jre
Detected OS: Windows 2000
parsing buildfile C:\ant\apache-ant-1.6.5\bin\build.xml with URI = file:///C:/ant/apache-ant-1.6.5/bin/build.xml
Project base dir set to: C:\ant\apache-ant-1.6.5\bin
 [property] Loading C:\ant\apache-ant-1.6.5\bin\build.properties
dropping C:\ant\apache-ant-1.6.5\bin\lib\svnjavahl.jar from path as it doesn't exist
dropping C:\ant\apache-ant-1.6.5\bin\lib\svnant.jar from path as it doesn't exist
dropping C:\ant\apache-ant-1.6.5\bin\lib\svnClientAdapter.jar from path as it doesn't exist
dropping C:\ant\apache-ant-1.6.5\bin\lib\jakarta-regexp-1.3.jar from path as itdoesn't exist
dropping C:\ant\apache-ant-1.6.5\bin\lib\commons-lang-2.0.jar from path as it doesn't exist
Build sequence for target(s) `try' is [try]
Complete build sequence is [try, checkoutLatest, checkoutThis, clean, ]

BUILD FAILED
C:\ant\apache-ant-1.6.5\bin\build.xml:35: Cannot use javahl nor command line svn client
        at org.tigris.subversion.svnant.SvnTask.execute(SvnTask.java:269)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
cutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

Total time: 8 seconds
C:\ant\apache-ant-1.6.5\bin>
Received on Wed Feb 22 05:57:44 2006

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.