thufir

Untitled

Sep 4th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. thufir@dur:~/NetBeansProjects/TelnetConsole$
  2. thufir@dur:~/NetBeansProjects/TelnetConsole$
  3. thufir@dur:~/NetBeansProjects/TelnetConsole$ ant clean
  4. Buildfile: /home/thufir/NetBeansProjects/TelnetConsole/build.xml
  5.  
  6. -pre-init:
  7.  
  8. -init-private:
  9.  
  10. -init-user:
  11.  
  12. -init-project:
  13.  
  14. -init-macrodef-property:
  15.  
  16. -do-init:
  17.  
  18. -post-init:
  19.  
  20. -init-check:
  21.  
  22. -init-ap-cmdline-properties:
  23.  
  24. -init-macrodef-javac-with-processors:
  25.  
  26. -init-macrodef-javac-without-processors:
  27.  
  28. -init-macrodef-javac:
  29.  
  30. -init-macrodef-junit:
  31.  
  32. -init-debug-args:
  33.  
  34. -init-macrodef-nbjpda:
  35.  
  36. -init-macrodef-debug:
  37.  
  38. -init-macrodef-java:
  39.  
  40. -init-presetdef-jar:
  41.  
  42. -init-ap-cmdline-supported:
  43.  
  44. -init-ap-cmdline:
  45.  
  46. init:
  47.  
  48. -deps-clean-init:
  49.  
  50. deps-clean:
  51. [mkdir] Created dir: /home/thufir/NetBeansProjects/TelnetConsole/build
  52.  
  53. -warn-already-built-clean:
  54. [propertyfile] Updating property file: /home/thufir/NetBeansProjects/TelnetConsole/build/built-clean.properties
  55.  
  56. -do-clean:
  57. [delete] Deleting directory /home/thufir/NetBeansProjects/TelnetConsole/build
  58.  
  59. -post-clean:
  60.  
  61. clean:
  62.  
  63. BUILD SUCCESSFUL
  64. Total time: 1 second
  65. thufir@dur:~/NetBeansProjects/TelnetConsole$
  66. thufir@dur:~/NetBeansProjects/TelnetConsole$
  67. thufir@dur:~/NetBeansProjects/TelnetConsole$ ant build
  68. Buildfile: /home/thufir/NetBeansProjects/TelnetConsole/build.xml
  69.  
  70. BUILD FAILED
  71. Target "build" does not exist in the project "TelnetConsole".
  72.  
  73. Total time: 0 seconds
  74. thufir@dur:~/NetBeansProjects/TelnetConsole$
Advertisement
Add Comment
Please, Sign In to add comment