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
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
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:
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,
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
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