Re: [Nant-users] Help on use of include task

2003-03-13 Thread Scott Hernandez
Yes, I can help. Your include file must be a build file. So you should put a element around what you have.   See the task ref for more info. http://nant.sourceforge.net/help/tasks/includetask.html   Like this...           Does that help? - Original Message --

[Nant-users] Help on use of include task

2003-03-13 Thread Overton, Ed
Can someone help me with this?  I am trying to include a file with property values and get the following message: Buildfile: file:///z:/test.build.xml   BUILD FAILED z:\test.build.xml(7,3):  Could not include build file Z:\generic.include.xmlThere are multiple root elements. Line 4, po

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