Re: [NAnt-users] [newbie]where can I find the build log?

2008-01-07 Thread Bob Archer
et Subject: [NAnt-users] [newbie]where can I find the build log? I'm new to NAnt, and I come across a build failure. NAnt suggests me to: "Refer to build log for exact reason" But I don't know where I can find the build log. Co

[NAnt-users] [newbie]where can I find the build log?

2008-01-05 Thread Tony Winslow
I'm new to NAnt, and I come across a build failure. NAnt suggests me to: "Refer to build log for exact reason" But I don't know where I can find the build log. Could anybody tell me? Thank you! - This SF.net email is sponsored

[Nant-users] Newbie

2005-09-23 Thread Ales Vojacek
Hi all, I have some question about NAnt. 1. We are now developing under MS Visual studio. We have one solution and in this solution is about 20 projects. Which use of NAnt is better? Use one NAnt file for whole solution or is it possible to have one per project and than a few for solution which

[Nant-users] Newbie Question about

2005-09-09 Thread Anderson, Kelly
Hi all, newbie alert. In the cl task, there is a entry like so: ... I have several defines that differ based upon which product I'm bui

RE: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-30 Thread Bill Arnette
IL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat LawrenceSent: Thursday, June 30, 2005 9:45 AMTo: Thibaut BarrèreCc: nant-users@lists.sourceforge.netSubject: Re: [Nant-users] newbie question: system cannot find the C++ compiler Thank you for your help.  I tried calling

Re: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-30 Thread Pat Lawrence
Thank you for your help.  I tried calling the vsvars32 script and also tried putting it in the PATH but I couldn't get it to work.  I haven't yet graduated from school and am just a new intern here at the office, so I'm seeing PATH variables for the first time.  What I did do was put the C:\Progra

Re: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-29 Thread Thibaut Barrère
Hi Pat   Maybe calling the vcvars32.bat script in C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat before starting your script will solve the issue.   This should add the required folders to the PATH to ensure later calls to cl.exe are successful.   regards   Thibaut Ba

[Nant-users] newbie question: system cannot find the C++ compiler

2005-06-29 Thread Pat Lawrence
Hello everyone, I was asked to get some automated nightly builds going on several C++ .NET project that are all pretty huge.   I apologize for how basic this question is, but I've been fiddling both with very simple build files in order to compile just a single .cpp file and also with the solution

RE: [Nant-users] Newbie problem with expressions

2005-05-18 Thread Brough, Nicolas (Contractor)
users@lists.sourceforge.net' Subject: RE: [Nant-users] Newbie problem with expressions What version of NAnt are you running against? Functions are new in 0.85 and if you running against 0.84 or an early 0.85 will not work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [Nant-users] Newbie problem with expressions

2005-05-17 Thread Bjerstedt, Tony
: Robinson, Heath; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Newbie problem with expressions Same result - the property isn't being set. -Original Message- From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 21:29 To: Brough, Nicolas (Contractor); nant-

RE: [Nant-users] Newbie problem with expressions

2005-05-17 Thread Brough, Nicolas (Contractor)
Same result - the property isn't being set. -Original Message- From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 21:29 To: Brough, Nicolas (Contractor); nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Newbie problem with expressions Try Heath

[Nant-users] Newbie problem with expressions

2005-05-17 Thread Brough, Nicolas (Contractor)
Hi, I know I've probably got something utterly wrong, but I can't get this to work: ${src.dir} My understanding is that src.dir should be set to true or false (so I can later use it for an "if" statement). But all it does is throw the log below - NAnt doesn't seem to be setting src.di

RE: [Nant-users] newbie first post

2005-02-21 Thread Marc Holmes
://bitarray.co.uk/marc/archive/2005/01/12/373.aspx Hope this helps. Marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Taylor Sent: 21 February 2005 20:08 To: Nant-users@lists.sourceforge.net Subject: Re: [Nant-users] newbie first post Hey Clive, >I

RE: [Nant-users] newbie first post

2005-02-21 Thread Crowhurst,Christian
@lists.sourceforge.net Subject: Re: [Nant-users] newbie first post >As for SQL Server, I wasn't referring to data issues. What I meant was that we >want to create a build that includes all the scripted changes for a SQL Server >release in addition to the usual code release stuff. On

Re: [Nant-users] newbie first post

