On Jan 5, 2006, at 2:12 AM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
I did a quick test...
and it works for me.
Yep, your example works for me, too. Grr.
$ ant
Buildfile: build.xml
build:
[mkdir] Created dir: /Users/rmann/Desktop/testtask/build/classes
[javac] Compiling 1 source file to /Users/rmann/Desktop/
testtask/build/classes
[jar] Building jar: /Users/rmann/Desktop/testtask/build/
mytasks.jar
test:
[mytask] Hello
[mytask] resource: default.tmpl
[mytask] stream: [EMAIL PROTECTED]
[mytask] Hello
[mytask] resource: other.tmpl
[mytask] stream: null
all:
BUILD SUCCESSFUL
Total time: 3 seconds
My build.xml is a little different, in that I include a separate
classpath reference, rather than defining it as an attribute...
Thanks for giving me a working example. I'll poke at the differences.
--
Rick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]