Hi
I use the following taskdef to load svnant and it works perfectly!
<!--This taskdef init the ANTSVN tasks used in this script-->
<taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask">
<classpath>
<fileset dir="${PluginRoot}/${SVNAnt}">
<include name="**/svn*.jar"/>
</fileset>
</classpath>
</taskdef>
/Klas
Chris Green-6 wrote:
>
> Hi
>
> I'm trying to get svnant running and keep getting an error :-
>
> Could not load definitions from resource svntask.properties. It could not
> be
> found.
>
> All appropriate jar files have been placed in the ANT/Lib directory etc
> but
> I still get the error
>
> Can anyone help.
>
> Chris
>
>
--
View this message in context:
http://www.nabble.com/svnant-problems-tp21959035p22192478.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]