Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <pathelement location="D:ppppSVN1.8.Clientant-contrib-1.0b3.jar" />
  2.  
  3. build failed
  4. TEST.xml:59: Problem: failed to create task or type trycatch
  5. Cause: The name is undefined.
  6. Action: Check the spelling.
  7. Action: Check that any custom tasks/types have been declared.
  8. Action: Check that any <presetdef>/<macrodef> declarations have taken place.
  9.  
  10. <target name="Add2SvnKw">
  11.  
  12. <path id="path.svnant">
  13. <pathelement location="D:ppppSVN1.8.Clientsvnant.jar" />
  14. <pathelement location="D:ppppSVN1.8.ClientsvnClientAdapter.jar" />
  15. <pathelement location="D:ppppSVN1.8.Clientsvnkit-javahl-1.8.0.jar" />
  16. <pathelement location="D:ppppSVN1.8.Clientsvnkit-1.8.0.jar" />
  17. <pathelement location="D:ppppSVN1.8.Clientsequence-library-1.0.2.jar" />
  18. <pathelement location="D:ppppSVN1.8.Clientant-contrib-1.0b3.jar" />
  19. </path>
  20.  
  21. <typedef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="path.svnant" />
  22.  
  23. <svnSetting svnkit="false" javahl="false" id="svn.settings"
  24. username="*******" password="******$" failonerror="false"
  25. dateFormatter="yyyy-MM-dd HH:mm"
  26. />
  27.  
  28. <trycatch property="error-prop" >
  29. <try>
  30. <svn refid="svn.settings">
  31.  
  32. <singleinfo target="***url" property="revision.result" request="revision" />
  33. </svn>
  34. </try>
  35. <catch>
  36. <echo message=" there is an error catched..."/>
  37. </catch>
  38. </trycatch>
  39.  
  40.  
  41. <echo message="File Name: ${name.result}" />
  42. <echo message="Author of last commit: ${author.result}" />
  43. <echo message="Date of last commit: ${lastDate.result}" />
  44. <echo message="revision of last commit: ${revision.result}" />
  45.  
  46. </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement