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

2005-02-16 Thread Gert Driesen
Stephan, You're probably missing some imports. Not sure if this is something that's not yet supported by Gordon's xslt.. Gert - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 17, 2005 1:58 AM Subject: [Nant-users] More NAnt mystery -- VBC would compile not r

[Nant-users] config file confusion

2005-02-16 Thread Pat Pattillo
Hi,   I am having a problem using nunit2 under nant. I'm testing NUnitTests.dll and my config file is NUnitTests.dll.config . However, when I build using nant the the test dll is unable to find an appsetting that exists in NUnitTests.dll.config .Shouldn't the configuration info reside here w

[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] VB.NET Import / Reference System.Enterprise Error

2005-02-16 Thread peter
I am having problems with the following vbc task:

RE: [Nant-users] Adding Target timings to Nant

2005-02-16 Thread Morris, Jason
I would be interested in see this added as well. Would this patch just output to the XML file or would we see it in the console output as well? >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Owen Rogers >Sent: Wednesday, February 16, 2005 3:38 AM

Re: [Nant-users] Compression using Nant

2005-02-16 Thread Troy Parsons
have you read the manual? I haven't tried it yet, but looks pretty straightforward. http://nant.sourceforge.net/release/latest/help/tasks/zip.html http://nant.sourceforge.net/release/latest/help/tasks/unzip.html S, Gayathiri D wrote: Hi,   I’m currently using the ICSharp

[Nant-users] Compression using Nant

2005-02-16 Thread S, Gayathiri D
Hi,   I’m currently using the ICSharpCode.SharpZipLib.dll to compress files. Can you let me know how to compress and decompress a group of files into and out of a single zip file using Nant?   Thanks, Gayathiri

Re: [Nant-users] Adding Target timings to Nant

2005-02-16 Thread Owen Rogers
> We would like to track the times that our targets are taking to run and > possibly have this outputted to a file or incorporated within our > Cruisecontrol.net web page. i recently posted a patch for the XmlLogger that enables you to do just this. see the patch (http://sourceforge.net/tracker/i

[Nant-users] Can Some one bail me out? CVS Check out

2005-02-16 Thread Srivathsan K
Still Stuck here. Can some one bail me out? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Richard PooleSent: Tuesday, February 15, 2005 5:16 PMTo: NantSubject: RE: [Nant-users] CVS Check out We're on 1.11.16. Could be? Like I said... no

[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