Bugs item #1226258, was opened at 2005-06-23 15:29
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1226258&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.84-rc1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Blane Nelson (lexnn)
>Assigned to: Gert Driesen (drieseng)
Summary: App.config file not copied to target directory.

Initial Comment:
When compiling a C# or VB project using the 
<solution> tag the App.config file is not copied to the 
target directory.

When Visual Studio has a file named App.config in the 
project it copies it to the target directory and renames it 
to the target filename plus a .config extension.

Work around:  To get around the problem you have to 
added a post-build task of

copy "$(ProjectDir)App.config" "$(TargetDir)
$(TargetFileName).config"



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

>Comment By: Gert Driesen (drieseng)
Date: 2005-06-23 19:58

Message:
Logged In: YES 
user_id=707851

This should be working just fine in NAnt 0.85.

Can you try using a recent nightly build (eg. 
http://nant.sourceforge.net/nightly/latest) and reopen this bug 
report if you can still reproduce it using that version ?

Thanks !

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

Comment By: Blane Nelson (lexnn)
Date: 2005-06-23 15:48

Message:
Logged In: YES 
user_id=1298591

We are using 0.84

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

Comment By: Gert Driesen (drieseng)
Date: 2005-06-23 15:46

Message:
Logged In: YES 
user_id=707851

What version of NAnt are you using ?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1226258&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to