Skip to content

Instantly share code, notes, and snippets.

@suzuki
Created March 26, 2012 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suzuki/2203185 to your computer and use it in GitHub Desktop.
Save suzuki/2203185 to your computer and use it in GitHub Desktop.
result for gist:2203147
$ 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