Re: [NAnt-users] Help with installation

2007-11-02 Thread Harvey, Edward
> If you compile Mono from source, then you should have the > following file: > /usr/local/lib/pkgconfig/mono.pc Let's see... [eharvey]$ ls -l /usr/local/lib/pkgconfig/mono.pc -rw-r--r-- 1 root root 295 Nov 2 14:24 /usr/local/lib/pkgconfig/mono.pc Yup. > You should make sure t

Re: [NAnt-users] Help with installation

2007-11-02 Thread Gert Driesen
Edward, If you compile Mono from source, then you should have the following file: /usr/local/lib/pkgconfig/mono.pc You should make sure that the PKG_CONFIG_PATH environment variable includes directory /usr/local/lib/pkgconfig. Hope this helps, Gert -Original Message- From: [EMAIL PROT

Re: [NAnt-users] NantContrib and task

2007-11-02 Thread Dix, John
Really? I'll give that a try as well. Thanks! -Original Message- From: Brass Tilde [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 12:06 PM To: Dix, John; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NantContrib and task Dix, John <[EMAIL PROTECTED]> wrote: > [H

Re: [NAnt-users] NantContrib and task

2007-11-02 Thread Brass Tilde
Dix, John <[EMAIL PROTECTED]> wrote: > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup\Microsoft > Visual Basic] > > "ProductDir"="C:\\Program Files\\Microsoft Visual Studio\\VB98" > > I changed this to be the path of my tools/SDK/VB98 directory under my > enlistment and it works! Y

Re: [NAnt-users] NantContrib and task

2007-11-02 Thread Dix, John
I answered my own question. The registry hive it is looking for is at: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic] "ProductDir"="C:\\Program Files\\Microsoft Visual Studio\\VB98" I changed this to be the path of my tools/SDK/VB98 directory under my

[NAnt-users] NantContrib and task

2007-11-02 Thread Dix, John
Hello all, I am trying to figure out how the task knows where to find the vb6.exe file installed with Visual Basic 6.0. The reason is because I want to put the binaries into a subdirectory in my build tree so that our developers do not have to be dependent on whether or not VB6 as a product is

[NAnt-users] Help with installation

2007-11-02 Thread Harvey, Edward
Hey ya. * I'm trying to install nant 0.85 on RedHat Enterprise 4u4 x86_64. * I installed mono 1.2.5.1 from source, with defaults. ( sudo ./configure --prefix=/usr/local && sudo make && sudo make install ) * I installed pkg-config from CD rpm, pkgconfig-0.15.0-3.x86_64.rpm * When I try building na

[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