Re: [Nant-users] CSC and resource embedding

2003-03-13 Thread Ian MacLean
Mike, What does your 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

[Nant-users] CSC and resource embedding

2003-03-13 Thread Mike Gilbert
Folks, My question is to do with the the part of the 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.pr