Re: [NAnt-users] how to publish or output to a directory with msbuildtask

2008-09-08 Thread spatemp spatemp
t in a ZIP task so you don't need to >> copy somewhere and then zip after a copy. >> >> >> >> Hope this helps, >> >> BOb >> >> >> >> >> >> On Thu, Sep 4, 2008 at 10:09 AM, Bob Archer <[EMAIL PROTECTE

Re: [NAnt-users] how to publish or output to a directory with msbuildtask

2008-09-07 Thread spatemp spatemp
ECTED]> wrote: > > I think the easiest way to do this is to set up a build configuration in > your solution that specifies where you want the output to go to. > > > > Other than that you can just use the copy task after the msbuild task to > move your files. > > > > You may also want to look at cre

Re: [NAnt-users] how to publish or output to a directory with msbuildtask

2008-09-04 Thread Bob Archer
See answers inline below. From: spatemp spatemp [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 3:07 PM To: Bob Archer Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] how to publish or output to a directory with msbuildtask ok

Re: [NAnt-users] how to publish or output to a directory with msbuildtask

2008-09-04 Thread spatemp spatemp
> > > > As I said, several options here. > > > > BOb > > > > > -- > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *spatemp spatemp > *Sent:* Thursday, September 04, 2008 7:43 AM > *To:* nant-users@lists.sourceforge.net > *Subject:* [NAnt-

Re: [NAnt-users] how to publish or output to a directory with msbuildtask

2008-09-04 Thread Bob Archer
Subject: [NAnt-users] how to publish or output to a directory with msbuildtask I need to modify my nant scripts to publish or output web application to a directory. So, currently we have following in the nant scrpit: < msbuild project="${Solution.Filename}" > &