I'm getting this
message when using the <solution> task.
I've stripped my
.build file to the following:
<?xml
version="1.0"?>
<project name="FileListenerService" default="build" xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd">
<target name="build">
<solution
solutionfile="FileListenerService.sln"
includevsfolders="false"
configuration="Release"
failonerror="true"
/>
</target>
</project>
<project name="FileListenerService" default="build" xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd">
<target name="build">
<solution
solutionfile="FileListenerService.sln"
includevsfolders="false"
configuration="Release"
failonerror="true"
/>
</target>
</project>
And the exception
I'm getting is:
Circular reference
to "SA.TRAC4.DIS.FileListenerService" detected in project
"SA.TRAC4.DIS.FileListenerService".
However, I can open
the solution and do a full rebuild just fine from VS.NET.
I've looked at the
project and solution files using notepad and can't see what it might be
complaining about. I've tried running NAnt using the -v switch and it doesn't
give me any more information.
I'm kind of out of
ideas at this point as to where else to look. Any
suggestions?
*******************************************************************
Note: The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.
If you have received this communication in error, please notify us
immediately by replying to the message and deleting it from your
computer.
Thank you.
Stockamp & Associates, Inc.
*******************************************************************