"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