| | 24 | }}} |
| | 25 | |
| | 26 | Once any completes you should see a build sucess message similar to: |
| | 27 | {{{ |
| | 28 | root@node1-2:~/floodlight# ant |
| | 29 | Buildfile: /root/floodlight/build.xml |
| | 30 | |
| | 31 | init: |
| | 32 | [mkdir] Created dir: /root/floodlight/target/bin |
| | 33 | [mkdir] Created dir: /root/floodlight/target/bin-test |
| | 34 | [mkdir] Created dir: /root/floodlight/target/lib |
| | 35 | [mkdir] Created dir: /root/floodlight/target/test |
| | 36 | |
| | 37 | compile: |
| | 38 | [javac] Compiling 579 source files to /root/floodlight/target/bin |
| | 39 | [javac] Note: Some input files use unchecked or unsafe operations. |
| | 40 | [javac] Note: Recompile with -Xlint:unchecked for details. |
| | 41 | [copy] Copying 54 files to /root/floodlight/target/bin |
| | 42 | |
| | 43 | compile-test: |
| | 44 | [javac] Compiling 113 source files to /root/floodlight/target/bin-test |
| | 45 | |
| | 46 | dist: |
| | 47 | [jar] Building jar: /root/floodlight/target/floodlight.jar |
| | 48 | [jar] Building jar: /root/floodlight/target/floodlight-test.jar |
| | 49 | |
| | 50 | BUILD SUCCESSFUL |
| | 51 | Total time: 7 seconds |