Raj Kutthan wrote:

We are using nAnt to build our solution (very large, with many
developers adding many files to the projects), then we are running the
solution in the IDE so that we can debug/step through our code and test
our changes.

From what I understand, in order to step through recent code changes
made to the solution, the built DLL files containing the new code need
to be in the OBJ/DEBUG folder.


Thus, we are not able to debug our latest changes because files are only
deposited in the output folder specified in the configuration.

We could always copy the built files to the relevant OBJ/DEBUG folder
for each project I suppose.


You can change the vs.net debugging type from 'project' to 'program' and give it the path to the master .exe file (in the output folder specified in the configuration ) that you happen to be debugging with at the time. This way you can debug with a project that has been built by nant.

Ian


-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 15:57
To: Raj Kutthan; nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] nAnt does not copy files to DEBUG/OBJ folder





----- Original Message ----- From: "Raj Kutthan" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Tuesday, January 11, 2005 4:46 PM
Subject: [Nant-users] nAnt does not copy files to DEBUG/OBJ folder







Hi,

I am currently building a .NET solution (configuration: DEBUG). nAnt
builds all the DLL files and deposits them in the output directory
specified in the solution configuration (i.e specified via the IDE).

However, the DLL files do not get copied or built to the DEBUG/OBJ
folder for each project in the solution. It is a debug configuration


so


files should be copied to this folder as well, what do you think?



I suppose you meant to say obj/<configuration> (eg. obj/Debug).

In that case, this is a known issue :

http://sourceforge.net/tracker/index.php?func=detail&aid=1086651&group_i
d=31650&atid=402868

May I ask why this is causing problems for you ?

Gert




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users





------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to