We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

indianocean on 07/03/08


Tagged

svn java ant svnant


Versions (?)


Install and use SVNANT


Published in: XML 


URL: http://ammonlauritzen.com/blog/category/howto/page/2/

  1. <path id="project.classpath">
  2. <pathelement location="${basedir}/lib/svnjavahl.jar" />
  3. <pathelement location="${basedir}/lib/svnant.jar" />
  4. <pathelement location="${basedir}/lib/svnClientAdapter.jar" />
  5. </path>
  6.  
  7. <taskdef resource="svntask.properties" classpathref="project.classpath"/>
  8.  
  9. <target name="checkout">
  10. <svn></svn>
  11. </target>

Report this snippet 

You need to login to post a comment.