[NAnt-users] task on GNU/Debian Linux Mono platform

2006-05-17 Thread marc
framework.dll loading problem -- Marc Cromme, cand. polyt, Ph.D Senior Developer, Project Manager Index Data Aps Købmagergade 43, 2 1150 Copenhagen K. Denmark tel: +45 3341 0100 fax: +45 3341 0101 http://www.indexdata.com INDEX DATA Means Bus

Re: [NAnt-users] task on GNU/Debian Linux Mono platform

2006-05-17 Thread marc
Gary Feldman wrote: marc wrote: 3) Does there exist an XML Schema or RelaxNG schema I can use to verify that my XML syntax in the nant build file is OK ?? I can answer this off the top of my head. In your NAnt installation tree, there's a schema subdirectory that contains the NAnt

[NAnt-users] Finding DLL's not in the GAC inside a NAnt build

2006-05-19 Thread marc
he NANt framework? Is there a better way to set platform dependent DLL load pathes in NAnt ?? Thanks for any clue! Cheers, Marc -- Marc Cromme, cand. polyt, Ph.D Senior Developer, Project Manager Index Data Aps Købmagergade 43, 2 1150 Copenhagen K. Denmark tel: +45 3341 0100 f

Re: [NAnt-users] Help Needed

2006-06-01 Thread marc
within 6 min delay in future. Thanks in advance. Thanks and Regards Marc Cromme -- Thanks and Regards Nagesh.CL -- Marc Cromme, cand. polyt, Ph.D Senior Developer, Project Manager Index Data Aps Købmagergade 43, 2 1150 Copenhagen K. Denmark tel: +45 3341 0100 fax: +45 3341 0101 http

[Nant-users] Third party control - DotNetBar

2004-04-16 Thread Nemegeer, Marc
I'm using a third party component which is installed in the gac and in the bin directory of my application. I'm not able to create a build script that works for this application :-( I've been browsing through the nant-user list without success and google did not solve my problem either

RE: [Nant-users] newbie first post

2005-02-21 Thread Marc Holmes
on creating a basic SQL compare task for NAnt using RedGate on my blog at (http://bitarray.co.uk/marc/archive/2004/06/22/209.aspx) For info, RedGate does now support command-line diffs and so you can use the command-line tool instead of a specific NAnt task. I blog about this at: http

RE: [Nant-users] NAnt + VSS

2005-03-18 Thread Marc Holmes
Hi Paul,   My blog: http://bitarray.co.uk/marc has several articles on NAnt with VSS. These were valid under 0.84 and are still applicable under latest builds in the main. Additionally there is a post on versioning which includes further VSS work. My book (details on the site - due out in

RE: [Nant-users] Triggering Nant Build from ASP.Net Web Page

2005-04-02 Thread Marc Holmes
Have you had a look at CruiseControl.Net (http://ccnet.thoughtworks.com)? It will do what you need and a lot more besides. Alternatively you could roll your own remoting wrapper. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter A. Pociask Sent: 01 April

RE: [Nant-users] Issue with XmlPoke - my mistake?

2005-05-17 Thread Marc Holmes
Title: Issue with XmlPoke - my mistake? Missing assemblyIdentity?   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Thomas TomiczekSent: 17 May 2005 11:11To: nant-users@lists.sourceforge.netSubject: [Nant-users] Issue with XmlPoke - my mi

RE: [Nant-users] Sql Script

2005-06-01 Thread Marc Holmes
out a tool - but you'll probably find, like me, that the situation quickly becomes complex and you'll want to do a bit more with databases such as actual integration between instances.   Hope it is of some help, let me know either way!   Best,   Marc http://bitarray.co.uk/marc -

RE: [Nant-users] Why use Nant?

2005-06-02 Thread Marc Holmes
w deliver the product dozens of times during the development cycle. We don't suffer from failed deliveries. Best of luck, Marc Author: Expert .NET Delivery with NAnt and CruiseControl.Net http://bitarray.co.uk/marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Nant-users] Strategies of dividing NAnt build files

2005-06-05 Thread Marc Holmes
to CI specifically but of course relate to splitting the build. Might be useless but you never know! http://bitarray.co.uk/marc/archive/2005/04/15/591.aspx Best, Marc Author: Expert .NET Delivery with NAnt and CruiseControl.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

[Nant-users] unsubscribe

2005-06-21 Thread Marc Rainville
unsubscribe

RE: [Nant-users] Developing NAnt tasks resource

2005-09-28 Thread Marc Holmes
too. I haven't thought through the full ins and outs of the dependency mappings and so on, but maybe it could work. Has it been tried before? All the best, Marc http://bitarray.co.uk/marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Crowhurst,Chri

Re: [NAnt-users] Solution task for vcproj files

2005-12-09 Thread Marc Towersap
What's your vcproj look like for the myFile.cpp entry? Is there any new lines like "myFile.cpp " ?? VisualStudio .net seems to ignore whitespace issues, whereas nant stumbles over them... Marc --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > My setup: > > 2000

Re: [NAnt-users] Unhandled Exception

2005-12-13 Thread Marc Towersap
h is the default behavior of errors) Marc --- [EMAIL PROTECTED] wrote: > Hello, > > When executing a nant script from at .bat file, I > redirect ALL output to a > log file as follows: > > nant -buildfile:.\CPI\BuildCPI.xml > -D:CPICodeRoot="%GADOECodeRoot%&quo

[NAnt-users] clean target

2005-12-27 Thread Marc Towersap
I'm using 's to build various .sln and *proj files by passing in the appropriate Configuration parameter (like Release or ReleaseMinDependency. Is there a corresponding way to "clean" the generated files without having to a bunch of '

Re: [NAnt-users] clean target

2005-12-28 Thread Marc Towersap
ything for you (save for the pre/post build Event stuff), that there was a known NAnt command that would do the same in NAnt. Thanks! Marc ~~ Marc Towersap Sr. SCM Engineer - Original Message From: Ga

Re: Re: [NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-30 Thread Marc Towersap
or asp.net 2.0 projects, which don't have *proj files anymore. Marc Towersap Sr. SCM Engineer - Original Message From: Gary Feldman <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Monday, January 30, 2006 14:37:16 Subject: Re: Re: [NAnt-users] Differentiatin

[NAnt-users] nant solution file not building solution

2006-02-14 Thread Marc Towersap
ClearCase 6, latest Clearcase patches, and using snapshot views for what that's worth... Does anyone have any answers? Is there some undocumented parameter I can use to force rebuilding? TIA! Marc Towersap Sr. SCM Engineer --- This SF.net

Re: [NAnt-users] Building C++ .vcproj files and using the free VC++ 2003 Toolkit

2006-03-14 Thread Marc Towersap
ual Studio .NET 2003\Vc7\binYou may need to check your path if you need it...Marc Towersap Sr. SCM Engineer- Original Message From: Garen <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Tuesday, March 14, 2006 12:22:08 PMSubject: [NAnt-users] Building C++ .vcproj files an

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Marc Towersap
v, or just delete directories that house the compiled files.  The staging portion is very easy to do in NAnt, as you can easily filter out exactly what you want to copy (exe/dll/pdb/config etc.).  Marc Towersap Sr. SCM Engineer- Original Message From: Adam Gritt <[EMAIL PROTECTED]&g

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Marc Towersap
of project dependencies. Marc Towersap Sr. SCM Engineer- Original Message From: Adam Gritt <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Friday, June 9, 2006 12:53:46 PMSubject: Re: [NAnt-users] Pre/Post Build EventsI do have a clean setup for the script but I can't do

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Marc Towersap
3 projects/solutions via NAnt, and do msdev for VS 6, and devenv's for 2005 projects (I have a product that has code in all three VisualStudio versions and in VB, VC++, and C#). Marc Towersap Sr. SCM Engineer- Original Message From: "Foster, Richard - PAL" <[EMAIL PROTEC

Re: [NAnt-users] Build Failure Issue

2006-06-26 Thread Marc Towersap
Perhaps it's a permissions problem.  Is bin\debug\Firserv.Cleartouch.Shared.Utilities.pdb is either write-protected or  currently in use?? Marc Towersap Sr. SCM Engineer- Original Message From: Adam Gritt <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Monday, June

[NAnt-users] VS2005 Web Application Projects

2006-10-03 Thread Nemegeer, Marc
Hi, I can't figure out how to build a "web application project" (webproject.scottgu.com) using Nant. Can somebody provide me with a sample or some hints to start from ?? Thanks, Marc - Take Surveys. Earn

[Nant-users] Documentation bug

2003-12-02 Thread Lehnert, Marc [LBRT/LNA]
using the "nant.env." prefix. If the documented behavior is desired, please modify the source appropriately. If not, please fix the documentation as it is inaccurate and misleading. Thank you. Marc A. Lehnert Senior Design Engineer Liebert Monitoring Group [EMAIL PROTECTED] This e-mail i

[Nant-users] Solution Task Bug

2003-12-04 Thread Lehnert, Marc [LBRT/LNA]
g from the deletion of the temporary directory be logged as a warning instead of failing the build. Thanks. Marc A. Lehnert Senior Design Engineer Liebert Monitoring Group [EMAIL PROTECTED] --- This SF.net email is sponsored by: SF.net Giveback Pro

RE: [Nant-users] Solution Task Bug

2003-12-05 Thread Lehnert, Marc [LBRT/LNA]
Indeed it is! I checked it with the 20031205 build. Thanks! -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 1:03 AM To: Lehnert, Marc [LBRT/LNA]; [EMAIL PROTECTED] Subject: Re: [Nant-users] Solution Task Bug Marc, This should be fixed

[Nant-users] Solution task question

2003-12-05 Thread Lehnert, Marc [LBRT/LNA]
I've noticed that the solution task does not force a rebuild if the solution and/or project files are newer than the target binaries. Is this intended behavior? If so, can anyone explain the reasoning for this? If not, are there any plans to fix this? Thanks. Marc A. Lehnert Senior D

[Nant-users] NDoc Task Question

2003-12-15 Thread Lehnert, Marc [LBRT/LNA]
Are there plans to support pre-existing NDoc project files with the NDoc task? Thanks. Marc A. Lehnert Senior Design Engineer Liebert Monitoring Group [EMAIL PROTECTED] --- This SF.net email is sponsored by: SF.net Giveback Program. Does

[Nant-users] task and character encoding

2003-12-19 Thread Lehnert, Marc [LBRT/LNA]
uses ASCII encoding to write the NDoc project file, I get a "?" instead of the proper symbol. Is there any possibility this might be changed in the future? Thanks. Marc A. Lehnert Senior Design Engineer Liebert Monitoring Group [EMAIL PROTECTED] This e-mail is intended only for the

RE: [Nant-users] task and character encoding

2003-12-22 Thread Lehnert, Marc [LBRT/LNA]
I just tested this with v0.8.4 RC2. Works like a charm. Thanks! -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:52 PM To: Lehnert, Marc [LBRT/LNA] Cc: NAnt Users List (E-mail) Subject: Re: [Nant-users] task and character encoding Hi

RE: [Nant-users] 0.8.4 -projecthelp was (no subject)

2004-01-08 Thread Lehnert, Marc [LBRT/LNA]
I've tested the 0.84 release and it works fine for me as well. I once had a similar problem and traced it back to the xmlns attribute of the project element. If this attribute is set (e.g., to make VS.NET IntelliSense work), all elements in the build file will inherit the specified namespace. B