Hi guys,

I am trying to create a generic script that compiles a .NET assembly.  I
would like to reuse that for most of our products, they are really
similar, and I would just like to change the name of the output file and
some preprocessor symbols.

I will need to vary the <sources>, <references>, or <resources> filesets
that get passed to the <csc> task.  I want to define a fileset in
the caller script and pass it, or its id (if I can use it as a refid) to the script that actually
compiles the assembly.

How do I do that?  Is it possible at all?  As a last resort, I am
thinking of defining the filesets in an additional file, and
<include>-ing it in the script that compiles the assembly.

Hristo Deshev
------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to