Amorossi, Christine wrote:
> My todo list is still empty.
> 
> I'm sure that I'm just doing something very stupid!!

No, just a typo:

    <include name="*/**.java"/>

should be

    <include name="**/*.java"/>

If you're unfamiliar with this (not a typo), in Ant ** will traverse to
any directory depth while * will match only any part of a file name
without traversing directories. So "**/*.java" matches every .java file
in the source directory tree ${src}.

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to