[NAnt-users] gac-install task

2007-11-02 Thread Robert Kolev
Hi there, currently I have a batch file that I am executing on a remote computer via psexec to register assemblies to the gac using gacutil.exe once the assemblies have been copied to that server. I am trying to figure what is to most efficient way to register assemblies to the gac on a remote se

Re: [NAnt-users] VS 2005 websites fail to build?

2007-06-27 Thread Robert Kolev
Hi Adrian, I have to say I am fairly new user to the whole .net staff on very limited basis... what that said, I run into the same problem trying to run with the nightly NAnt build and build Visual Studio 2005 solution web project... by the sounds of things, there are still a few things to be reso

[NAnt-users] Nant build question for Solution, projects...

2007-04-17 Thread Robert Kolev
I am in the process of setting up my first NAnt solution build to handle several projects included in the solution and generate dll's based on .sln and .csproj In the process I discovered that solution tasks is not supported in .NET Framework with the latest NAnt and got the wonderful message:

Re: [NAnt-users] Regarding DB Build Using NANT

2007-04-03 Thread Robert Kolev
Another option you might consider is spooling your sql files to a set of sql scripts such as storeProcedures.sql , Views.sql, Types.sql, Triggers.sql etc. during your build process... then during deployment you can organize in logical order on what you want to upload first (eg. Data Types, views,

Re: [NAnt-users] Nant newby question...

2006-06-11 Thread Robert Kolev
Thank you to all that have responded.  It has been very helpful!!!   cheers,  rk~ From: Bill Martin [mailto:[EMAIL PROTECTED]Sent: Sun 6/11/2006 1:08 PMTo: Robert Kolev; NAnt-users@lists.sourceforge.netSubject: RE: [NAnt-users] Nant newby question... Hi Robert.   NAnt handles this slightly

[NAnt-users] Nant newby question...

2006-06-09 Thread Robert Kolev
Greetings all, I am looking into using NAnt as we are looking into some .NET development… currently we are using Ant since we are a java shop.  With that said, I am looking into how / what is available in Nant and how to proceed with structure of the projects / build scripts / targets / tas