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
you'll need to set a min of 2 environment variables: GIT_DIR to location of repository GIT_WORK_TREE to current source folder in order to determine what to backup you'll need to reference $GIT_DIR/index Ryan are there any advantages over Clearcase, Perforce, svn or SourceSafe? Mar

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
Good Afternoon Apache Ant implments a scope attribute to identify the variable duration. For Example: Request: Variable is valid for only the request that browser sends to server Page: Variable is valid when used only within the confines of the web page Application: Variable is set thru Appl

Re: [NAnt-users] NAntScript

2010-06-25 Thread Martin Gainty
users] NAntScript Date: Fri, 25 Jun 2010 15:51:02 +0100 You mean this? http://code.google.com/p/nantscript/ From: Martin Gainty Sent: Friday, June 11, 2010 9:43 PM To: cont...@roessler-wolfgang.de ; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NAntScript i liked it too l

Re: [NAnt-users] NAntScript

2010-06-11 Thread Martin Gainty
i liked it too lately Nant makefiles have introduced hard dependencies on version specific .NET Framework binaries dependencies on cl.exe, link.exe,make.exe and rcs.exe i can understand but mcs.exe and cs.exe seem unnecessary especially when mcs and cs binaries are version specific acco

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
> Gert > > -Original Message- > From: Ryan Boggs [mailto:rmbo...@gmail.com] > Sent: zondag 18 april 2010 3:27 > To: Martin Gainty > Cc: nant-develop...@lists.sourceforge.net; > nant-annou...@lists.sourceforge.net; nant-users@lists.sourceforge.net > Subject: Re: [

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

[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] bug in move task?

2009-04-27 Thread Martin Gainty
the delete item was discussed in Ant users ..more specifically files were deleted (without checking UAC perms)-bug files were deleted without respecting attributes of the file- bug move implies retain same attributes (in other words file carries original date/time) copy implies new date/time (the

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

2009-04-20 Thread Martin Gainty
what you are looking for. -Jacob Martin Gainty wrote: Good Morning All this popped up on another list and since its related I wanted to try to get a handle on how DotNet (or more specifically NTFS) handles file update notification..in other words what capabilities does DotNet hav

[NAnt-users] NTFS notification functionality..

2009-04-20 Thread Martin Gainty
st interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité

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

2008-09-07 Thread Martin Gainty
from my perspective Nant is a way to implement a build system without the interference of an IDE which specific configuration files does the build use? are there specific binaries the build requires? which components and which version of components does the build require? which targets is the bu

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.sourceforge.net

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] 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] 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] 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(s

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 confidential information

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

2005-12-27 Thread Martin Gainty
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] WebMap Solution Build Error

2005-12-09 Thread Martin Gainty
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

2005-12-02 Thread Martin Gainty
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-use

[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

2005-11-24 Thread Martin Gainty
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

2005-11-16 Thread Martin Gainty
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@lists.sourceforge

[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

2005-11-14 Thread Martin Gainty
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] Executing oracle scripts through NANT

2005-11-07 Thread Martin Gainty
You can use the sql task from nant-contrib for your sql statements http://nantcontrib.sourceforge.net/release/0.85-rc1/help/tasks/sql.html Provided you have the oledb provider for Oracle which is located here http://www.oracle.com/technology/sample_code/tech/windows/ole_db/oledb8/index.html Ma

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

2005-11-04 Thread Martin Gainty
Good Afternoon John 0.85RC3 was toast ..I spent all day saturday trying to get this build to build using the Full debug for nmake nmake -d -p -f Makefile.nmake install prefix="c:\Program Files" But all my problems were solved when Gert put up a new build last sunday which is located at http://n

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

2005-10-30 Thread Martin Gainty
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

2005-10-30 Thread Martin Gainty
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

2005-10-29 Thread Martin Gainty
- 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

2005-10-28 Thread Martin Gainty
re probably using a component that is not registered or licensed or might be targetting the wrong version of frameworkTurn on all your debug logging and send us the entire script as well as logs so we can see what exactly is going on Viel Gluck!Martin Gainty das Amerika

Re: [Nant-users] string::trim

2005-10-27 Thread Martin Gainty
Eric- property is immutable by definition so you cannot 'reset' it as you are attempting to do here 2 choices: 1)set another property (property with another name) to whitespace stripped variable 2)suggest to gert driesen the ability to capture information in a mutable 'variable' which was intr

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

2005-10-20 Thread Martin Gainty
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,Martin- - Original Message - From: Ke

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

2005-10-20 Thread Martin Gainty
http://schemas.microsoft.com/wix/2003/01/wi";> Note the end tag /> at the end of the If you want a way to catch malformed XML errors just open the xml document in your IDE OR Open your XML document with XML Parser such as XMLSpy available at the Altova XMLSpy site http://www.altova.com/dow

Re: [Nant-users] Solution Dependencies

2005-10-17 Thread Martin Gainty
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-users] Solution Dependenci

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

2005-10-10 Thread Martin Gainty
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

2005-10-06 Thread Martin Gainty
Gentlemen I havent fully investigated the situation but from my understanding Unless you are willing to Create a win32 binary which implements CreateProcess (where you can control Task priority) and then have Nant implement the exec task on the Win32 binary you would be essentially exec'ing a syn

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

2005-10-05 Thread Martin Gainty
Looks like you will have to create a Runtime Callable Wrapper (RCW) for your .NET TaskIf your doing straight COM then you will have to import the metadata (via tlbimp.exe)Take a hard look at this article which details using COM objects in a .NET environment http://samgentile.com/blog/articles

Re: [Nant-users] No more development?

2005-09-26 Thread Martin Gainty
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 development? I'm just

RE: [Nant-users] Mass XML Updates

2005-09-23 Thread Martin Gainty
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

2005-09-23 Thread Martin Gainty
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] Build target from command line without dependenc ies

2005-09-22 Thread Martin Gainty
Gainty Boston Ma (mobile) 617-852-7822 From: "Evans, Jonathan (2)" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>,"Thibaut Barrère" <[EMAIL PROTECTED]>,"Gary Feldman" <[EMAIL PROTECTED]> CC: nant-users@list

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

2005-09-22 Thread Martin Gainty
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'

2005-08-27 Thread Martin Gainty
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

2005-08-23 Thread Martin Gainty
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 mkdir ignored The ord

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

2005-07-25 Thread Martin Gainty
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

[Nant-users] Subscribe

2005-05-19 Thread Martin Gainty
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

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

2004-08-21 Thread Martin Gainty
If you read Steve Loughran Ant in Anger column http://ant.apache.org/ant_in_anger.html you will see the same property e.g. ${build.dir} is contextually sensitive to its target e.g. release,dev,uat etc Personally I like immutable 'variable' which is now available from latest relesase of ant-contib h

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

2004-08-15 Thread Martin Gainty
Title: Task for creating a Windows share? exec cmd.exe with argumentsNET SHARE sharename  sharename=drive:path [/USERS:number | /UNLIMITED]   [/REMARK:"text"]   [/CACHE:Manual | Automatic | No ]  sharename [/USERS:num

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

2004-08-15 Thread Martin Gainty
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 Message

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

2004-07-23 Thread Martin Gainty
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?

2004-07-22 Thread Martin Gainty
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

2004-07-12 Thread Martin Gainty
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

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

2004-07-08 Thread Martin Gainty
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]> To: <[EMAIL PROT

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

2004-06-17 Thread Martin Gainty
Thibaut use command line to go to root directory root do a dir /AD /X and use the the shortened (8 character) folder name in your include e.g. 06/13/2004 05:26pPROGRA~1Program Files 03/22/2004 11:16aMICROS~3.NETMicrosoft Visual Studio .NET 2003 so.. X

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

2004-06-17 Thread Martin Gainty
,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

2004-06-17 Thread Martin Gainty
HRESULT COR_E_BADIMAGEFORMAT, which has the value 0x8007000B so if you Rebuild your DLLs and point your reference to them you should be good to go- Here is the relevant text. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystembadimageformatexceptionclasstopic.asp

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

2004-06-17 Thread Martin Gainty
Good Morning Doug:Since this is a NANT discussion list I'm assuming you are speaking of a NANT Script?I assume you are speaking of NUnit.Framework or do you have your own Framework? Kindly explain the framework you are using.Many Thanks,Martin-.NET Consultant-Boston MA USA 617-852-7822

Re: [Nant-users] Visual Studio .Net caching assemblies

2004-06-17 Thread Martin Gainty
Title: Visual Studio .Net caching assemblies Tom-Ah yes the DLL inferno we all experience-It seems you are using the default XCOPY behavior for deploying .NET assembliesUnfortunately .NET XCOPY Deployment will NOT handle these scenarios Automated deployment of COM components for .NET appli

Re: [Nant-users] Scoping issues with task, passing properties with inheritall="false"

2004-06-16 Thread Martin Gainty
TroyHow would your nant project Inherit a subset of properties from parent project?Are you proposing access modifiers for properties of the parent?Right now you get all (inheritall="true") or nothing (inheritall="false") with the exception of user properties passed in here is the relevant te

Re: [Nant-users] Having a problem with the midl task

2004-06-15 Thread Martin Gainty
Nickuse property for substituting an individual entity such as. tlb="${idl.src}\TempAtl.tlb"...-OR-use fileset instead of property for specifying all the files for a fileset take a look athttp://nant.sourceforge.net/help/types/fileset.htmlHTH,Martin - Original Message - From:

RE: [Nant-users] Referencing System DLLs

2004-06-10 Thread Martin Gainty
http://www.mail-archive.com/[EMAIL PROTECTED]/msg02474.html Are you sure the DLL is a managed DLL? Martin Gainty From: bleedledeep <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Nant-users] Referencing System DLLs Date: Mon, 7 Jun 2004 11:11:04 -0700 (PDT) MIME-Version: 1.0 Received

Re: [Nant-users] How do you pass properties from NAnt to C#?

2004-06-10 Thread Martin Gainty
Title: How do you pass properties from NAnt to C#? Misha-You can use the XMLNodeReader class ResolveEntityMethod method to read the valuetake a look athttp://msdn.microsoft.com/library/default.asp?url="">-Martin - Original Message - From: Misha Rybalov To: [EMAIL PROTECTED]

Re: [Nant-users] OLEVERB structure error

2004-06-10 Thread Martin Gainty
PiotrThe only thing I could find was http://www.codeprojectcom/useritems/DBScriptSafe.asp?df=100&forumid=43122&exp=0&select=818966which States that your DBname Subproject does NOTE existRozumie?Martin - Original Message - From: Piotr Perko To: [EMAIL PROTECTED] Sent

Re: [Nant-users] Solution task does not correctly read VC++ proje ct settings

2004-06-07 Thread Martin Gainty
net/nightly/help/tasks/cl.htmlHTH,-Martin - Original Message - From: Witt, Aaron S To: 'Martin Gainty' ; [EMAIL PROTECTED] Sent: Monday, June 07, 2004 10:33 AM Subject: RE: [Nant-users] Solution task does not correctly read VC++ proje ct settings One

Re: [Nant-users] Mono beta 2

2004-06-05 Thread Martin Gainty
Pedro- Can you send(display) for us the environment you are attempting to build on as well as the build file itself Entiendes? -Martin - Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 05, 2004 1:42 PM Subject: [Nant-users] Mono beta

Re: [Nant-users] Solution task does not correctly read VC++ project settings

2004-06-05 Thread Martin Gainty
Aaron-can you display/attach a copy of your default.build?Thanks,Martin Gainty - Original Message - From: Witt, Aaron S To: '[EMAIL PROTECTED]' Sent: Friday, June 04, 2004 9:24 AM Subject: [Nant-users] Solution task does not correctly read VC

Re: [Nant-users] Nant and dependencied

2004-06-05 Thread Martin Gainty
k. See the online help: http://nant.sourceforge.net/nightly/help/functions/file.up-to-date.html Hope this helps µ. Yves -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Gainty Sent: mercredi 2 juin 2004 14:00 To: Konstantin Sokolovskiy; [EMAIL PROTECT

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Martin Gainty
Scott- The smarts to create the dependencies must begin and end with the conditions configured by build engineer (ultimately) I've not seen any compiler that is smart enough to execute itself in whole or part based upon any series of dependent conditions considering that the condition could be a se

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Martin Gainty
/outofdate.html I used it at United Health Group for the eFACT J2EE Project with 100% success All the Best, Martin Gainty http://www.laconiadatasystems.com (Boston MA USA) 001-617-852-7822 OOA\OODConsultant/Instructor/ChessNut - Original Message - From: "Konstantin Sokolovskiy&quo

Re: [Nant-users] Solution Task and Strong Names

2004-05-29 Thread Martin Gainty
to the special DLL folder(instead of the default behavior of including in the local copy) Alternatively Is there a way to TURN OFF strong named assemblies so a .NET binary will take the first assembly DLL (regardless of Version) Thanks and have a good memorial day- Martin Gainty - Original

Re: [Nant-users] execute nant file with c#

2004-05-29 Thread Martin Gainty
Take a look at CreateProcess Here is an example of .NET Framework calls a csc.exe task.. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdiagnosticsprocessstartinfoclassuseshellexecutetopic.asp -Martin - Original Message - From: "Virginie Helloco" <[E

Re: [Nant-users] cvs-checkout not working

2004-05-26 Thread Martin Gainty
Brent Make sure this in services file cvspserver 2401/tcpThen Drop to command line and trycvs -d pserver -t C:/temp/project1 -f checkout MyProject-M- Original Message - From: "Brent R. Matzelle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 10:48 AM

Re: [Nant-users] cvs-checkout not working

2004-05-26 Thread Martin Gainty
Brent- Here is the example straight from NANT doc at http://nant.sourceforge.net/help/tasks/cvs-checkout.html correct your destination to a REAL fully qualified Path module should be the module/folder you are retrieving e.g. accounting, utility, help, nant etc.. Regards, Martin - Original Mess

Re: [Nant-users] Help with xmlpoke

2004-05-20 Thread Martin Gainty
James: Glad to hear you found a solution- Martin - Original Message - From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 3:53 PM Subject: RE: [Nant-users] Help with xmlp

Re: [Nant-users] property names

2004-05-20 Thread Martin Gainty
Bob-If the creators are following the lead of Big Brother Apache ANT then Yes NANT Properties are Case SensitiveAll the Best-Martin - Original Message - From: Bob Archer To: [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 2:16 PM Subject: [Nant-users] property n

Re: [Nant-users] nant task

2004-05-20 Thread Martin Gainty
? - Original Message - From: Bob Archer To: Martin Gainty ; [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 9:47 AM Subject: RE: [Nant-users] nant task OK…   I guess you misunderstood my question… let me try again…   I have two build files…   Evolution.build

Re: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Martin Gainty
Take a look at specifying .NET Framework at runtime via http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht ml/sidexsidenet.asp specifically the specification in your application config file and As far as IIS goes IIS Administrative Console by selecting the sp

Re: [Nant-users] nant task

2004-05-19 Thread Martin Gainty
Sure here is an example- NAnt.exe -logger:NAnt.Core.XmlLogger -logfile:buildlog.xml HTH, -M - Original Message - From: Bob Archer To: [EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 5:55 PM Subject: [Nant-users] nant task If I use the nant task, with t

Re: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
an example courtesy of Microsoft- http://support.microsoft.com/default.aspx?scid=kb;en-us;318499 -Martin - Original Message - From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
James- What happened after you followed up with Gert Dreisen's inserted namespace??? Regards, -Martin From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [Nant-users] Help with xmlpoke

Re: [Nant-users] Help with xmlpoke

2004-05-18 Thread Martin Gainty
James The trick is to follow the rules of XPath when evaluating the _expression_ within xmlpoke - Original Message - From: James Hafer To: [EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:14 PM Subject: [Nant-users] Help with xmlpoke   Hello,   I

Re: [Nant-users] Solution wont build all projects

2004-05-18 Thread Martin Gainty
Peter- Visual Studio's default behavior is to build assemblies or executables from 'Framework supported source' Which means every line of code being created in VB will sooner or later have to be rewritten to .NET to work under Windows 2003 or any 'future versions of Framework supported OS's.. In ot

RE: [Nant-users] Interim state on a build between SUCCEEDED and FAILED

2004-05-13 Thread Martin Gainty
Scripts are inherently single threaded on Windows boxes which is why when you spawn multiple JVM threads on a Windows box requesting a Resource such as -Delete Directory -Create Directory -Any other IO with a forked JVM nothing physically happens until the forked JVM returns In fact i I forked a VM

Re: [Nant-users] Interim state on a build between SUCCEEDED and FAILED

2004-05-13 Thread Martin Gainty
Title: RE: [Nant-users] Interim state on a build between SUCCEEDED and FAILED Henry/BillA)Put all of your mission critical tasks up front in some sort of clean or init target specifying failonerror="true" for all critical tasks B)introduce the concept of task dependencies to later targets..co

Re: [Nant-users] Task does not work with all VB projects

2004-05-08 Thread Martin Gainty
PaulThe Ant way to handle this is to assign a propertythen later on your scripts can reference ${basename}  and the string value HelloWorld will be substituted in-The xml parser you are using needs to know what is an end tag, start tag and value delimiters so if you want to use special chara

Re: [Nant-users] Emailing build results

2004-05-07 Thread Martin Gainty
page you reference tells how to invoke the various loggers/listeners on > the nant command line, but not how to set the properties. > > Thanks! > > Jeff Block > > > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Friday, May 07, 2004

Re: [Nant-users] Emailing build results

2004-05-07 Thread Martin Gainty
Jeffrey Check out http://nant.sourceforge.net/nightly/help/tasks/mail.html If you supply a working SMTP Server you should be OK for sending automated emails- Martin - Original Message - From: "Block, Jeffrey A. (Jeff)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 7

Re: [Nant-users] NANT Maladies

2004-04-08 Thread Martin Gainty
[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 10:24 AM Subject: Re: [Nant-users] NANT Maladies > I presume you're using some pre-dinosaur Nant version. Can you download the > latest stable build

[Nant-users] NANT Maladies

2004-04-08 Thread Martin Gainty
domainAssembly, String name) at log4net.LogManager.GetLogger(Type type) at NAnt.Console.ConsoleStub..cctor() at NAnt.Console.ConsoleStub.Main(String[] args) What is wrong?? Many Thanks. Martin Gainty (cell) 617-852-7822 _ Tax