Mike, What does your <resoursces> tag look like ?
The two output files with fully expanded names are the ones that have corresponding .cs files. The csc task looks at the namespace declaration in the .cs file to determine the appropriate namespace prefix. For those .resx files not directly associated with a form or a class this isn't possible.
What you can do to have them all expanded is to specify the namespace prefix directly.So :
<resources prefix="my.project.namespace">
<includes ="*.resx"/>
</resources>
if you have resources with different namespaces you can use two <resources> tags:
<resources prefix="my.project.namespace"> <includes ="foo*.resx"/> </resources> <resources prefix="my.project.namespace2"> <includes ="bar*.resx"/> </resources>
Ian
Folks,
My question is to do with the the <resources> part of the <csc> task.
I've got a bunch of resources that all seem to get embedded perfectly bar two. These two files are embedded but not fully qualified like the rest of the files.
my.project.namespace.class1.resource duff1.resource duff2.resource my.project.namespace.class2.resource
Has anyone else encountered anything like this ?
I've looked at the resx files and there doesnt seem to be any difference in the headers etc.
Any pointers appreciated.
Thanks
Mike+
_________________________________________________________________
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users