Re: [NAnt-users] Progress update and upcoming NAnt 0.90-alpha1

2010-03-25 Thread Stephan King
We use git here and it has worked out incredibly well. Our integration with NAnt and CC.NET is really tight, and like Bob said, the control given over branching is so simple yet so powerful. I second the rec. Stephan -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com

Re: [NAnt-users] Nant VS CC.NEt

2010-02-04 Thread Stephan King
integration system for us here. Stephan From: Chris Howell [mailto:chris.how...@padresoft.com] Sent: Thursday, February 04, 2010 5:10 PM To: Stephan King Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Nant VS CC.NEt Ok perhaps I should have phrased my question a little better, I

[NAnt-users] 'cabarc' failed to start.:

2009-08-20 Thread Stephan King
I've seen various posts regarding this error but no definitive solution. I believe it has to do with the attempt to access a temp file in a location that does not exist. Cabarc and cabinet.dll are in my path, executable from the command line. Here is my debug output. Thanks for any hel

[Nant-users] Stylesheet Question

2005-08-25 Thread Boome, Stephan
xsl ]> http://www.omg.org/UML"; xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; > Can somebody please let me know what I need to do to make this work? Thanks Stephan Boome This emai

Re: [Nant-users] Difference between importing a OCX in VS and running AXIMP?

2005-02-22 Thread stephan
Hi Dante, thx for your reply. I see I need to be more specific. When I run the AXIMP task as defined in NANT it only created one file, but not two. So I used to run it through the command shell. Providing no switches and no output file name a OCX named wmplib.dll would result in Axwmplib.dll and

[Nant-users] Difference between importing a OCX in VS and running AXIMP?

2005-02-22 Thread stephan
Hi there, I want my software to be strong named. So my NANT task runs AXIMP to import a wrapper for an ActiveX Control. However the result is different from the interaction in Visual Studio. In VS I get 2 files: AxInterop.wmplib.dll and Interop.wmplib.dll. In AXIMP I get Axwmplib.dll and wmplib.d

Re: [Nant-users] newbie first post

2005-02-21 Thread stephan
Hi Clive, being a newbie myself, I might have the insights you were looking for . See my remarks inline. [EMAIL PROTECTED] wrote on 21/02/2005 22:55:38: > I'm just about to start an eval of NANT.     A few kick-off questions... > > Right now, I'm unsure of the scope of NANT in terms of how >

Re: [Nant-users] I don't understand the VBC task, get system errors

2005-02-20 Thread stephan
Hi Ian, It was a case of RTFM on my side. I played with the VSCONV.XSLT which doesn't generate the imports. Then I copied the lines from the project files ... with a vb background case sensitive stuff gets me quite often off guard. With the hints from the list I figured it out. The other error: O

[Nant-users] I don't understand the VBC task, get system errors

2005-02-19 Thread stephan
Hi there, I'm trying to get VBC working with my project. I use heavily COM interop. I'm using nant-0.85-rc2. This is my vbc task: target name="compile" description="Compile project">     optioncompare="text" optionexplicit="true" optionstrict="true" removeintchecks="false" rootnamespace="testl

[Nant-users] More NAnt mystery -- VBC would compile not recognizing its language/base classes

2005-02-16 Thread stephan
Hi there, I tried to use the VSConvert.xslt from Gordon Weakliem with some success. It seems it needs some update (if I get it working I'll happily post a new version) since VS2003 and NAnt 0.85 work different from the stuff in2002. I had to comment the throw new SourceForge.NAnt.BuildException(

[Nant-users] devenv /build works but fails with Error BC30560

2005-02-16 Thread stephan
Hi there, I'm making my first steps with NANT and struggle to understand it. I have the following scenario: - 4 projects form a solution. - All code is written in Visual Basic.NET - I use an embedded Media Player and an embedded Internet Explorer - Project 2 depends on Project 1 - Project 3,4 dep

[Nant-users] Ndoc errors - File load exception

2004-07-14 Thread Boome, Stephan
Hi, I have just downloaded the latest nightly build of NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 11/07/2004), and every time I try and create a ndoc help file, I always get the error that appears below. Can somebody please tell me what I am doing wrong? Thanks Stephan Boome

RE: [Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
documentation shows greate examples on this. /Nicke > -Original Message- > From: Boome, Stephan [mailto:[EMAIL PROTECTED] > Sent: den 27 november 2003 09:21 > To: NAnt-Users (E-mail) > Subject: [Nant-users] comnand line targets > /f:buildAll.build clean Deploy > > How can

[Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
target of build down I would like to pass "clean Deploy" I am using the Nightly build of the 20/11/03 Cheers Stephan Boome - Software Engineer This email and any attachments are confidential to the intended recip

[Nant-users] SubProject Build

2003-08-28 Thread Boome, Stephan
\Software\ProjectA.sln. I would like to be able to run NAnt on both of my build files. I think I need to change the current directory for each of my sub projects, but I can not find out how to do this. Thanks Stephan C:\Development\TopLevel.build C:\Development\ProjectA\Software