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