Then I suggest the following patch (I hope this is the appropriate place to put this):
cvs diff index.html (in directory E:\CVS\jakarta-ant\docs) Index: index.html =================================================================== RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v retrieving revision 1.50 diff -r1.50 index.html 1913c1913 < <td valign="top">Space separated list of package files (with terminating --- > <td valign="top">Comma separated list of package files (with terminating =================================================================== And thanks for the help, it worked :-) tomK > -----Original Message----- > From: Conor MacNeill [mailto:[EMAIL PROTECTED] > Sent: woensdag 19 juli 2000 13:27 > To: [EMAIL PROTECTED] > Subject: RE: javadoc and multiple packages > > > Tom, > > The package names need to be separated with a comma > > packagenames="com.*, de.*" > > Let me know if that doesn't help. > > Conor > > > > -----Original Message----- > > From: Tom Klaasen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 19 July 2000 20:08 > > To: '[EMAIL PROTECTED]' > > Subject: javadoc and multiple packages > > > > > > Hi, > > > > I try to javadoc several packages at once. So I define the > > following target: > > > > <target name="doc" depends="init"> > > <javadoc sourcepath="${src}" destdir="${doc}" > packagenames="com.* > > de.*" link="http://java.sun.com/j2se/1.3/docs/api/"/> > > </target> > > > > However, then I get this output: > > > > E:\java>ant doc > > Buildfile: build.xml > > > > init: > > > > doc: > > [javadoc] Generating Javadoc > > [javadoc] Parsing source files for packages > > [javadoc] Javadoc execution > > [javadoc] javadoc: No packages or classes specified. > > {javadoc options listed here} > > > > > > When I use only one packagename ("com.*"), the target works fine. > > > > Am I missing something here? > > > > Thanks for any help. > > > > tomK > > >