2005-02-21 Thread Chris Taylor
Hey Clive, >I was making the destinction between VB6 outside of .NET but I think you >answered this point by saying that NANT support any language using devenv. >We don't develop Java but there is a mixture of .NET and good-old vb6. We did a lot of that at my old company (but never had a slick

Re: [Nant-users] newbie first post

2005-02-21 Thread stephan
Hi Clive, being a newbie myself, I might have the insights you were looking for . See my remarks inline. [EMAIL PROTECTED] wrote on 21/02/2005 22:55:38: > I'm just about to start an eval of NANT.     A few kick-off questions... > > Right now, I'm unsure of the scope of NANT in terms of how >

RE: [Nant-users] newbie first post

2005-02-21 Thread Bevan Arps
Hi Clive. > I'm unsure of the scope of NANT in terms of how appropriate it is to > a mixed environment with some .NET apps and older legacy VB6 apps - > most apps with SQL Server as a back-end. For what it is worth ... ... I have been using Ant (NAnt's Java oriented cousin) for years to do

Re: [Nant-users] newbie first post

2005-02-21 Thread Merrill Cornish
Clive, I'm not sure I understand you comment/concern about NAnt being too .NET centric. At the pragmatic level, NAnt offers an task which would allow you (as far as I know) to implement any build script that could have been implemented in a DOS batch file. The most obviously NAnt feature to s

Re: [Nant-users] newbie first post

2005-02-21 Thread Chris Taylor
Hi Clive, I'm still kinda new to NANT but I'll try to answer some of your questions as best as I know them (perhaps I'll learn a thing or two while I'm at it). > Right now, I'm unsure of the scope of NANT in terms of how appropriate it is > to a mixed environment with some .NET apps and older le

[Nant-users] newbie first post

2005-02-21 Thread Clive Richardson
I'm just about to start an eval of NANT. A few kick-off questions... Right now, I'm unsure of the scope of NANT in terms of how appropriate it is to a mixed environment with some .NET apps and older legacy VB6 apps - most apps with SQL Server as a back-end. Some of my developer colleagues

[Nant-users] NewBie ,How to run nant on macosx

2005-01-07 Thread zhengjinyuan
--- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt _

RE: [Nant-users] Newbie User NAntContrib Question

2004-10-22 Thread Melissa Kacher \(Temporary\)
PROTECTED] On Behalf Of Scilipoti, TonySent: Friday, October 22, 2004 11:59 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Newbie User NAntContrib Question Hi. I'm a brand new NAnt user wanting to use the task that's apparently only available in NAntContrib. I've done a bun

RE: [Nant-users] Newbie User NAntContrib Question

2004-10-22 Thread Felice Vittoria
To: [EMAIL PROTECTED]Subject: [Nant-users] Newbie User NAntContrib Question Hi. I'm a brand new NAnt user wanting to use the task that's apparently only available in NAntContrib. I've done a bunch of searching - including through the archives for this list - t

RE: [Nant-users] Newbie User NAntContrib Question

