RE: [NAnt-users] Circular reference to detected in project

2006-02-13 Thread Craig Wagner
Turns out the problem was not a NAnt problem. Someone had created a second project by copying the first .csproj file and renaming it. As a result, both project files had the same project GUID. Because one project referenced the other, NAnt thought that the project was referencing itself. I'm gues

RE: [NAnt-users] Circular reference to detected in project

2006-02-13 Thread Gert Driesen
Hi Craig, Are you using a recent version of NAnt ? If so, please send me a small repro for this issue. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Craig Wagner > Sent: maandag 13 februari 2006 18:39 > To: nant-users@lists.sourceforge.

RE: [NAnt-users] Environment variable issue.

2006-02-13 Thread Melissa Kacher
Please see the nant docs, docs on tasks, go to the exec task. The documentation that you want you want to read is on the resultproperty attribute.   Here is link directly to the documentation that you need:   http://nant.sourceforge.net/release/latest/help/tasks/exec.html   From: [EMAIL PR

[NAnt-users] Circular reference to detected in project

2006-02-13 Thread Craig Wagner
I'm getting this message when using the task.   I've stripped my .build file to the following:   http://nant.sf.net/release/0.85-rc3/nant.xsd">            solutionfile="FileListenerService.sln"    includevsfolders="false"    configuration="Release"   

[NAnt-users] Environment variable issue.

2006-02-13 Thread Ramya Niranjan
Hi,   I am trying to capture the ERRORLEVEL env variable when a build fails. Ok the scenario is like this. I am trying to execute an MSI build using the exec task and if this fails, then a folder of name .Date.Time.WithErrors has to be created and the MSI package with errors has to be copied here.