At 05:37 PM 4/18/2001, you wrote:

>Francisco, I'm fairly new to Ant myself and until now I've never used the 
>Javadoc task.  But I'm seeing the same behavior.  The Javadoc task's 
>sourcefiles attrib doesn't seem to accept regular expressions or wildcards.
I'm using the following (note you need to define the packages, though not 
the filenames. Thinking about it, you can probably define the packages in a 
seperate file...)

<javadoc        sourcepath="${src}"
                 packagenames="sinfo.utils.*,sinfo.utils.error.*, sinfo.pid.*"
                 destdir="${doc}"
                 author="true"
                 version="true"
                 use="true"
                 private="true"
                 windowtitle="Sinfo API"
                 bottom="&lt;center>Copyright &#169; 2001 MSL Software S.A. 
All Rights Reserved.&lt;/center>">
         <group  title="Info Packages"
                 packages="sinfo.utils.*, sinfo.utils.error.*, sinfo.pid.*" />
</javadoc>


HTH,
Jim


--

                           *   Jim Cheesman   *
             Trabajo: [EMAIL PROTECTED] - (34)(91) 724 9200 x 2360
               Personal: [EMAIL PROTECTED] (34) 606 770 244
              Practice safe eating -- always use condiments.













Reply via email to