Malcolm or anyone else having questions about building,
I hope this helps. I do the following:
1) Install the NAnt zip into directory ( C:\Projects\NAnt-0.85-20040722 )
2) Install the NAntContrib zip into directory (
C:\Projects\NAntContrib-0.85-20040723 )
3) Build the NAnt by going to its
Malcolm MacLucas wrote:
I'm in the process of setting up a machine just for (currently) NAnt testing,
so I'll see what I can do, but I'm more interested in using my time to support
a August 4 release, or at least candidate release for Nant 0.85
Currently I'm trying to get a copy of the 7-23 NAnt Bu
Edwin,
What version of NAnt are you using ? The was only aded recently,
before a few weeks the elements was named .
Gert
- Original Message -
From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]>
To: "Nant-Users" <[EMAIL PROTECTED]>
Sent: Saturday, July 24, 2004 1:50
Thanks .. however, I don't want to do $/${project.path}/Components because there's a
whole bunch on directories under there and I only want to check out about 5. I could
script 5 checkouts, which I don't mind .. however, I was planning to use the fileset,
or something like it, so that I can min
I'm trying to do the following:
Nothing happens. The only output is get is:
copyfile:
and nothing else. I'm using the nightly build from 7/11/2004:
NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11/2004)
T
Felice,
Fileset is not a valid element of vsscheckout. The path attribute is
required.
The script below has the potential to cause problems by overwriting
files since both the dir1 and dir2 directories end up in C:\VSS\Test.
If the subdirectory structures of dir1 and dir2 are similar/same then
y
Hello,
I’m a bit confused with how logging works with NANT:
how nant command lines params (like –v+) affect
log4net logging
how log4net affects stdout logging
Is the answer that standard build logging is stdout (not using log4net)
with a verbose mode, and
log4net is res
Hello,
I am trying to checkout multiple directories with 1 vsscheckout task. So .. I have
something like this:
When I try this out I will get the following error:
'path' is a required attribute of
I was wondering .. can something like thi
[mailto:[EMAIL PROTECTED]
Sent: Friday, July 23, 2004 1:18 PM
To: Gert Driesen; Noel Gifford; [EMAIL PROTECTED]
Cc: James Geurts
Subject: RE: [Nant-users] Error with MSI task
Gert,
I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the
specific error with the resources.
The docume
Ok
first, I a mistake in my original post, there is no 7-23 build of nant, there
is a 7-22 build, that's the one I used.
I used the 7-23 build of NAnt Contrib.
I installed it into the previously mentioned program files\nant directory
and the I ran the NantContrib.build
nant -buildfile:NAntContri
I have an msi task that successfully creates an installation
package. Within the package, I have several components that install vtk
(third-party) dlls. The installation executes just fine -- everything in
the right place.
However, when I uninstall the application, one out of 11 or so files f
I'm in the process of setting up a machine just for (currently) NAnt testing,
so I'll see what I can do, but I'm more interested in using my time to support
a August 4 release, or at least candidate release for Nant 0.85
Currently I'm trying to get a copy of the 7-23 NAnt Build to install on my
br
John,
Can you provide a small repro for this issue ?
Thanks,
Gert
- Original Message -
From: "John Ludlow" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 23, 2004 5:32 PM
Subject: [Nant-users] Post-Build Events causing task to fail
Hi, there
I have a solution which g
Martin,
Either I don't understand your reply, or I didn't make myself clear. Let me give an
example:
My NAnt script takes an optional boolean command line parameter named "simulator"
which defaults to false. In the script, I check property::exists('simulator'). If it
is false, meaning the us
rt Driesen; Noel Gifford; [EMAIL PROTECTED]
Cc: James Geurts
Subject: RE: [Nant-users] Error with MSI task
Gert,
I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the
specific error with the resources.
The documentation doesn't tell the order that the nested elements need
to be i
MAIL PROTECTED]
Sent: Friday, July 23, 2004 1:18 PM
To: Gert Driesen; Noel Gifford; [EMAIL PROTECTED]
Cc: James Geurts
Subject: RE: [Nant-users] Error with MSI task
Gert,
I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the
specific error with the resources.
The documentation doe
Gert,
I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the
specific error with the resources.
The documentation doesn't tell the order that the nested elements need
to be in. I had to move the before the .
The documentation specifies a element, but the script requi
Sounds like the task should know how to create (and execute)
a shell script (batch file in Windows) to run build events for C++.
There are 3 build events: Pre-Build, Pre-Link, and Post-Build. Then
there is also a Custom Build step. My projects would fail to compile
because almost all of them have
Merrill-
that concept is incorporated into the 'available' tag
here is an example that tests if the destfile actually exists
then later on if you want to run that target based on the positive
evaluation of the existence of previously defined property
HTH,
Martin Gainty
(cell) 617-852-7822
Fro
Is there a way of detecing in a script that the user has has a command line parameter
without a value? For example, "-D:foo" rather than, say, "-D:foo=true".
Merrill
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterp
Hi, there
I have a solution which gets built with a task. However, this fails with
the following message:
[solution] Building 'TestMinorplanetBLL' [debug]...
The filename, directory name, or volume label syntax is incorrect.
[solution] PostBuildEvent failed with exit code = 1
[solution] Bui
Darrel,
I
believe they are in NantContrib. Here's the link: http://nantcontrib.sourceforge.net/
HTH,
Felice
-Original Message-From: Darrel Herbst
[mailto:[EMAIL PROTECTED]Sent: Friday, July 23, 2004 10:14
AMTo: [EMAIL PROTECTED]Subject:
[Nant-users] ComAdmin task?
I’ve looked through the .85 tasks and contrib tasks,
but I don’t see anything to interact with ComAdmin to be able to shut
down/start/delete/register com+ applications. If you know how to do it with
existing tasks, can you point me in the right direction?
Thanks.
You should use the one from VS.NET 2003, as I think (not sure) the test is
building a managed app.
However, I'll modify the test to have it skipped when a version of cl.exe
prior to 13.xx. is in the PATH.
Gert
- Original Message -
From: "John Cole" <[EMAIL PROTECTED]>
To: <[EMAIL PR
Gert,
It appears that I have a version 12 of cl first in my path.
C:\Documents and Settings\jcole>cl /?
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
It appears to be /Program Files/Microsoft Visual Studi
Never mind .. I found the problem ... I mistyped the directory path.
-Original Message-
From: Felice Vittoria
Sent: Friday, July 23, 2004 9:16 AM
To: Nant-Users (E-mail)
Subject: [Nant-users] not building projects in projects.txt
Hello,
I'm using this version of Nant 0.85:
NAnt 0.85 (
Felice,
Are you sure that the txt file is in the right directory (same as your build
file) ?
Gert
- Original Message -
From: "Felice Vittoria" <[EMAIL PROTECTED]>
To: "Nant-Users (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, July 23, 2004 4:16 PM
Subject: [Nant-users] not building projec
John,
We are aware of this issue, and I'll fix it some time this weekend.
Can you tell me if you have an older version (< 13.xx.) of cl.exe in
your PATH ?
Gert
- Original Message -
From: "John Cole" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 23, 2004 4:07 PM
Sub
Hello,
I'm using this version of Nant 0.85:
NAnt 0.85 (Build 0.85.1659.0; net-1.0.win32; nightly; 7/17/2004)
I noticed in the documentation that you can do something like:
So, I created a projects.txt with only 3 of my projects just to try it out. When I
Hey guys,
I'm having difficulty building the NAnt cvs HEAD again. I get the
following error:
[exec] [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test
[exec]
[exec] Buildfile:
file:///C:/src/NAnt/tests/NAnt.VSNet/NAnt.VSNet.
Noel,
The problems was that NAnt now runs on the .NET Framework 2.0 by default (if
available), and the msi schema was written to a resources file (using the
xsd task, which used ResourceWriter for this). The resulting resources file
was tied to the framework on which NAnt was running (which is .NE
31 matches
Mail list logo