Im trying to figure out how you would take a file set, and assign it to a
property that is a comma seperated list of files for use as an excludes variable
of the compiler target.

My thoughts are to have a target that compile depends on that sets the files to
exclude, and i want to use a file set within it.. So, does anyone know how i'd
assign a file set to a comma seperated list which would become a final variable?

the idea here is to have a generic compile target that looks like this:

<javac excludes="${excludefiles}" srcdir="${src}/${package}" destdir="${built}"
classpath="${external.classpath}" />

--
-Raphael
[EMAIL PROTECTED]
******************
ook ook im a monkeeeey wheeeeeeee!
             ********************


Reply via email to