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

[Subclipse-users] Help!!!

From: Andrew Mallett <andrew_mallett_at_btinternet.com>
Date: Wed, 2 Apr 2008 20:51:33 +0100

Hi,

I am trying to install svnant for use in Eclipse.

I have the following plugins installed in Eclipse 3.1.2 (Build id:
M20060118-1600)

org.tigris.subversion.book_1.1.1
org.tigris.subversion.javahl.win32_1.0.2
org.tigris.subversion.subclipse.core_1.0.3
org.tigris.subversion.subclipse.ui_1.0.3
org.tigris.subversion.subclipse_1.0.3

I have added the the following to the Ant Home Entries:

svnjavahl.jar
svnant.jar
svnClientAdapter.jar

All seems well when creating an ant file. I define the task:

<taskdef name="svn"
classname="org.tigris.subversion.svnant.SvnTask"></taskdef>

Then a simple SVN task:

        <target name="svn">
                <svn>
                        <status/>
                </svn>
        </target>

When I run it I get:

BUILD FAILED
L:\Andy's Documents\Eclipse workspace\Test Ant\build.xml:8: Cannot use
javahl nor command line svn client

I am pretty sure I need to put the libsvnjavahl-1.dll file somewhere to
overcome this. I have tried lots of places but to no effect. Please can
someone point me in the right direction.

Regards
Andy

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.4/1355 - Release Date: 01/04/2008
17:37
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org

Received on 2008-04-02 21:53:15 CEST

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.