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

[Subclipse-users] SVNANT

From: Gohil, Jayesh <Jayesh.Gohil_at_lionbridge.com>
Date: 2006-05-10 08:18:36 CEST

> Hi,
>
> I am using svnant and I am able to use all the svn task such as checkout/commit/update,etc...
> I am trying to use svn:tagdiff task in my build file but I am getting errors.
>
> Please help me in how to get this is done asap.
>
> This is my build file & the error I am getting.
>
> <?xml version="1.0"?>
>
> <project name="svn-test" xmlns:svn="antlib:org.apache.tools.ant.taskdefs.svn" basedir="." default="tagdiff">
>
> <!-- all properties are in build.properties
> -->
> <property file="build.properties"/>
> <path id="project.classpath">
> <!-- <pathelement location="${svnjavahl.jar}" />
> <pathelement location="${svnant.jar}" />
> <pathelement location="${svnClientAdapter.jar}" />
> <pathelement location="${jakarta-regexp.jar}" />
> <pathelement location="${commons-lang.jar}" /> -->
> </path>
>
> <taskdef resource="svntask.properties" classpathref="project.classpath"/>
>
> <target name="tagdiff">
> <svn:tagdiff
> failonerror="true"
> baseURL="http://10.3.72.247/SCM/SCM/tags"
> destfile="C:/diff.xml"
> tag2="Tag2" tag1="Tag1"/>
> </target>
> </project>
>
>
> ##################################################################
> Error:
> BUILD FAILED
> C:\SOFTWARES\svnant-1.0.0-rc1\build.xml:43: Could not create task or type of typ
> e: antlib:org.apache.tools.ant.taskdefs.svn:tagdiff.
>
> Ant could not find the task or a class this task relies upon.
>
> ########################################################################
>
> Thanks
>
> Regards,
>
> Jayesh Gohil
> Build/SCM Engineer.
> L10NBRIDGE Technologies Pvt.Ltd.
> EXTN : 7523.
>
Received on Wed May 10 08:21:25 2006

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.