Title: Message
Does
anyone have an idea on this? It's almost like something in not installed
correctly or configured correctly on our build machine. Any help would be
greatly appreciated.
Thanks,
Evan A. Bonnett
Reynolds & Reynolds,
IT ERA Integrated Desking Development 937-485-857
Title: Call task with value attribute
Hey all,
Why, using version 0.85.1653.0, does the below call work but using the latest stable build, it complains of the value attribute?
Thanks!
MAIL PROTECTED]
Sent: Tuesday, March 15, 2005 12:08 PM
To: Bonnett, Evan A; nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Property not being set when including
buildfile
Evan,
If I read this right, your two files are in different namespaces, so the
property names are actually diffe
Title: Property not being set when including buildfile
Hi all,
It's been a while. Here's my problem:
From the main buildfile, I iterate through a file and pull the csproj file. Then, I generate the buildfile using XSLT and the csproj file and call the generated build file. Below is an
If you need any flexibility at all, use Nant. I did a comparison and, while
it was a long time ago, I seem to remember that control of the build process
is largely hidden from the user. If you need specifics, I can probably dig
up a summary.
One thing I seem to remember is that BuildIt prefers p
-
From: Gary Feldman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 13, 2004 12:25 PM
To: Bonnett, Evan A; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Deploying to remote machines
>From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
>Sent: Monday, September 13, 2004 11:4
Title: Message
Hi
all,
What
is the recommended way to deploy to remote machines? I build on W2003
Enterprise, create a tar ball and ftp to linux machines. So, if I create
the directory structure on the build machine then tar it, what would be the
"recommended practice" to get that tar t
Title: Message
As
someone that is 4 months into NAnt, I think that is an excellent idea. It
really took me a lot to understand what the best practices and standards
are. This is because they are unspoken, kind of implied. However, if
you are new to 1) configuration management and 2) build
Integrated Desking Development
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577
-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 18, 2004 10:38 AM
To: Bonnett, Evan A
Cc: [EMAIL PROTECTED]
Subject:
Title: RE: [Nant-users] references to interop dll's
So, what is the "preferred" practice to do this? Is it to create the wrappers and store the wrapped component in source control to be pulled at build-time? Or is it to wrap at build-time?
variable. I'd rather search for the GUID though.
Does anyone have an example?
Evan A. Bonnett
Reynolds and Reynolds, IT
-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 12, 2004 11:12 AM
To: Bonnett, Evan A
Cc: 'Gert Driesen'; [
EMAIL PROTECTED]]
Sent: Thursday, August 12, 2004 11:12 AM
To: Bonnett, Evan A
Cc: 'Gert Driesen'; [EMAIL PROTECTED]
Subject: Re: FW: XSLT Generated Build File with COM references
Hi Evan,
If you just want to find the location of the dll then you need to search
the registry for that guid
doesn't seem flexible or generic enough to be reused throughout an organization.
Thoughts? Anyone? Beuller? Beuller?
Evan A. Bonnett
Reynolds and Reynolds, IT
-Original Message-
From: Bonnett, Evan A
Sent: Wednesday, August 11, 2004 1:42 PM
To: Nant-Users (E-mail)
Subject:
Title: XSLT Generated Build File with COM references
I am strong naming my assemblies now. What is the process to deal with COM and ActiveX components? I am running the csproj file through an XSLT to generate the Nant build file. Does anyone have a step by step on when to do what with these
Title: RE: [Nant-users] utiltiy to convert *.*proj to *.build
Or you can use an XSLT to transform the proj file to a build file. That's a bit more involved. If you don't need to do things that Slingshot won't do, use slingshot.
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking
Title: Message
I am
looking into that too. May I call upon you if necessary? Sounds
pretty straight forward but it's good to have a resource.
Thanks,
Evan A. Bonnett
Reynolds and Reynolds,
IT
-Original Message-From:
Joel Ross [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14,
al Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 14, 2004 2:14 PM
To: Bonnett, Evan A; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Invalid ResX input?
Evan,
Can you try to run the build in verbose mode (NAnt.exe -verbose ) ? Currently, NAnt only outputs the n
that I suspected. But I'm not sure why. Would it help to run resgen via command line?
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 14, 2004
Title: Invalid ResX input?
I am having a bit of trouble with my build. This is a third party project that we have the source code to. Can someone tell me what's happening here so I can make better sense of what's going wrong? The project compiles fine in VS.NET.
\Menus\MenuCommand.resx'
Title: Simple Question on DOS Commands
So, how do I issue simple dos commands and make the output appear on the console? For example, I'm trying to debug something and I need to know the current directory.
I just need the equivalent of typing cd.
Thanks,
Evan A. Bonnett
Reynolds and Reyn
this error sporadically.
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 14, 2004 2:40 AM
To: Bonnett, Evan A; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
S
Title: Ndoc errors - It can't access an xslt because it's being used by another process
I understand this is a known issue. The Ndoc folks say it is fixed but that the ndoc task uses an out of date version of ndoc.
Can someone shed some light on this?
Here is the exact error...
c:\temp\
]]
Sent: Tuesday, July 13, 2004 4:45 PM
To: Bonnett, Evan A; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Ftp task?
- Original Message -
From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 13, 2004 9:37 PM
Subject: [Nant-users] Ftp
Title: Ftp task?
Is there a need for an ftp task? I tar up all my files and ftp them to my servers. Now that I am getting close to putting Nant into production, I am thinking about an ftp and a tar task. Is this something anyone would be interested in?
Just curious.
Evan A. Bonnett
Reyno
Title: Message
You
are correct. Thanks!
Evan A. Bonnett
Reynolds and Reynolds,
IT ERA Integrated
Desking Development 937-485-8577 58577
-Original Message-From: Ryan Cromwell
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004
10:24 AMTo: Bonnett, Evan A
Title: Valid Framework Identifiers
What are the valid framework identifiers?
I am using the following function but need to know what a valid param is:
${framework::get-framework-directory('1.0.3705')}
Thanks,
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
Title: Message
All,
I've
included an here that is using the deprecated uptodatefile.
NAnt warns that the attribute is deprecated and to use the
${file::uptodate(comparefile, uptodatefile)} function.
In
this code below, it will set the ${build.required} property to false if all
files a
Title: RE: [Nant-users] Read file contents into nant property?
I had the same problem but Jarek sent me this solution. Try it out, adapt as needed. Hope this helps.
There's a trick that uses task. Taken from my build script:
property="sooda.major,sooda.minor,sooda.revision,soo
Title: Message
Ok. Sounds good. Thanks for the tip.
Evan A. Bonnett
Reynolds and Reynolds,
IT ERA Integrated
Desking Development
-Original Message-From:
Ryan Cromwell [mailto:[EMAIL PROTECTED] Sent: Thursday, April
22, 2004 12:10 PMTo: Bonnett, Evan A;
[EMAIL PROTECTED
Title: Message
Ok,
last question on versioning... I think.
Gert
and others,
You
say that when using the asminfo task, you should just use the # of days since a
certain date (I forget which date but I think it's the date VS was
released?)
Currently, I use the major.minor.build.revision
From: Ian MacLean [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 19, 2004 10:54 AM
To: Bonnett, Evan A
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] XSLT to generate build files
Evan,
depends on what you are using as a source document. You can find an xslt
stylesheet to transform vs.net vcproj
Title: XSLT to generate build files
From what I have read, this sounds like the most flexible method to auto-generate build files. Can someone explain how this works and possibly send a template file or sample?
Thanks,
Evan A. Bonnett
Reynolds and Reynolds, IT
Title: Message
While
I have not done this yet, I plan on it. Try using the task
to create an AssemblyInfo file on the fly. Then, check in the newly create
file.
Hope
that helps,
Evan A. Bonnett
Reynolds and Reynolds,
IT
-Original Message-From:
Bob Archer [mailto:[EMAIL
sorry, the beginner in me is coming out)
Evan A. Bonnett Reynolds and
Reynolds, IT
-Original Message- From:
Gert Driesen [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 20, 2004 3:21 AM
To: Bonnett, Evan A Subject: Re:
[Nant-users] Getting Code from VS
Title: Message
Does
anyone have an example of a command line arg that is passed in with the call to
nant and how to get it into a property?
Evan A. Bonnett
Reynolds and Reynolds,
IT
Title: Message
Sorry, sent this under a bad subject
line...
Does
anyone have an example of a command line arg that is passed in with the call
to nant and how to get it into a property?
Evan A. Bonnett
Reynolds and Reynolds,
IT
cool tool! Can I specify a different Target? Also, does it support VC++ projects?
--
Edwin G. Castro
Firing Systems Engineer
[EMAIL PROTECTED]
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bonnett, Evan A
Sent: Wednesday, March 31,
Title: RE: Slingshot Question
Please disregard this question. Got it figured out. I have to specify the "Release" target in the call to .
Thanks anyway...
Evan A. Bonnett
-Original Message-----
From: Bonnett, Evan A
Sent: Wednesday, March 31, 2004 12:28 PM
To: [EMAIL
Title: Slingshot Question
All,
When slingshot generates the build file, its default target is debug.
But when my debug property in the the calling build file (the file that calls slingshot) is false, it still calls the debug target. Any idea on why? Here is the target that calls slin
31, 2004
9:26 AMTo: Bonnett, Evan A; Nicklas Norling;
[EMAIL PROTECTED]Subject: RE: [Nant-users] Setting a
property to output of executable
Wow!
That's great, exactly what I needed, thanks a bunch Evan (and
Jarek)!
/Nicke
-Original Message-From: Bo
Title: Nant vs. BuildIt
All,
I have been pressured to test MS's BuildIt as our Architecture team is recommending it for all new development projects. I would like to tell you all what I've found:
1) While much of the complexity is hidden from the user, as is so common for MS products, much
Title: Message
I had
the same problem but Jarek sent me this solution. Try it out, adapt as
needed. Hope this helps.
There's a trick that uses task. Taken from my
build script:
property="sooda.major,sooda.minor,sooda.revision,sooda.build">
... do something with the properties ...
Th
ett
Reynolds and Reynolds,
IT
-Original
Message-
From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 16,
2004 3:22 PM
To: Bonnett, Evan A; 'Morris, Jason';
[EMAIL PROTECTED] Subject: Re: [Nant-users] Getting Code
from VSS via NAnt
Title: Test Cases in NAnt
All,
I have somewhat completed a build file for a portal app. It's pretty simple but here are the steps:
Update version
Label VSS
Get code by label
Compile
Package into zip for distribution
Clean target area
Install (unzip)
My question is regarding testing. Wh
Title: Message
Sorry
all, I didn't change the subject on the last email. Won't happen
again.
Evan A. Bonnett
Reynolds and Reynolds,
IT
All,
Quick question...
I am getting this exception when checking out code to label in
VSS. I have come to the conclusion that when checking o
Title: RE: [Nant-users] Properties files
All,
Quick question...
I am getting this exception when checking out code to label in VSS. I have come to the conclusion that when checking out via the , it will not overwrite and will fail if the files already exist. Is this accurate?
So, if I
Title: Message
Cool,
thanks. I am setting the version #'s to "" globally to start with.
Then, I call an exe using the task. That outputs the new
version # to a txt file. Using a , I set the
properties. Here is the code. Let me know what you think. I am
basing this off an example th
??
Evan A. Bonnett
Reynolds and Reynolds, IT
-Original Message-
From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 16, 2004 3:22 PM
To: Bonnett, Evan A; 'Morris, Jason'; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Getting Code from VSS via NAnt
There
lto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 11:44 AMTo: Bonnett, Evan
A; [EMAIL PROTECTED]Subject: RE: [Nant-users]
Getting Code from VSS via NAnt
Yes there is, but it's in the NAnt Contrib rather than the core
(more info on NAntContrib can be found at: http://
Title: Message
Hi,
I have
an executable that takes an AssemblyInfo.cs file as a command line arg and
updates the version attribute. When I call it using the task,
I see the resultant version # on the screen. In addition, I output
the version # to a file. Is there any way to get that va
:[EMAIL PROTECTED] Sent: Monday, March 15,
2004 11:44 AMTo: Bonnett, Evan A;
[EMAIL PROTECTED]Subject: RE: [Nant-users] Getting
Code from VSS via NAnt
Yes
there is, but it's in the NAnt Contrib rather than the core (more info on
NAntContrib can be found at: http://sourceforge.net/pro
Title: Message
Thanks. I'll check it out.
Evan A. Bonnett
Reynolds and Reynolds,
IT
-Original Message-From: Price,
Henry [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004
11:44 AMTo: Bonnett, Evan A;
[EMAIL PROTECTED]Subject: RE: [Nant-users] Getting
Code from VSS via
Title: Message
Hi
all,
Is
there support for VSS or do I need to call the task to run a batch
file?
Is
there a better way to get the latest from VSS? Also, which target does
this task really belong in? I have the following targets
now...
clean
- Deletes all files from the bin dire
riday, March 12, 2004 2:07 PM
To: Bonnett, Evan A; 'Gert Driesen'; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Where are command line options documented?
If you use the nightly build (recommended):
If you want to use the release build, you task is the solution.
Jarek
- O
Title: RE: [Nant-users] Where are command line options documented?
I have a build file and would like to delete a directory IF it exists and then re make it. If the dir doesn't exist, nant throws an error. Is there a way to do an existence check on the directory?
Evan A. Bonnett
Reynolds a
Title: RE: [Nant-users] Where are command line options documented?
Gary,
Try this...
http://danpupek.homeip.net/tools/nAnt-Help.pdf
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577
-Original Message-
From: Gary Feldman [mailto:[EM
AMTo: Bonnett, Evan A; NanT ForumSubject: Re:
[Nant-users] Unhandled Exception when using SLingShot
The Slingshot command line utility and task are
very much deprecated. I suggest using the task
instead.
Gert
- Original Message -
From:
Bonnett, Evan A
To
Fplain&rev=1.2
there are additional build files defined in the upper directory that
define some of the properties:
http://cvs.sourceforge.net/viewcvs.py/sharpschedule/sharpschedule/build/
Cheers,
Clayton
-Original Message-From: Bonnett, Evan
Title: Does anyone have a Web App Build File Template
Does anyone have an example of a typical build file for a web app? For example:
???Which files go in here? All aspx, ascx, incudes, images, resx? Am I missing anythin
Title: Message
Can anyone tell me why I'm getting the following
exception when it hits my references? I am using the following command
line:
C:\GenerationsSeries\EID\2.0\WEBSUPPORT>slingshot
-nant build.basedir=c:\Intepub\wwwroot\Reynolds\GenerationsSeries\DeskingPortal
-maphttp://localho
Title: Message
I am getting some errors when trying to build NAntContrib. Is this a known
issue?
I have nant set up in
C:\NAnt
I have NAntContrib in
C:\NAntContrib
I followed the instructions in the
readme.txt file but got this... (only included the failure. There were
many successf
Title: General Nant Question
All,
I'm checking Nant out and am considering employing it for my application. First, a little bit about my app...
The main app is a WinForms app. There are 2 web services and a portal app as well. All in all, there are 7 solutions containing somewhere aroun
Title: RE: [Nant-users] Can't build Nant
Getting the following error...
Anyone know why?
self-test:
[attrib] Setting file attributes for 1 files to Normal.
[xmlpoke] Found '1' nodes matching XPath _expression_ '//configuration/nant/frameworks/[EMAIL PROTECTED]'win32']/@default'
ently nightly build (http://nant.sourceforge.net/nightly/builds).
Hope this helps,
Gert
- Original Message -----
From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 10:23 PM
Subject: RE: [Nant-users] Can't build Nant
Title: Message
Disregard this all. Sorry, don't know how
this got thru. Changing the attribute worked.
Evan A. Bonnett
Reynolds and Reynolds,
IT ERA Integrated
Desking Development 937-485-8577 58577
-Original Message-From: Bonnett, Evan A
Sent: Thursday, Februa
: Bonnett, Evan A; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Nant Help for a Newbie?
1. http://nant.sourceforge.net/help/introduction/fog41.html
This contains instructions for downloading NAnt.
2. http://nant.sourceforge.net/help/fundamentals/index.html
This document explains main
Title: Nant Help for a Newbie?
Looks like people aren't to hot to help a new guy? Posted a couple messages requesting help but have received no answers. I read through some documentation but it wasn't intuitive enough to teach me how to use Nant. I'm very interested in learning this tool bu
Title: Message
Sorry,
here is a proper subject line.
Thanks,
Evan A.
Bonnett
Reynolds & Reynolds, IT
Hi all,
I'm new to Nant and don't know a thing about it. Never
used Ant either.
I have a build process that uses DOS batch files. It's
UGLY and very spaghetti-like.
I woul
Title: RE: [Nant-users] bug in Element.cs?
Hi all,
I'm new to Nant and don't know a thing about it. Never used Ant either.
I have a build process that uses DOS batch files. It's UGLY and very spaghetti-like.
I would like to look into using Nant but cannot find documentation that clearl
I'm trying to build nant but this project is
failing. Can anyone lend a hand here?
Thanks,
[nant] tests/NAnt.VisualCpp/NAnt.VisualCpp.build test
Buildfile:
file:///C:/nant/tests/NAnt.VisualCpp/NAnt.VisualCpp.build
build:
70 matches
Mail list logo