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

Re: [Subclipse-users] Problem with javahl using svnant task

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-04-05 20:23:15 CEST

"Weaver, Chris \(Indust, PTL\)" <chris.weaver@penske.com> wrote on
04/05/2006 01:48:21 PM:

> Here is a code snippet from my build.xml
> <svn username="${svn.username}" password="${svn.password}"
javahl="${javahl.jar.path}">
> <checkout url="${param_svnpath}" destPath="${param_localpath}" />
> </svn>
> I can't find any substantial documentation on how to use the svnant
task. Is
> there any documentation as to how to properly set up the build.xml file?
 This
> code is giving the following error:
> Cannot use javahl nor command line svn client

JavaHL is a native library (like a DLL on Windows, or SO on Linux) which
means you need to have the native libraries installed and available. For
Windows you can download the command line client and JavaHL library. The
latter needs to be copied to the bin folder of the former and then that
path should be added to your path.

Another issue is that I believe svnAnt requires Subversion 1.2.x binaries,
so you might also get this problem if you have the binaries but for 1.3.x.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Apr 5 20:23:33 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.