David,

Can you send me a debug log of your build
(NAnt.exe -debug -logfile:log.txt -buildfile:<your build file>) ?

If its easier for you, then just send me the solution (including sources,
third party assemblies, ...).

Gert

----- Original Message ----- 
From: "David Marlow" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Wednesday, March 09, 2005 5:36 PM
Subject: [Nant-users] circular dependency problem


I am attempting to build a C# solution file using NAnt, the build fails
with the message

 "Circular dependency detected.".

The solution builds fine in visual studio.
I am using the latest NAnt (build 0.85 rc2) and the same problem occurs
when using a recent nightly build (2005-03-08). Im not trying to do
anything special, the build file is just:

<project default="build" basedir=".">
<target name="build">
<solution solutionfile="Mapping.sln" configuration="Release" />
</target>
</project>


The solution I am building is generated from Altova MapForce and is not
particularly large or complex. I have successfully built other solutions
generated by this application using this buildfile. I can provide the
source so that the problem may be repeated.

cheers

Dave

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the addressee.  If
you are not the intended addressee, or the person responsible for delivering
it to them, you may not copy, forward
disclose or otherwise use it or any part of it in any way.  To do so may be
unlawful.  If you receive this e-mail by
mistake, please advise the sender immediately.  Skipworth Engelhardt Asset
Management Strategists Limited (SEAMS
Ltd) is not responsible for any changes made to the message after it has
been sent.  Where opinions are expressed,
they are not necessarily those of SEAMS Ltd.  SEAMS Ltd make no
representation that this e-mail or any attachments
are free of viruses and virus scanning is recommended and is the
responsibility of the recipient.




----------------------------------------------------------------------------
----


No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.0 - Release Date: 08/03/2005


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to