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

2008-09-08 Thread spatemp spatemp
Thank you all. The errors below turned out to be codefile= on @Register attribute and changeing it to Codebehind= fixed the issue. On Sun, Sep 7, 2008 at 3:33 PM, spatemp spatemp <[EMAIL PROTECTED]> wrote: > Thank you all for replying. I went ahead and created web deployment > pr

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

2008-09-07 Thread spatemp spatemp
cher <[EMAIL PROTECTED]> wrote: > 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:* R

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-

[NAnt-users] how to publish or output to a directory with msbuild task

2008-09-04 Thread spatemp spatemp
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: What I would like to do is create an output directory under each project and let MSBUILD task also publish or output it ot that directory. Then lat