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 --
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
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
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