Brian,

What NAnt task are you using to build the assemblies ? If you're using the
<solution> task, then I have good news for you : I've just added support for
deploying the application configuration file to the output directory to cvs.

I'll upload a new nightly build (http://nant.sourceforge.net/nightly/builds)
containing this fix in a hour or so ...

If you're using compiler tasks (eg. <csc>), then you'll have to copy the
application configuration file using the <copy> task.

Hope this helps,

Gert

----- Original Message ----- 
From: "Brian Beaudet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 08, 2004 9:18 PM
Subject: [Nant-users] Config Files?


> I hate to think I'm posting the same old questions but I've searched and
> haven't found much out there on this topic.  What do others do to create
> a programname.exe.config file from their App.config.  Is it as simple as
> a <copy> task?  That's what I'm doing now.  I don't keep much in the
> App.config file but my application still whines if it's not there.
>
>
>
> Brian M. Beaudet
>
> Director, Research & Development
>
> EfficiencyLab, LLC
>
> www.efficiencylab.com
>
>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to