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

[Subclipse-users] Cannot use javahl, JavaSVN nor command line svn client

From: Kanzlers, Andreas <andreas.kanzlers_at_coremedia.com>
Date: 2007-04-23 18:53:54 CEST

Hi,

I have problems with javahl using svnant task.

Although there do exist several threads of this topic, none of them
could help me.

 

Executing a svn ant task like

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

           <classpath refid="maven.compile.classpath"/>

        </taskdef>

   <svn javahl="${javahl}">

            <checkout url="${svn.src.module}"

                      destPath ="${svn.destdir}"

                      revision = "${svn.revision}"/>

    </svn>

runs into following error: "Cannot use javahl, JavaSVN nor command line
svn client".

 

I've installed subversion 1.4.3 , svnant-1.1.0-RC2 on Solaris 9 OS by
executing following installation steps:

 

$ ./configure --with-ssl --with-libs=/usr/local/ssl --enable-shared
--enable-javahl

$ make

$ make javahl

$ make install

$ make install-javahl

 

$ export LD_LIBRARY_PATH = /usr/local/ssl/lib:/usr/local/lib

 

No errors occur when executing svn commands by command line.

 

Any ideas ?

 

Kind regards,

Andreas Kanzlers

 

 

 

 
Received on Mon Apr 23 18:54:07 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.