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
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
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
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
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
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
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
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
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
: 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-
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
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
://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
@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
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
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
>
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
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
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
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
---
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
_
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
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
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
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
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:
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
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 ?
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.
( 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: [
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
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
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
/ 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
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
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
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
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
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
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:
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
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
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
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
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,
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
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
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
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
-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
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
, 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
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
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
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
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
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
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
--
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
59 matches
Mail list logo