Keith,

What errors are you getting ? The fileset child element is called 'resources' so you would use it like:

<resgen todir="." >
<resources>
<includes name="*.resx" /> </resources>
</resgen>


all .resx files will generate a .resources file of the same name in the specified output directory.

I'm adding an example using filesets to ResgenTask.cs so that it will appear in the task docs for the next release.

Ian

I'm having trouble getting the resgen task to work with a fileset. Can someone provide an example? Are there other attributes of the resgen task required when using the fileset?

Thanks,
Keith Farris
MRE Consulting
LCR ext 3014
cell phone 713-398-5170






-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to