> this test works on the command line:
> 
>   <target name="testPath" depends="define">
>     <book:filesize property="size">
>       <path path="${java.class.path}"/>
>     </book:filesize> 
>     <echo> classpath size=${size}</echo>
>   </target>
> 
> but when run from antunit, it fails cos
> java.class.path isnt set.

Steve, I was noticing this filesize task you've got in
the "book" ns... I assume this relates to an example
that will go in the forthcoming revision to the
Manning book.  How does <book:filesize> differ from
the 1.6.3+ <length> task?

-Matt

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to