Created
March 26, 2012 05:34
-
-
Save suzuki/2203185 to your computer and use it in GitHub Desktop.
result for gist:2203147
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ phing | |
Buildfile: /home/suzuki/build.xml | |
sorted-filelist > use-fileset: | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 22test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 10test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 30test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 40test.txt | |
sorted-filelist > use-find: | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 10test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 22test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 30test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is 40test.txt | |
[foreach] Calling Buildfile '/home/suzuki/build.xml' with target 'echo-filename' | |
sorted-filelist > echo-filename: | |
[echo] Filename is | |
sorted-filelist > all: | |
BUILD FINISHED | |
Total time: 0.3483 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment