Re: [Nant-users] Cannot reference properties that are in an included file

2005-05-31 Thread Célio Cidral Junior
I found what was causing the problem. In the first message, I supressed the xmlns attribute in the element to let my example a little cleaner. Here is how the element was really defined: http://nant.sf.net/schemas/nant.xsd";> After I tried many things, I removed the xmlns attribute and the build

Re: [Nant-users] Cannot reference properties that are in an included file

2005-05-24 Thread Célio Cidral Junior
It is hidden among the text of the former message :-) It's being passed through the command line: C:\ccnet\server>nant -buildfile:bootstrap.build -D:project.properties=myproject.include 2005/5/24, Foster, Richard - PAL <[EMAIL PROTECTED]>: > Célio, > > I may be missing something... But where is

RE: [Nant-users] Cannot reference properties that are in an included file

2005-05-24 Thread Foster, Richard - PAL
Célio, I may be missing something... But where is project.properties defined? Is it possible that your include file is not getting included? You might want to try adding an task within the project so you know that it is. Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mai