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

Re: problem to run svn via ant

From: Cédric Chabanois <cchabanois_at_natsys.fr>
Date: 2004-11-04 09:28:44 CET

See the included build.xml

Did you add something like :
  <path id="project.classpath">
    <pathelement location="${svnjavahl.jar}" />
    <pathelement location="${svnant.jar}" />
    <pathelement location="${svnClientAdapter.jar}" />
  </path>

  <taskdef resource="svntask.properties" classpathref="project.classpath"/>?

Cédric

>>Hello Cédric,
>>
>>we use svn to manage our development.
>>Recently we tried to integrate svn into our build-files. So we used the
>>svnant, but we didn't make it work.
>>What we have done:
>>
>>- we put svnant.jar into ant/lib directory
>>- we extended the PATH for the .dll directory
>>
>>But ant still cant read <svn> tasks.
>>
>>What can we do.
>>Can u send us a short installation instruction.
>>
>>Kindly regards
>>Tilo Schmitz
>>
Received on Thu Nov 4 19:28:44 2004

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.