Michael Meyer wrote: > I have got the following entry in my ant script : > > <fileset dir="${src.dir}/path_to_my_bean_class" /> > > When I only have the following entry : > > <fileset dir="${src.dir}" /> > > everything works fine but I need the entry above.
Not seeing how this is being used, I can only guess. IIRC, with a FileSet in Ant, the resulting filenames will include the partial path that follows the base directory (the "dir" attribute). Therefore, you should put the "path_to_my_bean_class" part in the "include" tag and use the second method you show above. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user