> I don't think so. We don't provide getters for most everything (and > this just because they are not needed - yet).
:-) This makes it tricky when you're writing a custom Ant tasks that, based on certain conditions, will either use a Copy object or a Zip/Expand object. Since both of these classes use filesets differently, I need the patterns passed in to be a patternset in Zip/Expand, and a plain old fileset in Copy. I've gotten around this by making my tasks (which automate configuring an EAR, which can be either packaged or in an exploded format) use patternsets, and then passing those patternsets into a fileset if I need to specify a src directory for the copy task. Kyle -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
