Advertisement
Guest User

Untitled

a guest
Sep 30th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 KB | None | 0 0
  1. [suarezry@login-t grouper.quickstart-2.0.0]# /opt/ant/bin/ant ui
  2. Buildfile: /SC/ss/src/grouper.quickstart-2.0.0/build.xml
  3.  
  4. ui:
  5.  
  6. auto:
  7.  
  8. help:
  9. [echo] Please ensure you have read the documentation -
  10. [echo] and created a build.properties file based on the template provided
  11. [echo]
  12. [echo] The following targets are available - type the appropriate name:
  13. [echo]
  14. [echo] 1) default
  15. [echo] Simply builds, without cleaning, to the default.webapp.folder
  16. [echo] 2) nice
  17. [echo] Attempts to stop the Tomcat webapp before building.
  18. [echo] Attempts to start the webappp afterwards
  19. [echo] 3) clean
  20. [echo] Always removes the webapp.class.folder. May remove the
  21. [echo] webapp.folder if webapp.folder.cleanable=true
  22. [echo] On Windows this may fail as Windows tends to lock files
  23. [echo] 4) niceclean
  24. [echo] Combination of nice and clean
  25. [echo] 5) dist
  26. [echo] Cleans and then builds to subfolder of dist.home
  27. [echo] 6) war
  28. [echo] Does dist and then makes a WAR file
  29. [echo] 7) resources
  30. [echo] Does not compile Java classes but 'refreshes' resources in
  31. [echo] webapp.class.folder
  32. [echo] 8 niceres
  33. [echo] Does not compile Java classes but 'refreshes' resources in
  34. [echo] webapp.class.folder and restarts webapp
  35. [echo] 9) help
  36. [echo] Displays this menu
  37. [echo] 10) endhelp
  38. [echo] Subsequent invocation of ant with no target will run
  39. [echo] 'default' rather than help
  40. [echo] 11) starthelp
  41. [echo] Subsequent invocation of ant with no target will run 'help'
  42. [echo] 12) html
  43. [echo] Generate Javadoc - you must have done a 'default' build previously
  44. [echo] 13) web
  45. [echo] Copy the docroot to the dist dir
  46. [echo] 14) dev
  47. [echo] Copy libs to webapp dir if running from checkedout directory during development
  48. [echo] 15) exit
  49. [echo] Exit this menu without executing another target
  50. [echo]
  51. [input] Make your choice (war)> [war]
  52.  
  53. [propertyfile] Updating property file: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/.lastbuild.properties
  54.  
  55. war:
  56.  
  57. dist:
  58.  
  59. -setup:
  60.  
  61. -choose-webapp:
  62. [propertyfile] Updating property file: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/.lastbuild.properties
  63. [echo] In setup - do.clean = true cleanable=${webapp.folder.cleanable}
  64.  
  65. -doStop:
  66.  
  67. -doCleanWebappClassFolder:
  68. [echo] Removing /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes
  69. [delete] Deleting directory /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes
  70.  
  71. -doClean:
  72. [echo] Removing /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  73. [delete] Deleting directory /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  74. [delete] Deleting directory /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist
  75. [delete] Deleting directory /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  76. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  77.  
  78. -resources:
  79. [echo] In resources - Build folder = /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  80.  
  81. -dist-grouper:
  82. [echo] Creating /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  83. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  84. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes
  85. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/lib
  86. [echo] Copying Grouper configuration files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes
  87. [copy] Copying 18 files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes
  88.  
  89. -local-log4j:
  90. [copy] Copying 1 file to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes
  91.  
  92. -fix-grouper-home:
  93. [echo] Attempting to replace grouper.home with /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/../grouper/
  94. [echo] Copying ui resources to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes/resources
  95. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes/resources
  96. [copy] Copying 8 files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/classes/resources
  97.  
  98. -additional-build:
  99.  
  100. -optional-conf:
  101.  
  102. -webapp:
  103. [delete] Deleting directory /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  104. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  105.  
  106. -compileGrouper:
  107. [mkdir] Created dir: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/jarBin
  108. [javac] /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/build.xml:436: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  109. [javac] Compiling 264 source files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/jarBin
  110. [javac] Note: Some input files use or override a deprecated API.
  111. [javac] Note: Recompile with -Xlint:deprecation for details.
  112. [javac] Note: Some input files use unchecked or unsafe operations.
  113. [javac] Note: Recompile with -Xlint:unchecked for details.
  114. [jar] Building jar: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/lib/grouper-ui.jar
  115.  
  116. -additional-build:
  117. [copy] Copying 63 files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/lib
  118. [copy] Copying 4 files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/lib
  119.  
  120. -copyContent:
  121. [echo] Copying core UI files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  122. [copy] Copying 603 files to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  123. [echo] Processing web.xml
  124. [copy] Copying 1 file to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  125. [echo] web.xmls.isempty=:${web.xmls.isempty}:
  126.  
  127. -merge-xmls:
  128. [echo] temp.dir : /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  129. [echo] final.web.xmls : ${final.web.xmls}
  130. [echo] ui.folder : /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui
  131. [echo] webapp.folder : /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper
  132. [copy] Copying 1 file to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  133. [copy] Copying 1 file to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp
  134. [echo] Transforming: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/50.web.core.xml
  135. [echo] /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/60.web.ajax.xml
  136. [echo] /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/99.web.core-filters.xml
  137. [echo]
  138. [echo]
  139. [echo] Base = /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/50.web.core.xml
  140. [echo] + /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/60.web.ajax.xml
  141. [echo] -> /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/web.1.xml
  142. [echo]
  143. [echo] Base = /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/web.1.xml
  144. [echo] + /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/temp/99.web.core-filters.xml
  145. [echo] -> /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/WEB-INF/web.xml
  146. [echo] Result: 0
  147.  
  148. -copy-core-web-xml:
  149.  
  150. -copyContextXmlToMetaInf:
  151. [copy] Copying 1 file to /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper/META-INF
  152.  
  153. -copyContextXmlToTomcat:
  154.  
  155. -html:
  156.  
  157. -war:
  158. [echo] Creating /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper.war
  159. [jar] Building jar: /SC/ss/src/grouper.quickstart-2.0.0/grouper-ui/dist/grouper.war
  160.  
  161. -web:
  162. [echo] ****************************************************
  163. [echo] ** The Grouper UI will fail to start if the user **
  164. [echo] ** which your application server runs as does not **
  165. [echo] ** have permission to write to the log files that **
  166. [echo] ** are configured in log4j.properties. See **
  167. [echo] ** build.properties for more information **
  168. [echo] ****************************************************
  169.  
  170. BUILD SUCCESSFUL
  171. Total time: 13 seconds
  172.  
  173.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement