Advertisement
Guest User

Untitled

a guest
Apr 9th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. 2013-04-09 21:35:38 Project [INFO] Build started.
  2. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.PropertyHelper
  3. 2013-04-09 21:35:38 Project [DEBUG] Detected Java version: 1.7 in: C:\Program Files\Java\jdk1.7.0_17\jre
  4. 2013-04-09 21:35:38 Project [DEBUG] Detected OS: Windows 7
  5. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.ComponentHelper
  6. 2013-04-09 21:35:38 Project [DEBUG] Setting ro project property: ant.file -> D:\Documents\Work\JavaTests\HelloWorldBuild\build.xml
  7. 2013-04-09 21:35:38 Project [DEBUG] Setting ro project property: ant.file.type -> file
  8. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.projectHelper
  9. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.parsing.context
  10. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.targets
  11. 2013-04-09 21:35:38 Project [DEBUG] parsing buildfile D:\Documents\Work\JavaTests\HelloWorldBuild\build.xml with URI = file:/D:/Documents/Work/JavaTests/HelloWorldBuild/build.xml
  12. 2013-04-09 21:35:38 Project [DEBUG] Setting ro project property: ant.project.default-target -> helloWorld
  13. 2013-04-09 21:35:38 Project [DEBUG] Project base dir set to: D:\Documents\Work\JavaTests\HelloWorldBuild
  14. 2013-04-09 21:35:38 Project [DEBUG] +Target:
  15. 2013-04-09 21:35:38 Project [DEBUG] +Target: helloWorld
  16. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.LocalProperties
  17. 2013-04-09 21:35:38 Project [DEBUG] Setting ro project property: ant.project.invoked-targets -> clean,compile
  18. 2013-04-09 21:35:38 Project [DEBUG] Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
  19. 2013-04-09 21:35:38 Project [DEBUG] Adding reference: ant.executor
  20. 2013-04-09 21:35:38 Project [ERROR] Build finished with error.
  21. Target "clean" does not exist in the project "null".
  22. at org.apache.tools.ant.Project.tsort(Project.java:1912)
  23. at org.apache.tools.ant.Project.topoSort(Project.java:1820)
  24. at org.apache.tools.ant.Project.topoSort(Project.java:1783)
  25. at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  26. at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  27. at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  28. at org.apache.tools.ant.Main.runBuild(Main.java:809)
  29. at org.apache.tools.ant.Main.startAnt(Main.java:217)
  30. at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  31. at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
  32. 2013-04-09 21:36:08 Project [INFO] Build started.
  33. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.PropertyHelper
  34. 2013-04-09 21:36:08 Project [DEBUG] Detected Java version: 1.7 in: C:\Program Files\Java\jdk1.7.0_17\jre
  35. 2013-04-09 21:36:08 Project [DEBUG] Detected OS: Windows 7
  36. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.ComponentHelper
  37. 2013-04-09 21:36:08 Project [DEBUG] Setting ro project property: ant.file -> D:\Documents\Work\JavaTests\HelloWorldBuild\build.xml
  38. 2013-04-09 21:36:08 Project [DEBUG] Setting ro project property: ant.file.type -> file
  39. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.projectHelper
  40. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.parsing.context
  41. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.targets
  42. 2013-04-09 21:36:08 Project [DEBUG] parsing buildfile D:\Documents\Work\JavaTests\HelloWorldBuild\build.xml with URI = file:/D:/Documents/Work/JavaTests/HelloWorldBuild/build.xml
  43. 2013-04-09 21:36:08 Project [DEBUG] Setting ro project property: ant.project.default-target -> helloWorld
  44. 2013-04-09 21:36:08 Project [DEBUG] Project base dir set to: D:\Documents\Work\JavaTests\HelloWorldBuild
  45. 2013-04-09 21:36:08 Project [DEBUG] +Target:
  46. 2013-04-09 21:36:08 Project [DEBUG] +Target: helloWorld
  47. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.LocalProperties
  48. 2013-04-09 21:36:08 Project [DEBUG] Setting ro project property: ant.project.invoked-targets -> helloWorld
  49. 2013-04-09 21:36:08 Project [DEBUG] Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
  50. 2013-04-09 21:36:08 Project [DEBUG] Adding reference: ant.executor
  51. 2013-04-09 21:36:08 Project [DEBUG] Build sequence for target(s) `helloWorld' is [helloWorld]
  52. 2013-04-09 21:36:08 Project [DEBUG] Complete build sequence is [helloWorld, ]
  53. 2013-04-09 21:36:08 Target [INFO] Target "helloWorld" started.
  54. 2013-04-09 21:36:08 UnknownElement [INFO] Task "echo" started.
  55. 2013-04-09 21:36:08 Project [DEBUG] parsing buildfile jar:file:/D:/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/D:/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
  56. 2013-04-09 21:36:08 Echo [WARN] Hello World
  57. 2013-04-09 21:36:08 UnknownElement [INFO] Task "echo" finished.
  58. 2013-04-09 21:36:08 Target [INFO] Target "helloWorld" finished.
  59. 2013-04-09 21:36:08 Project [INFO] Build finished.
  60. 2013-04-09 21:36:12 Project [INFO] Build started.
  61. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.PropertyHelper
  62. 2013-04-09 21:36:12 Project [DEBUG] Detected Java version: 1.7 in: C:\Program Files\Java\jdk1.7.0_17\jre
  63. 2013-04-09 21:36:12 Project [DEBUG] Detected OS: Windows 7
  64. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.ComponentHelper
  65. 2013-04-09 21:36:12 Project [DEBUG] Setting ro project property: ant.file -> D:\Documents\Work\JavaTests\HelloWorldBuild\build.xml
  66. 2013-04-09 21:36:12 Project [DEBUG] Setting ro project property: ant.file.type -> file
  67. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.projectHelper
  68. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.parsing.context
  69. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.targets
  70. 2013-04-09 21:36:12 Project [DEBUG] parsing buildfile D:\Documents\Work\JavaTests\HelloWorldBuild\build.xml with URI = file:/D:/Documents/Work/JavaTests/HelloWorldBuild/build.xml
  71. 2013-04-09 21:36:12 Project [DEBUG] Setting ro project property: ant.project.default-target -> helloWorld
  72. 2013-04-09 21:36:12 Project [DEBUG] Project base dir set to: D:\Documents\Work\JavaTests\HelloWorldBuild
  73. 2013-04-09 21:36:12 Project [DEBUG] +Target:
  74. 2013-04-09 21:36:12 Project [DEBUG] +Target: helloWorld
  75. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.LocalProperties
  76. 2013-04-09 21:36:12 Project [DEBUG] Setting ro project property: ant.project.invoked-targets -> helloWorld
  77. 2013-04-09 21:36:12 Project [DEBUG] Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
  78. 2013-04-09 21:36:12 Project [DEBUG] Adding reference: ant.executor
  79. 2013-04-09 21:36:12 Project [DEBUG] Build sequence for target(s) `helloWorld' is [helloWorld]
  80. 2013-04-09 21:36:12 Project [DEBUG] Complete build sequence is [helloWorld, ]
  81. 2013-04-09 21:36:12 Target [INFO] Target "helloWorld" started.
  82. 2013-04-09 21:36:12 UnknownElement [INFO] Task "echo" started.
  83. 2013-04-09 21:36:12 Project [DEBUG] parsing buildfile jar:file:/D:/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/D:/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
  84. 2013-04-09 21:36:12 Echo [WARN] Hello World
  85. 2013-04-09 21:36:12 UnknownElement [INFO] Task "echo" finished.
  86. 2013-04-09 21:36:12 Target [INFO] Target "helloWorld" finished.
  87. 2013-04-09 21:36:12 Project [INFO] Build finished.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement