Re: [NAnt-users] Looking for a web interface for build runs

2011-07-12 Thread Martin Gainty
-antrun-plugin http://maven.apache.org/plugins/maven-antrun-plugin/ and also supports exec thru the maven-exec-plugin http://mojo.codehaus.org/exec-maven-plugin/ HTH, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Martin Gainty
any attribute on (including the readonly attribute) except for archive attribute on then you found a bug Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-23 Thread Martin Gainty
I would look at user permissions Determine the owner of C:\WINDOWS\Microsoft.NET\Framework\v4.0\mscorlib.dll Uninstall .NET Framework Login as the user/owner of mscorlib.dll Install .NET Framework retry the testcase Mit freundlichen GruBen Martin Gainty

Re: [NAnt-users] Thoughts on moving NAnt to git

2010-10-18 Thread Martin Gainty
SourceSafe? Martin If it isn't broke you're not trying hard enough - Red Green __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bi

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-17 Thread Martin Gainty
the owner of the library is not allowing access to that library by nant.exe determine the owner of mscorlib.dll login to the OS using the mscorlib.dll owners credentials reinstall NANT (specifically nant.exe) using the owners credentials re-run the app *gruss* Martin

Re: [NAnt-users] how to access environment variable in NAnt

2010-07-22 Thread Martin Gainty
Application's webapp configuration and is valid for entire webapp System wide: Variable is available for all webapps within webserver Environment: as stated does Nant (or more specifically MS) support scope attribute for variables? Cheers, M

Re: [NAnt-users] installer name

2010-07-08 Thread Bill Martin
As you are in xml, you will need to escape the quotes = try using " e.g. mailto:subrat.w...@gmail.com] Sent: 07 July 2010 16:09 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] installer name Is it possible to have a space in an installer name? like 'Nant Test'. well i am gettin

Re: [NAnt-users] NAntScript

2010-06-25 Thread Martin Gainty
,security and database work to be done in C# i'm stuck because i cannot locate an operational Mono installation anywhere does someone have a connection to novell so i can at least get the mono piece working? Vielen Danke! Martin __ Verzich

Re: [NAnt-users] NAntScript

2010-06-11 Thread Martin Gainty
accordingly the next NANT distro should include *all* of the (version-specific) binaries including cl,link and make and yes cs.exe as well.. sidenote: mono is a bit of a mess right now as none of the cygwin make scripts produce anything meaningful.. was sie denken? Martin

Re: [NAnt-users] Announcing NAnt 0.90

2010-05-09 Thread Martin Gainty
looking for a mono version that either contains (or builds) csc and gacutil for cygwin ping back if anyone knows where i can find csc and facutil utilities for cygwin thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-21 Thread Martin Gainty
ld environments work for mono or nant would be gratefully received thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, s

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Martin Gainty
will do gert..could you provide a link where i can submit this bug? bedankt, Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva

Re: [NAnt-users] Announcing NAnt 0.90-beta1

2010-04-17 Thread Martin Gainty
/NAnt.exe.config mcs -target:exe -define:MONO -out:bootstrap\\NAnt.exe -r:bootstrap\\log4net.dll \ -recurse:src\\NAnt.Console\\*.cs src\\CommonAssemblyInfo.cs /bin/sh: mcs: command not found ? Thanks! Martin Gainty __ Note de déni et de

Re: [NAnt-users] What are the plans for nant

2010-03-24 Thread Martin Gainty
i wished there was a *more* seamless way to integrate the updated ANT/MAVEN jars into nant repoint my CLASSPATH to ANT libraries and acquire all the ANT and maven tasks and targets Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht

Re: [NAnt-users] External Program Failed: C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe (return code was 1)

2010-03-08 Thread Martin Gainty
Hi Matt does include-ing the dll reference enable csc to operate effectively (with the referenced dll)?? or is csc still crippled by the fact that csc ONLY sees entities loaded in the gac? many thanks for the tip! Martin Gainty __ please do not

Re: [NAnt-users] using foreach to loop through strings

2009-10-20 Thread Bill Martin
Beth, To iterate a FileSet, I think you will need to set the item in the task to File rather than String e.g. Etc. Also. if you want to check if the FileSet contains files, you can use the fileset::to-string in NAntContrib. E.g. wil

[NAnt-users] status on VB

2009-10-09 Thread Martin Gainty
All whats the status on VB ..i heard VB is not supported by MS and is no longer on the MS product line? thanks, Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az

Re: [NAnt-users] Does a file matching a pattern exist...

2009-07-24 Thread Bill Martin
You could use a fileset and then use the fileset::has-files(http://nantcontrib.sourceforge.net/release/latest/help/fu nctions/fileset.has-files.html ) function in NAntContrib. HTH, Bill _ From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: 24 July 2009 17:20 To: nant-users@lists.

Re: [NAnt-users] newline in echo

2009-07-09 Thread Bill Martin
I can see both sides of the argument - as an alternative, could you not put it in the NAnt.exe.config as an app setting? Maybe something like "nant.echo.appendnewline" This would allow the end user to chose the behaviour required, and avoid possibility of having to add a skipNewline attribute

Re: [NAnt-users] bug in move task?

2009-04-27 Thread Martin Gainty
(the file is new so the date/time stamp will be new) Does that conform to your understanding gert? http://www.nabble.com/possible-delete-bug---td8738950.html Martin __ Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et

Re: [NAnt-users] NTFS notification functionality..

2009-04-20 Thread Martin Gainty
this is exactly what I was looking for Thanks Jacob! Martin __ Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité This message is confidential. If you should not be the intended receiver, then

[NAnt-users] NTFS notification functionality..

2009-04-20 Thread Martin Gainty
. Inotify is a file change - notification system and a replacement for dnotify. Inotify fixes - numerous shortcomings in dnotify and introduces several new features - including multiple file events, one-shot support, and unmount notification. Saludos Cordiales desde EEU

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-30 Thread Bill Martin
Unfortunately, I'm not back in work until Monday, and I haven't got the source to the msi script at home, but I'm pretty sure the only thing it configures on the client machine it to put the NAnt\bin folder in the path. Do you have this? I'll double check when I get in on Monday. Cheers, B

Re: [NAnt-users] Why NAnt over VS Studio builds?

2008-09-07 Thread Martin Gainty
build environment using? *the same argument applies to those who are diehard eclipse or netbeans IDE afficionados with Maven/Ant* Saludos Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the

Re: [NAnt-users] Equivalent of c# compiler /pdb option in csc task

2008-06-09 Thread Martin
Hi Henry Its a option of the microsoft link command http://msdn.microsoft.com/en-us/library/y0zzbyt4(VS.80).aspx which can be invoked with the exec tag http://nant.sourceforge.net/release/latest/help/tasks/exec.html HTH Martin-- - Original Message - From: Henry To: nant

Re: [NAnt-users] Copy command not working

2008-04-11 Thread Bill Martin
Check out the fileset functions in NantContrib (http://nantcontrib.sourceforge.net/release/latest/help/functions/index.html ) There's a couple of functions there that will tell you the number of files in a fileset, and also convert it to a delimited string so you can see what files are in there

Re: [NAnt-users] Command line properties - Can you explain this message?

2008-03-03 Thread Martin Gainty
Hi Ken- 1) you'll need to set overwrite attribute to true e.g. 2)The user MUST HAVE write privileges to the folder in which he is writing so user fu can overwrite bar.txt chown fu bar.txt HTH Martin- - Original Message - From: Ken Parrish To: nant-users@lists.sourceforg

Re: [NAnt-users] Exec task streaming standard out

2008-02-18 Thread Martin Gainty
Hi jeff- I *believe* Nant.exe.config has the log4net threshold parameters e.g. HTH M- - Original Message - From: Jeff Richter To: nant-users@lists.sourceforge.net Sent: Monday, February 18, 2008 1:58 PM Sub

Re: [NAnt-users] Adding Reference to Crystal DLL's

2007-10-18 Thread Bill Martin
I assume this is just for example and you are really using the element in the task? Have you tried running NAnt with the -verbose and/or -debug switches to see what it really resolves the references to? There's also a function in NAnt contrib. That will convert a fileset to a string for printin

Re: [NAnt-users] Sandcastle task update

2007-07-15 Thread Bill Martin
DOH! Too big with the attachment. You can get the zip file here instead: http://www.bills-web.pwp.blueyonder.co.uk/NAnt/ _ From: Bill Martin [mailto:[EMAIL PROTECTED] Sent: 15 July 2007 21:04 To: 'nant-users@lists.sourceforge.net' Subject: Sandcastle task update Ha

Re: [NAnt-users] Solution task and non dot.net code

2007-04-04 Thread Martin Gainty
Greetings All - dumb question but I have to ask does the Nant exec have spawn="true" capability and under which circumstances should it be used? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is

Re: [NAnt-users] and

2007-01-21 Thread Bill Martin
Hi Mark, I've never used SVN myself, but have you tried the task in NAnt-contrib? Might be easier that . http://nantcontrib.sourceforge.net/release/latest/help/tasks/svn-update.html HTH, Bill _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mod

Re: [NAnt-users] Hello I have a quesiton about compiling VCPROJECT

2006-10-16 Thread Martin Gainty
Kumar-   What are you starting with?makefile?sln?dsp?nothing?   M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you ha

Re: [NAnt-users] Shared Components

2006-09-12 Thread Bill Martin
Eric, It depends how you compile your apps. The way I have done this (and I'm not saying it's the best!) is I use the / tasks rather than the task, and every project has its own .build file to build it. I then have a controlling script and a properties file, and the properties file contains a b

Re: [NAnt-users] Can't use pipe (|) within exec

2006-07-20 Thread Martin Gainty
Put all of the commands in a some semblance of a shell script file (.bat) call cmd.exe and pass the command line parameter of shell script M- *This email message and any files transmitted with it contain confidentialinforma

Re: [NAnt-users] Function call failed (IMHO bug)

2006-07-05 Thread Martin Gainty
Hello All/Guten Tag- Is there a way to rexec a task on a remote box using Nant? Thanks/Vielen Danke, Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person

Re: [NAnt-users] Nant newby question...

2006-06-11 Thread Bill Martin
Hi Robert.   NAnt handles this slightly differently to Ant.  With Nant, you use the task which is basically the same as in Ant to include another build file.  This can contain properties, scripts, targets etc.  Basically, you need to set up a .build file with all your properties in, def

Re: [NAnt-users] Building Web Sites

2006-05-28 Thread Martin Gainty
Been at least 2 years since i've done anything with .NET but I know you have to download the framework before you attempt to implement anything specific with .NET Anyone else have a solution for this? Martin- This email message and any files transmitted with it contain confide

RE: [NAnt-users] task: How to remove an existing installation before installing a new version?

2006-05-04 Thread Martin Thornalley
this is possible through the MSI task.  See the MSDN page below for more information about the action. http://msdn.microsoft.com/library/default.asp?url="">   Martin. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Schroedter Sent: 04 May 2006 03:29 T

RE: [NAnt-users] Error when trying to compare equality of string

2006-05-01 Thread Bill Martin
Chris,   Try this syntax:     Cheers,   Bill     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Holt Sent: 01 May 2006 20:00 To: nant-users

RE: [NAnt-users] Incorporating NAntContrib into NAnt

2006-03-15 Thread Bill Martin
Title: Incorporating NAntContrib into NAnt Christina,   There are two ways to accomplish this.  The “easy” way is to copy the content of the NAntContrib bin folder into the NAnt bin folder, however this is not the recommended way.   The recommended way is to install NAntContrib to a sep

RE: [NAnt-users] Testing if a value is an Int

2006-02-07 Thread Bill Martin
Title: Testing if a value is an Int You could use a custom function in VB (‘cause IsNumeric is more tricky in C#!).  Try something like:      


Re: [NAnt-users] Newer versions of XSL transform in

Good Evening You could define the ENTITY definition yourself ? e.g. Anyone else? Martin- - Original Message - From: "Terry Westley" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 27, 2005 6:06 PM Subject: [NAnt-users] Newer versions of XSL transform in

RE: [NAnt-users] Mail-Task

Haven't tried it myself, but can you specify it on the IP address/url? E.g. Myserver.local:587 HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Henning Eiben Sent: 19 December 2005 13:34 To: nant-users@lists.sourceforge.net Subject: [NAnt-users

Re: [Nant-users] WebMap Solution Build Error

Hi Chris whats the error?Martin - Original Message - From: Chris Taylor To: Martin Gainty Cc: nant-users@lists.sourceforge.net Sent: Friday, December 09, 2005 1:32 PM Subject: Re: [Nant-users] WebMap Solution Build Error Hey Martin,   tried this

Re: [Nant-users] WebMap Solution Build Error

Chris- Your solution cant locate CampaignManagement so you will have to specify it thru webmap e.g.     HTH Martin - Original Message - From: Chris Taylor To: nant-users@lists.sourceforge.net Sent: Friday, December 02, 2005 1:58 PM Subject: [Nant

RE: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

Gary is right here. You don't "get" files from ClearCase as you would with SourceSafe or PVCS. Instead they are managed through Views. If you use the UCM model, then the content of the view is managed by the delivery model between streams, if you don't, then the view content is managed by the Co

[Nant-users] Re: [Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant pro ject build file re building each inner proj

Bill/Matt   I think this November 14 message would have arrived quicker if you sent by regular posted mailPersonally I come from the J2EE ANT world where I have a tendency to think conventional ANT before N-ANT Thanks for the uptodate Happy Thanksgiving to All Martin Gainty- Original

[Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re buildin g each inner project

Matt-Bill suggested using the taskI suggested to conditionally compile based on the filedate of outputYou mentioned £100 Who gets a free trip to the local grocer??Cheers from across the pond,Martin- - Original Message - From: Matt Adamson To: nant-users

[Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re buildin g each inner project

Good Morning MattThis will execute the tasks in the target ONLY IF the library out.dll is older than 24 hours  if="${datetime::now() - file::get-last-write-time('out.dll')) > timespan::from-hours(24)}">...Cheers from across the pond,Martin Gainty   (001)

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

is up-to-date but is not. Again just speculating here... Maybe Gert or Martin can throw more light on this.After the IDE Build, I closed the IDE and again ran a force-build, this time the first error went off but The regasm error persisted (2nd Log File)..External Program Failed: C:\WINDOWS\Mic

[Nant-users] Problem with lc.exe task ignors output parameter

uto\Code.Net\TraPricingDatesCalendar\bin\TraPricingDatesCalendar.dll'.      [copy] Copying 1 file to 'C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp'. [copy] Copying 'C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\lc.exe' to 'C

RE: [Nant-users] Getting properties from an INI

by the line correctly split on the '=' character. I still think therefore you may be better to copy the file through a filter chain and remove the section definitions and just leave the name/value pairs. HTH, Bill -Original Message- From: Joel Gwynn [mailto:[EMAIL PROTECTED] Se

RE: [Nant-users] Getting properties from an INI

Joel, You may be able to do this with the task. You could use something like: Not sure how easily you could cope with the blank sections though. You may need to use a filter chain first to delete the section markers. HTH, Bill -Original Message- From: [EMAIL PROTECTED]

Re: [Nant-users] Executing oracle scripts through NANT

Martin- - Original Message - From: Shelly Midha To: nant-users@lists.sourceforge.net Sent: Monday, November 07, 2005 2:00 AM Subject: [Nant-users] Executing oracle scripts through NANT   I want to execute oracle db scripts for

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

is up-to-date but is not. Again just speculating here... Maybe Gert or Martin can throw more light on this.After the IDE Build, I closed the IDE and again ran a force-build, this time the first error went off but The regasm error persisted (2nd Log File)..External Program Failed: C:\WINDOWS\Mic

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

ed at http://nant.sourceforge.net/nightly/latest HTH/Bedankt, Martin- - Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: Sent: Friday, November 04, 2005 11:23 AM Subject: [Nant-users] compiling nant with .net 2.0 sdk... Hello, I've installed the .net 2

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

Works Great without any errors I would suggest replacing RC3 with this build Good work! Bedankt, Martin- - Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>; Sent: Sunday, October 30, 2005 3

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

etTasks.strings.en.res ources /out:Nant.DotNetTasks.dll Microsoft (R) Assembly Linker version 8.00.40607.16 for Microsoft (R) Windows (R) .NET Framework version 2.0.40607 Copyright (C) Microsoft Corporation 2001-2003. All rights reserved. Advice ? Martin- - Original Message - From: "

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>; "'Pillai, Gishu R (GE Energy)'" <[EMAIL PROTECTED]>; Sent: Frid

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

()   at NAnt.Core.Project.Run()       Please send bug report to nant-developers@lists.sourceforge.net. Im going to try again tommorrow as soon as I get a better handle on the situationAny suggestions Gert ?Vielen Danke,Martin - Original Message - From: Pillai, Gishu

Re: [Nant-users] string::trim

able' which was introduced into the ant-contrib some years ago Good Luck Martin- - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "Nant Users" Sent: Thursday, October 27, 2005 4:21 PM Subject: [Nant-users] string::trim I'm trying to r

Re: [Nant-users] Xpath guru needed...

Title: Xpath guru needed... RebeccaYou need to ensure your XML nodes are well formed so replace your Product node text     Version="3.0.0.100" Manufacturer="Corporation"> with    Version="3.0.0.100" Manufacturer="Corporation"/> HTH,M

Re: [Nant-users] Xpath guru needed...

.altova.com/download_spy_enterprise.html Hope this works for you, Martin - Etats Unis - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "Kedziora, Rebecca" <[EMAIL PROTECTED]>; Sent: Thursday, October 20, 2005 4:03 PM Subject: Re: [Nant-

Re: [Nant-users] Solution Dependencies

Mr Anderson (I always wanted to say that!) Specifically how are your targets built that is differently ordered from the IDE ??? Martin- - Original Message - From: "Anderson, Kelly" <[EMAIL PROTECTED]> To: Sent: Monday, October 17, 2005 9:46 PM Subject: [Nant

Re: [Nant-users] List of XML Node Subnodes

FrankTake a look at the use of this example Nane xmlpoke which references xmlpoke to parse Nant variables (in this case attribute value)there exists a 2nd script target (coded as CDATA) which references the contents of the xmlpoke, tests the individual values and acts upon the nodes http://w

Re: [Nant-users] How to manage asynchronous tasks

ing a synchronous task for those who have used ant tasks with the fork="true" option..this feature has not been implemented in Nant to date Anyone else ? Martin- - Original Message - From: "Brass Tilde" <[EMAIL PROTECTED]> To: "Ian MacLean" <[EMAI

Re: [Nant-users] TLB (Type Libaries) not being generated via the Nant build file - solution task

/articles/362.aspxViel Gluck,Martin- - Original Message - From: Pillai, Gishu R (GE Energy) To: nant-users@lists.sourceforge.net Sent: Wednesday, October 05, 2005 8:57 AM Subject: [Nant-users] TLB (Type Libaries) not being generated via the Nant build file - solution

RE: [Nant-users] Solution task and VSSGET

Title: Message Hi Russell,   Whilst I can see what you are saying, I don't really think this is NAnt's fault.  Really, you shouldn't have anything in your current view of your archive that isn't part of the current solution.. The problem is that VSS doesn't version folders.  You could switc

Re: [Nant-users] No more development?

Good Morning Rob- builds take place when there are new features to add So which features do you want to add??? Martin- - Original Message - From: "Robert Schneider" <[EMAIL PROTECTED]> To: Sent: Monday, September 26, 2005 8:17 AM Subject: [Nant-users] No more develop

RE: [Nant-users] Mass XML Updates

Lay - z? I'm sorry but I am Not familiar with that Technology! *It Must be classified* Good Luck, Martin Gainty (mobile) 617-852-7822 (http)www.laconiadatasystems.com Yeah, I know how to code it. I was just wondering if anyone has already attacked the problem so I wouldn't have to

RE: [Nant-users] Mass XML Updates

Good Morning Michael I would look at XMLDOcument and XMLTextReader facilities available with .NET classes at http://support.microsoft.com/default.aspx?scid=kb;en-us;317662 HTH, Martin Gainty (mobile) 617-852-7822 I have a number of XML files which need to be updated for my

RE: [Nant-users] Configuration Management

Kelly, I don't know what your build structure is, but I have certainly come across similar problems in the past. One of teh reasons for switching to NAnt originally was the problem with VS using hint paths and if it couldn't find a referenced assembly, it goes and looks for something similar. My

RE: [Nant-users] Build target from command line without dependenc ies

Absolutely Jonathan Nant/ant has Dependency checking, the ability to scope properties, the ability exec mail for build results From my perspective Nant/aNT are far more powerful than anything Ive seen with make (but then again I havent used the later versions) With Warm Regards Martin

Re: [Nant-users] Build target from command line without dependencies

Good Morning/Bonjour   I would like to ask Gary if there any version of make has capability to handle building a solution such as the Nant Task solution keeping in mind that the solution task handles all permutations of environment development, uat, qa, release as well asthe ability for solu

Re: [Nant-users] BUILD FAILED::Could not find a '*.build' file in 'C:\Program Files\NAnt\bin'

First put Nant folder (C:\PROGRA~1\NANT) on your path You have to create a Nant buildfile proferrably with a name such as ProjectName.build and run Nant against that script e.g. Nant ProjectName.build M- - Original Message - From: "Amit Mohanty" <[EMAIL PROTECTED]> To: Sent: Saturday,

Re: [Nant-users] "if" attribute on mkdir ignored

It would be *helpful* if the expression evaluator actually paid attention to parenthesis to force expression evaluation Martin- - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, August 23, 2005 10:06 AM Subject: RE: [Nant-users] "if" attribute on mkd

RE: [Nant-users] Query process

Here’s a short script I’ve written to query if a process called ‘Flash’ is running.  It’s very complex but just for completeness I thought I’d post it back.   Martin.         </span></font></p> <p class=MsoNormal><font size=2 color=navy face=Arial><s

[Nant-users] Write to registry

I need to write to a registry key during my NAnt build because a bug in an application that is used within my build script.  I see there is a readregistry task but not an equivalent writeregistry task.  Does this mean I need to write it or is there another way?   Thanks, Martin

[Nant-users] Query process

Is there a way with either a NAnt task or a NAntContrib task to query if a particular process is running?   Thanks, Martin

Re: [Nant-users] link error -- cannot open user32.lib

find where user32.lib is located and stick it in the front part of the LIB environment variable - Original Message - From: "Jill Bryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, July 25, 2005 9:20 AM Subject: RE: [Nant-users] link error -- cannot open user32.lib I a

RE: [Nant-users] vb.net xml documentation

Have a look on the Sourceforge site for a tool called vb.doc   This does the extract of comments from VB code, either through a GUI, command line or through its own NAnt task.  You can then use the NDoc task on the resulting xml and compiled assemblies.   You may have to edit the tool or yo

RE: [Nant-users] csc Task Strategies

Title: csc Task Strategies There are ways to simplify your problem, depending on your circumstances.  I am assuming that your assemblies are strong named, so you need to reference the specific version?  Does the whole system always reference a single version of a particular assembly or could

RE: [Nant-users] targetting specific frameworks

Simon, If you want to be absolutly certain, then once you have compiled the assembly, open in ILDASM and inspect the manifest. Look for the reference to System.dll and check the version. The version 1.0 reference will look something like: .assembly extern System { .publickeytoken = (B7 7A 5C

RE: [Nant-users] environment::get-variable usage

You need single quotes round the variable name, otherwise NAnt will try to evaluate it as a property:       I'm pretty sure that the environment variable lookup is not case sensitive so 'BUILD' and 'build' should both work.   HTH,   Bill   -Original Message-From: [EMAIL PROTECT

RE: [Nant-users] Why use Nant?

I have had similar discusions in the past. There are lots of reasons for using NAnt, but in my view, two of the key ones are: 1) Building with VS is unreliable as it used hint paths in the proj files to resolve references. If it can't find an assembly where it thinks it should be, then rather th

RE: [Nant-users] Load tasks acting weird - part 2

Just a thought, but have you tried / instead of \ ? I always use / as it is unambiguous, whereas \ can be treated as an escape character and on occasions, cause problems. Cheers, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Malcolm Anderson Sent:

[Nant-users] Subscribe

Subscribe please - Original Message - From: Jean-Michel Theriault To: nant-users@lists.sourceforge.net Cc: Gert Driesen Sent: Monday, July 05, 2004 3:57 PM Subject: [Nant-users] (no subject) Hi Gert,   I got the latest nightly build, and here’s

[Nant-users] Documenter problem.

Hi, I'm setting up a build script to build a C# aplication and the associated documentation. I'm trying to sue the MSDN 2003 documenter, but have a bit of a weird problem. I an setting the target-framework to net-1.1, and it seemd to be compiling with the 1.1 compiler, but when it comes to compi

Re: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

ant-contib http://ant-contrib.sourceforge.net/tasks/variable_task.html hth, -Martin - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Ian MacLean" <[EMAIL PROTECTED]>; <[EMAIL PRO

Re: [Nant-users] Task for creating a Windows share?

sharename [/USERS:number | /UNLIMITED]    [/REMARK:"text"]    [/CACHE:Manual | Automatic | No ]  {sharename | devicename | drive:path} /DELETEHTH, Martin - Original Message - From: Johnson, Russell D. To: '[EMAIL PROTECTED]'

Re: [Nant-users] Correct way to rename a file.

Title: Correct way to rename a file. a move will move a set of files regardless of file date-time a rename renames a file and keeps the files attributes permissions, date-time create etc.. when you want is to copy a file ONLY if the target is older use replace-Martin - Original

RE: [Nant-users] -D:param Missing a value

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) 61

RE: [Nant-users] AXIMP task: how to handle spaces in a path?

Also because of 8.3 limitation I generally abbreviate the Folder and Filenames to match the 8.3 spec so C:\Program Files becomes C:\PROGRA~1 HTH, Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasystems.com From: "Noel Gifford" <[EMAIL PROTECTED]>

Re: [Nant-users] csc vs. solution

csc would provide you finer grain control over compiles - Original Message - From: Castro, Edwin Gabriel (Firing Systems Engr.) To: [EMAIL PROTECTED] Sent: Monday, July 12, 2004 3:29 PM Subject: RE: [Nant-users] csc vs. solution What if you are a using Nan

[Nant-users] Problem with Dll-Dependencies

lib tags but don’t get it to work – any help?   Thanks – and sorry – I just started with Nant today – because VS-Compilation sucks.   By the way – I already tried an tlbimp-task – but Nant can’t execute it.   Thanks   Martin

Re: [Nant-users] Reading XML file and replacing text

Much easier to write with CSharp using XML Serialization and DeSerialization take a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemXmlSerialization.asp -martin - Original Message - From: "Hamza Zeen-Aldin" <[EMAIL PROTECTED]

Re: [Nant-users] NAnt, VC++.Net, standard/additional include directories, and quotes

.. X:\Program Files\Microsoft Visual Studio .NET 2003 becomes X:\PROGRA~1\MICROS~3.NET Does this help??? Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 14, 2004 6:15 AM Subject: [Nant-users] NAnt, VC++.Net, standard/additi

Re: [Nant-users] Using our own test framework

,Martin - Original Message - From: Doug Wallace To: Martin Gainty Sent: Thursday, June 17, 2004 8:53 AM Subject: RE: [Nant-users] Using our own test framework We have writen Unit Tests in C# and they are run using an ASPX. We are thinking of Having NANT call an

Re: [Nant-users] task - tlbimp.exe - Fatal error - CLR error: 8007000b The program will terminate

/frlrfsystembadimageformatexceptionclasstopic.asp HTH, Martin - Original Message - From: "SHYAM VANKA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 15, 2004 2:18 PM Subject: [Nant-users] task - tlbimp.exe - Fatal error - CLR error: 8007000b The program will terminate > NAnt 0.84 (Build 0

  1   2   >