Re: [NAnt-users] Compiling VB6 Web Project

2007-01-10 Thread Eric Fetzer
ange... VB SUCKS (old VB at least) If you want any of this, let me know and I'll shoot you a copy. Eric <>< - Original Message From: Richard Gavel <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Friday, January 5, 2007 9:28:42 PM Subject: Re: [NAn

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-08 Thread Bob Archer
Sent: Sunday, January 07, 2007 9:46 AM To: Richard Gavel Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Compiling VB6 Web Project Hi, Can I please be removed from the mailing list ? Regards Kirti On Sat, 06 Jan 2007 Richard Gavel wrote : >We had a similar issue due to a lot

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-07 Thread Kirti Krishnaswamy
Hi, Can I please be removed from the mailing list ? Regards Kirti On Sat, 06 Jan 2007 Richard Gavel wrote : >We had a similar issue due to a lot of VB6 webclass projects. I was forced >to write a NAnt custom task that would invoke a WinBatch script that >performed the necessary GUI interactions

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-05 Thread Richard Gavel
We had a similar issue due to a lot of VB6 webclass projects. I was forced to write a NAnt custom task that would invoke a WinBatch script that performed the necessary GUI interactions with the VB6 IDE. Further, since I use CruiseControl and a service does not have access to the console, I had to c

Re: [NAnt-users] Compiling VS2003 project files using .NET Framework2.0 - Does it work or not?

2006-10-06 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, October 06, 2006 9:01 AM Subject: [NAnt-users] Compiling VS2003 project files using .NET Framework2.0 - Does it work or not? > Hi > > In the release notes of 0.85-rc4 it says that: > "...only Microsoft Visual Studio .NET

Re: [NAnt-users] Compiling large project using NAnt

