On Fri, 25 Apr 2003, peter reilly <[EMAIL PROTECTED]> wrote:
> I do not see the problem here: suppose Path implements
> dynamicElement(Path path)
>
> one could do:
> <javac>
> <classpath>
> <PathThatIgnoresBuildSysclassPathToTrickGump>
> <pathelement path="${classpath}"/>
> </PathThatIgnoresBuildSysclassPathToTrickGump>
> </classpath>
> </javac>
I don't want to use it as nested element of <classpath>, but as nested
element of <javac>.
Take <classfileset>/<zipfileset> and <dependset> as another example
(where you can trick me ;-).
I want to be able to be able to use <classfileset> as <srcfileset> and
<zipfileset> as <targetfileset> - or the other way around.
Stefan