You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by martin kupisch <ma...@knuut.de> on 2000/09/11 21:59:55 UTC

javadoc task with wildcards?

Hi everyone,

I have a little problem with the'javadoc' task. I have not setup any
packages and I just want to extract documentation from three different
source files. So I target them with the 'sourcefiles' attribute of the
javadoc task. How do I manage to get all sources in 'sourcepath' without
naming them explicitly? Because that is what I have to do in my
build.xml, no wildcards allowed ???
Thanks for any help. martin