Re: javac/javadoc with a common fileset for source files

2007-08-30 Thread Bruce Atherton
It is difficult to tell what you are trying to accomplish here. Are you trying to switch only directories, or do you also want file-level filtering? For directories, there is a slight impedance mismatch you need to deal with between the javac and the javadoc tasks. You can reuse sets of direct

javac/javadoc with a common fileset for source files

2007-08-30 Thread Rick Moynihan
Hi all, I'm just wondering if it's possible to have the javac & javadoc tasks share a common fileset. I have a series of builds with more than one source directory. I would ideally like a mechanism to specify the directories/files for both of these once and reuse that definition in both the