[NAnt-users] Project build fails while succeeds in VS

2007-06-21 Thread DinkaYa
Trying to build a number of solutions using NAnt, getting this error: [solution] Starting solution build. [solution] Building 'PS_AddInLib' [Release] ... [solution] Building 'PS_AuditClient' [Release] ... [solution] Building 'PS_Eric_ClientAttachment' [Release] ... [regasm] RegA

Re: [NAnt-users] FW: Pause a run

2007-05-29 Thread DinkaYa
ailto:[EMAIL PROTECTED] On Behalf Of DinkaYa > Sent: Tuesday, May 29, 2007 4:06 PM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Pause a run > > > I'm trying to troubleshoot a build, I need to check something in the > middle > of the xml build file

Re: [NAnt-users] Log file

2007-05-29 Thread DinkaYa
Yes, thank you! gertdriesen wrote: > > >>- Oorspronkelijk bericht - >>Van: DinkaYa [mailto:[EMAIL PROTECTED] >>Verzonden: dinsdag, mei 29, 2007 12:39 PM >>Aan: nant-users@lists.sourceforge.net >>Onderwerp: [NAnt-users] Log file >> >>

[NAnt-users] Log file

2007-05-29 Thread DinkaYa
I would like to output the text that is being displayed in the cmd windows during the build into a file, so that it will be possible to comfortably review it after the build, how can I do that? -- View this message in context: http://www.nabble.com/Log-file-tf3833064.html#a10851634 Sent from the

[NAnt-users] Pause a run

2007-05-29 Thread DinkaYa
I'm trying to troubleshoot a build, I need to check something in the middle of the xml build file, is there a way to instruct Nant to pause at a certain point? -- View this message in context: http://www.nabble.com/Pause-a-run-tf3833044.html#a10851583 Sent from the NAnt - Users mailing list arch

[NAnt-users] Pack files

2007-05-20 Thread DinkaYa
At the end of the build process I would like to use install shield's package for the web to pack the setup, the problem is that I need to edit some of the package parameters, it seems that there isn't enough command line options in package for the web to do it (parameters like the setup version) s

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread DinkaYa
o a similar thing. Have a static one with your Assembly COM id... this > way you don't need to put it into your build files. > > BOb > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa > Sent: Thursday, May

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread DinkaYa
> BOb > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa > Sent: Thursday, May 17, 2007 9:37 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Set the version in AssemblyInfo > > > I woul

[NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread DinkaYa
I would to set the AssemblyVersion in AssemblyInfo, the problem is that using asminfo I'm having trouble generating the Guid for the assembly in case that it will be exposed to COM, does anybody have any ideas how it is possible to generate the Guid or a different way to set the AssemblyVersion?

Re: [NAnt-users] vssget is not working

2007-05-17 Thread DinkaYa
It did! Thank you! Dina, You're not actually executing the "runGetLatest" target. Try changing the build target like this: ... This will cause the "runGetLatest" target to get executed when you run the "build" target. Alternatively, you could specify both the "runGetLates

[NAnt-users] vssget is not working

2007-05-17 Thread DinkaYa
Hi, I'm very new to NAnt, I'm trying to do some basic staff with NAnt, read this article here: http://www.15seconds.com/issue/040621.htm Having trouble with vssget, it doesn't see to be doing anything, the build goes successfully, no error messages or anything, but I don't see that it gets the la