What you're seeing is a recently introduced bug in compilerbase.cs. I've committed a fix that should appear in the next nightly build.
using the resources tag in the following format will now work fine. :
<csc output="foo.exe" target="winexe">
<sources>
<includes name="foo.cs" />
</sources>
<references> <includes name="system.dll" />
</references>
<resources>
<includes name="*.resx" />
</resources>
<resources prefix="bar">
<includes name="bar.resx" />
</resources>
Ian
Hi,
after upgrading to the latest nightly build, I have great problems regarding the csc task. It seems the resources are now no fileset anymore (the help states array),
How to embed resources now? I tried <resources input="..." /> multiple times, but this helps not. <arg... /> isn't appropriate I think.
May I suggest a more complete example for a task like csc? If there were an example how resources funtion, I would get it to run. But I found no help regarding arrays. Only filesets are described in Fundamentals.
-sa
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users