2004-10-22 Thread Thirupputkuzhi, Sanjay
Title: Message Just copy all the contents of the nant-contrib build folder into nant\bin. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scilipoti, TonySent: Friday, October 22, 2004 2:59 PMTo: [EMAIL PROTECTED]Subject: [Nant-users

[Nant-users] Newbie User NAntContrib Question

2004-10-22 Thread Scilipoti, Tony
Title: Newbie User NAntContrib Question Hi. I'm a brand new NAnt user wanting to use the task that's apparently only available in NAntContrib. I've done a bunch of searching - including through the archives for this list - to find out **exactly what the mechanics are** for getting NAnt to re

[Nant-users] Newbie: Compiling 'Hello World' in managed c++ using cl and link?

2004-10-21 Thread Matt Ward
Hi Einar, The following nant build script works on a simple "Hello World" managed C++ app. Inputs: main.cpp assemblyinfo.cpp Outputs: bin\debug\HelloCppWorld.exe Nant script:

[Nant-users] Newbie: Compiling 'Hello World' in managed c++ using cl and link?

2004-10-20 Thread Einar.Host
Title: Newbie: Compiling 'Hello World' in managed c++ using cl and link? Hi, I'm trying to wrap my head around compiling managed c++ using the and tasks. There's a managed c++ project that needs to be part of my build, but I didn't write it - I don't know c++, I'm a c# developer. That mea

RE: [Nant-users] [Newbie] Using ndoc task to generate chm file only?

2004-10-12 Thread Einar.Host
force, but it works. Regards, Einar -Original Message- From: Thibaut Barrère [mailto:[EMAIL PROTECTED] Sent: 12. oktober 2004 16:31 To: Høst, Einar Subject: Re: [Nant-users] [Newbie] Using ndoc task to generate chm file only? Hi Einar, did you manage to clean the output, except .chm files ?

[Nant-users] [Newbie] Using ndoc task to generate chm file only?

2004-10-04 Thread Einar.Host
Title: [Newbie] Using ndoc task to generate chm file only? Hi, I'm having a bit of a struggle trying to get the ndoc task in nant to produce a chm file only, without the gif & html files. In the ndoc gui, I set the CleanImmediates property to true, and the OutputTarget property to HtmlHelp.

RE: [Nant-users] Newbie question

2004-09-02 Thread Felice Vittoria
( http://www.mail-archive.com/nant-users%40lists.sourceforge.net/msg04610.html ).    HTH, Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Shawn HaighSent: Wednesday, September 01, 2004 4:14 PMTo: [EMAIL PROTECTED]Subject: [

[Nant-users] Newbie question

2004-09-01 Thread Shawn Haigh
Greetings Nant users.   Does anyone have an idea on how to manipulate property strings?    I have a property ${build.number} that contains a value of “1.0.801.1” I would like to replace the dots (.) with underscores (_)…     I have gotten as far as using regExp in VB to return my des

Re: [Nant-users] Newbie question: VBC vs. Solution task

2004-07-01 Thread Ian MacLean
TED] Sent: Wednesday, June 30, 2004 10:35 PM To: Ian MacLean Cc: Shawn Knowles; [EMAIL PROTECTED] Subject: Re: [Nant-users] Newbie question: VBC vs. Solution task / I mean 'It would help ...'/ I would help if you also post the text of the exception you get form the Solution task buil

RE: [Nant-users] Newbie question: VBC vs. Solution task

2004-07-01 Thread Shawn Knowles
both produce a 164kb binary. I assume I am missing something in my VBC build script. Shawn -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:35 PM To: Ian MacLean Cc: Shawn Knowles; [EMAIL PROTECTED] Subject: Re: [Nant-users] Newbie question

Re: [Nant-users] Newbie question: VBC vs. Solution task

2004-06-30 Thread Ian MacLean
/ I mean 'It would help ...'/ I would help if you also post the text of the exception you get form the Solution task built version. Also - do the built binaries differ in file size ? We've had issues previously where resources weren't compiled in properly causing a runtime exception. Ian Shawn

Re: [Nant-users] Newbie question: VBC vs. Solution task

2004-06-30 Thread Ian MacLean
Shawn, I would help if you also post the text of the exception you get form the Solution task built version. Also - do the built binaries differ in file size ? We've had issues previously where resources weren't compiled in properly causing a runtime exception. Ian Shawn Knowles wrote: I would

[Nant-users] Newbie question: VBC vs. Solution task

2004-06-30 Thread Shawn Knowles
I would prefer building my solution using the solution task as opposed to the VBC task but I have been unsuccessful in doing so.  I know I am missing something because when I compile using VBC and specify all includes and imports the exe works fine.  Using the SOLUTION task, the exe compile

RE: [Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Noel Gifford
Beaudet Sent: Tuesday, April 06, 2004 12:54 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Newbie Question Regarding Referencing Assemblies   I’ve got two simple *.cs files:   One called app.cs as shown below:   using System;     public class App   {     public static void Main

RE: [Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Noel Gifford
PM To: [EMAIL PROTECTED] Subject: [Nant-users] Newbie Question Regarding Referencing Assemblies   I’ve got two simple *.cs files:   One called app.cs as shown below:   using System;     public class App   {     public static void Main()     {   Console.WriteLine( "1 + 1

Re: [Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Jaroslaw Kowalski
You should reference bin\Debug\lib.dll instead of lib.dll Hope it helps. Jarek - Original Message - From: "Brian Beaudet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 10:54 PM Subject: [Nant-users] Newbie Question Regarding Referenci

[Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Brian Beaudet
I’ve got two simple *.cs files:   One called app.cs as shown below:   using System;     public class App   {     public static void Main()     {   Console.WriteLine( "1 + 1 = {0}", Calculator.Add( 1, 1 ) );     }   }     and another called lib.cs as shown below:      

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-16 Thread Morris, Jason
logic that the web app contains. I'd rather do the update > scripts, but I don't see how I can accomplish that without > manually intervening in the build files.TIA > > Eric L. > > -Original Message- > From: Morris, Jason [mailto:[EMAIL PROTECTE

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-09 Thread Landes Eric (RBNA/CIT4.2)
From: Morris, Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 4:25 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Newbie question on using nant to push to production We could and can build everything from the repository since we tag everything for each build. However disk space is che

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
t; Subject: RE: [Nant-users] Newbie question on using nant to > push to production > > Jason, > I assumed that you copied your bits from dev on up. That's > the way we would do it as well. > > I see you say that you have builds archived as well. Do you > do this

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
ojectname/Latest that points to the last known good, so rollback involves just updating this vroot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morris, Jason Sent: Thursday, January 08, 2004 7:39 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Newbie qu

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Damir SimunicSent: Thursday, January 08, 2004 1:19 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production I had similar experience with cruisecontrol.net: no scheduled builds,

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
case something came up as well. Eric -Original Message- From: Morris, Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Newbie question on using nant to push to production I don't rebuild the source either. The onl

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
gt; >Damir From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Landes Eric (RBNA/CIT4.2) Sent: Thursday, January 08, 2004 5:22 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Newbie question on using nant to push to production Just wanted to s

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
e-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Damir SimunicSent: Thursday, January 08, 2004 1:19 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production I had similar experience with cruisecontrol.net: no scheduled bui

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production We did not do an evaluation between the two because we only knew of Draco.NET at the time we were looking for a tool like this.  Then a new developer joined the group that had experience

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
-Original Message-From: Damir Simunic [mailto:[EMAIL PROTECTED]Sent: Thursday, January 08, 2004 1:12 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production Eric,     The step that moves the results to production is different t

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
dates from past summer, don't know if they improved since. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morris, JasonSent: Thursday, January 08, 2004 7:07 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production We did not d

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
, as I don't know how often do you push your builds to production.     Cheers,   Damir   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Landes Eric (RBNA/CIT4.2)Sent: Thursday, January 08, 2004 5:22 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] Newbie question on using na

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
Behalf Of Landes Eric (RBNA/CIT4.2)Sent: Thursday, January 08, 2004 10:49 AMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production Jason, This is fantastic, almost exactly the type of thing we want to do.  And BTW, we want to have 4 environments (1

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
ris, Jason [mailto:[EMAIL PROTECTED]Sent: Thursday, January 08, 2004 12:23 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production This is exactly what my group does to push several ASP.NET (C# code behinds) web application between four

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
t deployed anywhere, but get consumed by other projects.   I hope this helps.   Jason From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Landes Eric (RBNA/CIT4.2)Sent: Thursday, January 08, 2004 9:22 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Newbie question on using nant to pus

[Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
Title: Newbie question on using nant to push to production Just wanted to see if I'm on the right track here.  Do others use nant (in combination with something like Cruise Control.net or Draco.net) to push builds to a production environment?  I'm wanting to automate our builds hoepfully from

Re: [Nant-users] newbie question

2003-08-01 Thread Giuseppe Greco
Give look at http://developer.agamura.com/technotes Gius_. On Fri, 2003-08-01 at 16:58, [EMAIL PROTECTED] wrote: > I am new to NAnt and have been given the task of making this tool work > within our enterprise. Are there perhaps larger examples of build files > that contain multiple tasks and sol

[Nant-users] newbie question

2003-08-01 Thread michaelrudge
I am new to NAnt and have been given the task of making this tool work within our enterprise. Are there perhaps larger examples of build files that contain multiple tasks and solutions that are available to view to get a better handle on the syntax and the power of this tool? Thanks Mike --

[Nant-users] Newbie question

2003-03-03 Thread Dan Williamson
I need to create a web service based build tool for my company. I have already done the VB6 / C++6 side of the equation, painfully and using quite a brutal method.   I need now to add .NET projects to my autobuild web service. Can I use the NAnt code directly from my .NET web service to com