2006-08-29 Thread Bradley Ward
Title: Compiling large project using NAnt Matt,   We do a large build consisting of about the same number of individual projects as you mention (class libraries, communication libraries, windows forms applications, background service applications, and asp.net applications (web services an

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Marc Towersap
TED]>To: Darren Gage <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.netSent: Monday, June 26, 2006 7:08:44 AMSubject: Re: [NAnt-users] Compiling VC++ 6 Project Darren,   Since you're using Visual Studio 6, you'll probably need to go the route (unless there is a legacy C++ task

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Foster, Richard - PAL
Title: Compiling VC++ 6 Project Darren,   Since you're using Visual Studio 6, you'll probably need to go the route (unless there is a legacy C++ task available in nantcontrib - I haven't looked). I suggest getting the build working from the command line before trying to automate it using NAn

RE: [NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Robert Hanson
; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] compiling OmniOrb idl files - options?   Use the task to execute devenv.exe.     Thanks, Melissa     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson Sent: Friday, May 19, 2006 9:25 AM To

RE: [NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Melissa Kacher
Use the task to execute devenv.exe.   Thanks, Melissa   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert HansonSent: Friday, May 19, 2006 9:25 AMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] compiling OmniOrb idl files - options? I have a number of VS.

RE: [Nant-users] compiling nant with .net 2.0 sdk...

2005-11-04 Thread John Cole
nt: Friday, November 04, 2005 11:33 AM To: John Cole Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] compiling nant with .net 2.0 sdk... Good Afternoon John 0.85RC3 was toast ..I spent all day saturday trying to get this build to build using the Full debug for nmake nmake -d -p -f Make

Re: [Nant-users] compiling nant with .net 2.0 sdk...

2005-11-04 Thread Martin Gainty
Good Afternoon John 0.85RC3 was toast ..I spent all day saturday trying to get this build to build using the Full debug for nmake nmake -d -p -f Makefile.nmake install prefix="c:\Program Files" But all my problems were solved when Gert put up a new build last sunday which is located at http://n

RE: [Nant-users] compiling in release mode with define:DEBUG flag

2005-05-13 Thread Gert Driesen
Hi Bert-Jan,   If you're running NAnt 0.85 RC3 or later, you can use this:     or     Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Jan LappenschaarSent: donderdag 12 mei 2005 14:33To: nant-users@lists.sourceforge.netSubject: [Nant-users] compilin

RE: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dan Shookowsky > Sent: maandag 28 februari 2005 16:53 > To: Ransel Lopez Mena > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Compiling a bunch of pr

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
sage- > From: Dan Shookowsky [mailto:[EMAIL PROTECTED] > Sent: Monday, February 28, 2005 8:33 AM > To: Ransel Lopez Mena > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Compiling a bunch of projects > > Is csc.exe available in the bin directory? Perhaps it

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Is csc.exe available in the bin directory? Perhaps it's a path issue or conflict with the location specified in the nant.exe.config file... On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> wrote: > > > Hello everyone: > > I am new using Nant and I have a problem tha

Re: [Nant-users] compiling on mono

2004-08-21 Thread Kevin Williams
Thank you for your answer. I'm not sure if my questions are answered, though. I only wish to get rid of the remap warnings by building things from source. I understand that the remap warning is issued for .NET 1.0 assemblies, although they continue to work. The point of my question is the fact

Re: [Nant-users] compiling on mono

2004-08-21 Thread Gert Driesen
- Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 6:32 PM Subject: [Nant-users] compiling on mono Hello all, list newbie here. I want to start compiling projects on Mono in Linux, but I'm having trouble. I have Mono 1.0

RE: [Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
Subject: Re: [Nant-users] compiling licensing file Jarek, This is actually the same issue we've been struggling with for some time now. There's no known workaround or fix for this issue :( Gert - Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECT

Re: [Nant-users] compiling licensing file

2004-04-19 Thread Gert Driesen
ED]>; "NAnt Users Mailing List" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 7:27 PM Subject: Re: [Nant-users] compiling licensing file > Can you re-run your build script with the latest nant nightly build? Make >

Re: [Nant-users] compiling licensing file

2004-04-19 Thread Jaroslaw Kowalski
Can you re-run your build script with the latest nant nightly build? Make sure to turn on verbose debugging and post the build log. I think Gert will be interested in the results. Jarek - Original Message - From: "Noah Davidson" <[EMAIL PROTECTED]> To: "NAnt Users Mailing List" <[EMAIL PR

RE: [Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Brian Beaudet
Title: Message     -Original Message- From: Brian Beaudet [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:47 PM To: 'Clayton Harbour' Subject: RE: [Nant-users] Compiling with .NET Framework 1.1   Thanks Clayton.   I’m not quite ready to start le

RE: [Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Clayton Harbour
-Original Message-From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: April 8, 2004 11:26 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: [Nant-users] Compiling with .NET Framework 1.1 I put this as the first line of my build script

RE: [Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Bob Archer
I put this as the first line of my build script.            I think there are a few other ways to do it also.   Bob     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Beaudet Sent: Thursday, April 08, 2004 2:18 PM To: [EMAIL PROTECTED]

Re: [Nant-users] Compiling nAnt source code?

2004-02-25 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 2:34 AM > Subject: [Nant-users] Compiling nAnt source code? > > Two questions folks: > > 1- Is there any benefits from compiling the source code and not using the > assemblies

Re: [Nant-users] compiling with visual studio open

2004-02-13 Thread Craig Williams
ok, sorry you can ignore this - csc.exe was stuck in memory and had locked the file! ;)   C - Original Message - From: Craig Williams To: [EMAIL PROTECTED] Sent: Friday, February 13, 2004 9:42 AM Subject: [Nant-users] compiling with visual studio open I so

Re: [Nant-users] Compiling

2004-01-23 Thread Ian MacLean
n the NAnt project, but that may or may not be a big deal. Regards, Jason King Profox Systems Ltd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pedro Santos Sent: 23 January 2004 09:41 To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Compiling On Thu, 2004-01-22

Re: [Nant-users] Compiling

2004-01-23 Thread Pedro Santos
Well, installing ICU from source, and compiling Mono with ICU already installed did the trick! ;) On Thu, 2004-01-22 at 22:46, Pedro Santos wrote: > It's the same: > > /-- > bash-2.05b$ make clean > rm bin/*.* -f > > bash-2.05b$ make > make

RE: [Nant-users] Compiling

2004-01-23 Thread Jason King
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pedro Santos Sent: 23 January 2004 09:41 To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Compiling On Thu, 2004-01-22 at 23:05, Ian MacLean wrote: > Do you have ICU installed with your mono build ? I don't know... I just downloaded M

RE: [Nant-users] Compiling

2004-01-23 Thread Jason King
Profox Systems Ltd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ian MacLean Sent: 22 January 2004 23:06 To: Pedro Santos Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Compiling Do you have ICU installed with your mono build ? Ian Pedro Santos wrote:

Re: [Nant-users] Compiling

2004-01-23 Thread Pedro Santos
On Thu, 2004-01-22 at 23:05, Ian MacLean wrote: > Do you have ICU installed with your mono build ? I don't know... I just downloaded Mono-0.30 and installed it under a fresh MDK 9.2. Whats ICU? > > Pedro Santos wrote: > > >It's the same: > > > >/-

Re: [Nant-users] Compiling

2004-01-22 Thread Ian MacLean
Do you have ICU installed with your mono build ? Ian Pedro Santos wrote: It's the same: /-- bash-2.05b$ make clean rm bin/*.* -f bash-2.05b$ make make bootstrap make[1]: Entering directory `/home/pre/downloads/www/nant/nant-0.84' if test x

Re: [Nant-users] Compiling

2004-01-22 Thread Pedro Santos
It's the same: /-- bash-2.05b$ make clean rm bin/*.* -f bash-2.05b$ make make bootstrap make[1]: Entering directory `/home/pre/downloads/www/nant/nant-0.84' if test x = xWindows_NT; then make windows-bootstrap; else make linux-bootstrap; fi

Re: [Nant-users] Compiling

2004-01-22 Thread Rodrigo B. de Oliveira
try instead: make clean make Regards, Rodrigo - Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 8:18 PM Subject: [Nant-users] Compiling --- The SF.Net em

RE: [Nant-users] Compiling in resource files

2003-08-07 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi, I have a project and I want to compile in resource files like csc > *stuff* /res:thing.resx > > I only found stuff in the documentation for converting them. How > would I build them in? > Add a tag to the csc task, f.ex like this: -- Arild

Re: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Ian MacLean
ok good point. Just add the paramater to your csc task then Ian csc supports a /main: switch allowing you to state which type(containing a Main) should be used as an entry point: /main:Specifies the type that contains the entry point (ignore all other possi

RE: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Arild Fines
> > Has anyone run into a problem building a class the has multiple entry > > points into it with nant? Is there a way to get around this with the > > task? > > > > Thanks, > > Mike. > This is the standard behaviour for the csc compiler and in fact for > every .net compiler. There can only be a si

Re: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Ian MacLean
This is the standard behaviour for the csc compiler and in fact for every .net compiler. There can only be a single static Main method in a given .exe assembly otherwise the runtime will not know which one to execute at startup. Remove or rename one of the Main methods and it will work fine. I

RE: [Nant-users] Compiling WinExe's

2003-02-03 Thread Hearn, Bruce
Look at the element in the CSC task reference.  http://nant.sourceforge.net/help/tasks/csctask.html.  In NANT v. 0.7.9, this should work unless, as I recall, you have read-only .resx files.     Does anyone know if that's been fixed in more recent builds?   thanks,   Bruce  -Original

Re: [Nant-users] Compiling with different versions of the framework

2003-01-11 Thread Ian MacLean
Set CSC=C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe or Set CSC=mcs.exe Ian OK - Thanks! Niels - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Niels Berglund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, Ja

Re: [Nant-users] Compiling with different versions of the framework

2003-01-06 Thread Niels Berglund
OK - Thanks! Niels - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Niels Berglund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 10:18 PM Subject: Re: [Nant-users] Compiling with different version

Re: [Nant-users] Compiling with different versions of the framework

2003-01-06 Thread Scott Hernandez
There isn't any direct support in NAnt for using a specific framework version of the runtime. It totally depends on your environment when running NAnt. Although it would be nice if this was a project setting that could target a specific version of the runtime without changing your environment. --