Re: [NAnt-users] Unable to use latest nant 0.91

2012-03-10 Thread gert . driesen
Hey Ryan, Sunil, This is probably the result of a change we introduced in NAnt 0.90-alpha1. As of that release, only NAnt.Core and mscorlib are referenced by default in the

Re: [NAnt-users] c# compiler selection for the

2010-10-21 Thread Gert Driesen
Hi Liam, We use CodeDOM to compile the script, and hence it uses the C# compiler corresponding to the CLR on which NAnt is running. The current target framework - as specified using the nant.settings.currentframework - does not affect this. I'd appreciate it if you'd submit a (documentatio

Re: [NAnt-users] Upate to 0.90, missing CR-LF ...

2010-07-12 Thread Gert Driesen
Hi Ken, The change in 0.90 is that a linefeed (CRLF on Windows, LF on unix) is no longer implicitly appended at the end of the content. Nothing has changed with regards to linefeeds within the content. If you want to explicitly add a CRLF, then you can just use &x0d;&x0a;. | BUILD INFO

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-24 Thread Gert Driesen
Hey Simon, I'm afraid I can't be of much help here. I'd have to know which compiler you're using. Can you send me the minimum set of files necessary to reproduce this ? Gert From: Simon H [mailto:yo...@live.com] Sent: maandag 24 mei 2010 9:08 To: gert.drie...@telenet.be; nant-users@li

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-23 Thread Gert Driesen
Hey Simon, You should set "failonerror" on the task instead. Hope this helps, Gert From: Simon H [mailto:yo...@live.com] Sent: maandag 24 mei 2010 8:35 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Question about task and the failonerror attribute Hi guys, I ha

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Bob, These are indeed in mscorlib, which is referenced by default. Gert -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 19 mei 2010 19:15 To: Gert Driesen; 'Ron Grabowski'; 'nant' Subject: RE: [NAnt-users] Nant 0.90 Problem with C#

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-19 Thread Gert Driesen
Grabowski [mailto:rongrabow...@yahoo.com] Sent: dinsdag 18 mei 2010 23:36 To: nant Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen To: Ryan Boggs ; Si

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Gert Driesen
Hey Simon, This is due to a (breaking) change in 0.90 (more specifically, 0.90 alpha 1). You need to explicitly add a reference to the System assembly. ... Gert -Original Message- From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: dinsdag 18 mei 2010 6:39 To: Simon H

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

2010-04-18 Thread Gert Driesen
Hey Ryan, Thanks for getting to the bottom of this. Regardless of whether this'll fix the problem for Martin, we need to improve our makefile to support other (mono) compilers beside mcs. Can you add this to our roadmap ? Thanks! Gert -Original Message- From: Ryan Boggs [mailto:rmbo...@

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

2010-04-18 Thread Gert Driesen
Ryan, The Mono team is dropping support for .NET Framework 1.x, hence mcs is no longer available. I believe Mono 2.6.x is the last release to support .NET 1.x. We'll just need to check what version of Mono is available, or just check for the compiler that is available (1.x: mcs, 2.x: gmcs, 4.x: d

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

2010-03-24 Thread Gert Driesen
Hey Bob, Recently we had some fresh blood join the NAnt team - more precisely Charles Chan and Ryan Boggs - so the future looks bright again ;-) At this moment, Charles and Ryan are focusing on setting up the necessary infrastructure (wiki, continuous build) and preparing for a new release. I

Re: [NAnt-users] WebRequest

2010-03-18 Thread Gert Driesen
Lionel, You can use the task for this purpose. Note, you need to use the child element to define namespace imports. Some examples are available here: http://nant.sourceforge.net/release/latest/help/tasks/script.html Regards, Gert From: Lionel Morrison Sent: Wednesday, March 17, 2010 4:12 P

Re: [NAnt-users] building nant from SVN

2009-12-28 Thread Gert Driesen
Hi Raj, We're still using CVS: http://nant.cvs.sourceforge.net/viewvc/nant/ Note that there haven't been much changes lately, but I hope to pick up speed once my new house is finished. Gert From: ptr [mailto:ptrajku...@gmail.com] Sent: maandag 28 december 2009 14:11 To: nant-users

Re: [NAnt-users] newline in echo

2009-07-09 Thread Gert Driesen
a property to a text file. I'd be happy to submit a patch to implement this, and I urge you to revert the breaking changes to the echo task, or at least make the new functionality available in a non-breaking way (e.g. perhaps add a skipNewline boolean property that defaults to false). C

Re: [NAnt-users] newline in echo

2009-06-21 Thread Gert Driesen
...@grantadesign.com] Sent: woensdag 17 juni 2009 16:35 To: Gert Driesen Subject: RE: [NAnt-users] newline in echo Hello Gert I have added a bug. The id is 2807728. How long do you think until a fix for this becomes available? Many thanks, Paul From: Gert Driesen [mailto:ger

Re: [NAnt-users] newline in echo

2009-06-17 Thread Gert Driesen
Hi Paul, Please submit a bug report for this. I'll then fix it asap. Gert From: Paul Allington Sent: Wednesday, June 17, 2009 3:21 PM To: nant-us...@lists.sourceforge.net. Subject: [NAnt-users] newline in echo Running This is my text seems to actually output: This is my text\n -which

Re: [NAnt-users] nant and resgen.exe

2009-05-19 Thread Gert Driesen
Hey Raj, I assume you're using NAnt 0.85, as this was fixed since. I suggest to try the latest nightly build: http://nant.sourceforge.net/nightly/latest/ Hope this helps, Gert -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: dinsdag 19 mei 2009 22:54 To: nant-users@l

Re: [NAnt-users] script task

2009-05-13 Thread Gert Driesen
Hi Bob, This is only done when logging from a task. You could do something like this (although I agree it's a hack):

Re: [NAnt-users] task with parameters ...

Hi Ken, Tony, This is definitely something that I've considered as well. Can one of you work out a proposal that can be discussed on the list? Gert From: Bjerstedt, Tony [Audatex - Americas] [mailto:tony.bjerst...@audatex.com] Sent: woensdag 13 mei 2009 20:01 To: Parrish, Ken; nant-us

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

Hi Bob, This is now fixed in CVS, and the latest nightly build: http://nant.sourceforge.net/nightly/latest/ Thanks for the report! Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: vrijdag 24 april 2009 17:38 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] bug in

Re: [NAnt-users] bug in fileset patterns...

Hi Bob, Good catch! This is now fixed in CVS. Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: vrijdag 24 april 2009 22:59 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] bug in fileset patterns... The doc says: There is one "shorthand" - if a pattern ends wi

Re: [NAnt-users] Problem with pkg-config finding mono

Hi Ron, >From the error it's clear that NAnt cannot start pkg-config. Perhaps you should try to create a small test app that launches pkg-config using the System.Diagnostics.Process class, to rule out a mono related bug. If you have any problem creating this app, then just let me know. Gert Fr

Re: [NAnt-users] Property 'sdkInstallRoot' has not been set.

Hi Bob, This is a known issue for beta 1 that has been fixed since. Can you try using a recent nighlty build? Gert From: Bob Archer Sent: Wednesday, April 22, 2009 11:15 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Property 'sdkInstallRoot' has not been set. I am using .86B

Re: [NAnt-users] csc task to build 32bit exe and not "Any CPU"

Hi Raj, The task supports a "platform" attribute for this purpose. Hope this helps, Gert -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: woensdag 22 april 2009 0:37 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] csc task to build 32bit exe and not "Any

Re: [NAnt-users] minimal install footprint

I hope so; things have been really busy here . From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 15 april 2009 21:00 To: Gert Driesen; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] minimal install footprint Ok thanks. Is there a beta 2 release coming in the near

Re: [NAnt-users] minimal install footprint

Hi Bob, You only need it if you're running on Mono. The size of the bin/lib directory should be reduced further post beta1 (meaning, recent nightly builds). Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 15 april 2009 20:42 To: Gert Driesen; nant-

Re: [NAnt-users] minimal install footprint

Hi Bob, You only need the files in the extensions directory if you want to use the task. I also install NAntContrib in extensions\common\neutral\NAntContrib, but you're probably not doing this. The files in bin/lib are required. Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sen

Re: [NAnt-users] Where is nant contrib

Hi Bob, There's indeed no matches NAntContrib release for 0.86 Beta 1. I'll fix this for the next beta (if I ever find time for it). I'm fixing the 403 error right now. Gert From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: woensdag 15 april 2009 19:40 To: nant-users@lists.sourc

Re: [NAnt-users] nant and nunit version

Hey, If it is acceptable for the NUnit team (and their users), then I don't see why it wouldn't be for us. Gert -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: dinsdag 7 april 2009 22:34 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] nant and nunit v

Re: [NAnt-users] nant and nunit version

Hi Raj, I'll get to it soon, I hope. But feel free to send me a patch ;-) Gert -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: dinsdag 7 april 2009 15:00 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] nant and nunit version hey all Nant 0.86 seems to

Re: [NAnt-users] properties in functions

Hi Nathan, In expressions, properties must be references without braces. For example: Hope this helps, Gert -Original Message- From: Nathan Franzen [mailto:nfran...@gmail.com] Sent: dinsdag 7 april 2009 20:26 To: nant-users@lists.sourceforge.net Subject: [NAnt-users

Re: [NAnt-users] wiki documenation for nant

Hi, We used to have a Wiki for NAnt, but it was hijacked by spammers a long time ago and we abandoned it after that. If you want to contribute documentation or examples, please send them to the list. Gert From: Scott White [mailto:scott.w.wh...@gmail.com] Sent: donderdag 26 februar

Re: [NAnt-users] Setting version numbers in .RC files ...

Hi Ken, You can use filterchains for this: http://nant.sourceforge.net/release/latest/help/types/filterchain.html Hope this helps, Gert -Original Message- From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: donderdag 26 februari 2009 22:28 To: nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] suppressing unzip output?

Hi Steve, Let me look into this. Don't hesitate to remind me if necessary ;-) Gert -Original Message- From: Steve Kapinos [mailto:steve.kapi...@tandberg.com] Sent: woensdag 18 februari 2009 1:22 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] suppressing unzip output? Using

Re: [NAnt-users] configure-from-registry for profile Mono 3.5 Profile

> -Original Message- > From: ptr2009 [mailto:ptrajku...@gmail.com] > Sent: vrijdag 13 februari 2009 3:20 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] configure-from-registry for profile Mono 3.5 Profile > > > hey all > >I am trying to run nant against mono-3.5 on a

Re: [NAnt-users] correct usage of depends attribute

Raj, If you want to use the task, you need to download and install/load NAntContrib. However, most people use the depends attribute on the target element to define dependencies. The task is useful when you want to dynamically define the dependencies. Gert -Original Message- From: ptr2

Re: [NAnt-users] ignoring compilation error messages

There's no support for ignoring errors, and I doubt you'll find similar anywhere. From: gmoney [mailto:g.lab...@autodata.ltd.uk] Sent: woensdag 4 februari 2009 21:18 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] ignoring compilation error messages Hi, I a new to nant so excuse

Re: [NAnt-users] NAnt Fix for .NET 3.5 Compiling Without Visual Studio

Hi Ben, This issue is already fixed in CVS, and will be part of the next drop. Gert From: Ben Floyd [mailto:datap...@gmail.com] Sent: donderdag 29 januari 2009 23:46 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAnt Fix for .NET 3.5 Compiling Without Visual Studio I r

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

ed to start. The directory name is invalid Total time: 1.1 seconds. Re: [NAnt-users] msi task - 'cabarc' failed to start Gert Driesen Thu, 29 Jan 2009 09:41:45 -0800 Beth, No, that should do it. Can you try just executing cabarc from within your build file first?

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

to configure something else in order to find the Cabinet SDK? Thanks for your help, Beth Re: [NAnt-users] msi task - 'cabarc' failed to start Gert Driesen Wed, 28 Jan 2009 12:07:58 -0800 Beth, Do you have the Cabinet SDK installed? Can you launch cabarc.exe from the comma

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

Beth, Do you have the Cabinet SDK installed? Can you launch cabarc.exe from the command prompt? Gert From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: woensdag 28 januari 2009 19:30 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msi task - 'cabarc' failed to start

Re: [NAnt-users] Subversion Copy command throws an error

Hi Nayan, I've fixed the INTERNAL ERROR locally, and modified our ExpressionTokenizer to allow dots / periods in identifiers. I'll add regression tests tomorrow, and make sure this fix ends up in the next (beta) release. Gert From: Nayan Gowda [mailto:nayan.go...@gmail.com] Sent: v

Re: [NAnt-users] Silverlight

Hi Larry, Did you actually set the target framework to "silverlight-2.0"? Try running NAnt in verbose mode (NAnt.exe -verbose .) and attach the build output. Gert From: Larry Wanzer [mailto:larry.wan...@gmail.com] Sent: maandag 12 januari 2009 20:18 To: nant-users@lists.sourceforge

Re: [NAnt-users] External reference to a

Ken, You should actually be using a in combination with a fileset: http://nant.sourceforge.net/release/latest/help/types/patternset.html Hope this helps, Gert From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: dinsdag 6 januari 2009 21:20 To: nant-users@lists.sourceforge.net Su

Re: [NAnt-users] echo message encoding and string:contains problems

Hey, You should not enclose the name of the property in quotes (and use the $ prefix) when you actually want its value. You'll want something like this: Hope this helps, Gert -Original Message- From: netvampire.tw [mailto:[EMAIL PROTECTED] Sent: donderdag 4 decemb

[NAnt-users] FW: 64 Bit Behaviour Issues?

Forwarding to correct emailaddress for nant-users list. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: donderdag 4 december 2008 0:59 To: 'Chayim Kirshen'; '[EMAIL PROTECTED]' Subject: RE: [NAnt-users] 64 Bit Behaviour Issues? Hey Chayim, This is because NAnt

Re: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?

dinsdag 25 november 2008 17:35 To: Gert Driesen Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken? Hi Gert, I have Visual Studio 2003 and 2008 installed, but I don't remember installing the standalone SDK. Should I do that? Can. On Mon, Nov 24

Re: [NAnt-users] Fw: copy task using file list?

Hi, You can use / elements: http://nant.sourceforge.net/release/latest/help/types/fileset.html Each line in that file specifies a pattern to match files against. Hope this helps, Gert From: netvampire.tw [mailto:[EMAIL PROTECTED] Sent: maandag 10 november 2008 7:40 To: nant-

Re: [NAnt-users] Any way to do a while loop?

Steve, You can spawn the installation, and then wait for it to finish. For example: ... Note: You'll need a recent version of both NAnt and NAntContrib for this. Gert -Original Message- From: Steve Kapinos [mailto:[EMAIL PROTECTED] Sent: maandag 10 november

Re: [NAnt-users] Fileset refID and adding files

Hey Chris, This is not supported, although I may re-consider this (if I find some time). Gert PS. You're not actually using a fileset, but that's just a detail. -Original Message- From: Chris Snider [mailto:[EMAIL PROTECTED] Sent: vrijdag 7 november 2008 18:15 To: nant Subject: [NAnt-u

Re: [NAnt-users] Bug found - interaction of NAnt and NAntContrib

Hey Mike, This is now fixed in CVS. You'll need to update both NAnt and NAntContrib for this fix. Let me know if you want me to upload new nightly builds (as these aren't done automatically anymore). Gert -Original Message- From: Mike Frederick [mailto:[EMAIL PROTECTED] Sent: donderdag

Re: [NAnt-users] Nant returning error code ?

Hi Petr, That should be working just fine. Gert From: Petr V. [mailto:[EMAIL PROTECTED] Sent: vrijdag 31 oktober 2008 20:06 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant returning error code ? I have one bat file from which I call many nAnt scripts. When any of n

Re: [NAnt-users] Introducing StyleCopCmd (with NAnt Task Goodness!)

Hey, Both of you did a great job actually. Andrew, can you provide the necessary info so that I can add StyleCopCmd to this page: http://nant.sourceforge.net/external.html I'm not sure if we should also add Bevan's tool to that page, as it's not strictly a NAnt extension or tool. What do you th

Re: [NAnt-users] MSBuild task and .NET 3.5

Ken, Are you sure that the mentioned registry key exists on both machines? I haven't checked this yet, but other users posted messages claiming that this registry key is not created when you installed v6.1 of the Windows SDK. Also, can you try using the most recent nightly build of NAnt as that

Re: [NAnt-users] can you nest functions? problems with data types

Hey Steve, Use int::parse instead. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kapinos Sent: zondag 14 september 2008 6:19 To: Ron Grabowski; nant Subject: Re: [NAnt-users] can you nest functions? problems with data types It's not really -

Re: [NAnt-users] Problems with .ico files referenced in a .resx

Hey, Would it be possible to send me a small repro for this issue? Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: zondag 7 september 2008 6:53 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Problems with .ico fil

Re: [NAnt-users] svn failed to start

Hey Bob, No, not that I recall right now. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: vrijdag 5 september 2008 20:32 To: Gert Driesen; Brass Tilde; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] svn failed to start

Re: [NAnt-users] dependancy persistance or resetting?

Steve, You can just set the cascade attribute to false. Hope this helps, Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kapinos Sent: woensdag 3 september 2008 14:57 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] dependancy

Re: [NAnt-users] INTERNAL ERROR withbroloco.NAntScript.1.0.0.0.net-2.0

Richard, Yes, the choose task is indeed part of NAntContrib. Gert -- From: "Richard (Google)" <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2008 2:39 PM To: "Dipper, Helmut" <[EMAIL PROTECTED]>; Subject: Re: [NAnt-users] INTERNAL ERROR withbrolo

Re: [NAnt-users] csc and System.Resources.MissingManifestResourceException

Hi, You could’ve used this one: Hope this helps, Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: maandag 18 augustus 2008 17:33 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] csc and System.Resources.MissingManifes

Re: [NAnt-users] Upload files without ftp

Carlos, Why not just us rsync? It's available for Windows through cygwin. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Garces Sent: donderdag 14 augustus 2008 10:05 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Upload files wi

Re: [NAnt-users] svn failed to start

Bob, In that case, I would've expected a stacktrace in your output (which may give us an idea as to why svn could not be started). Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: dinsdag 12 augustus 2008 18:12 To: Brass Tilde; nant-

Re: [NAnt-users] svn failed to start

Bob, Can you run the build in debug mode (NAnt.exe -debug ...) and post the (relevant) output. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: dinsdag 12 augustus 2008 17:39 To: Brass Tilde; nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] NAnt 0.86 fails with error re: Mono 3.5 on Mac OS 10.5

; Gert Driesen Subject: Re: [NAnt-users] NAnt 0.86 fails with error re: Mono 3.5 on Mac OS 10.5 Specifically, PKG_CONFIG_PATH needs /Library/Frameworks/Mono.framework//Versions/1.9.1/lib/pkgconfig/mono.pc added to it? I can see mono.pc but not mon.pc. How about dotnet.pc? On 08/08/2008, at 4

Re: [NAnt-users] NAnt 0.86 fails with error re: Mono 3.5 on Mac OS 10.5

Hey David, The problem here is that NAnt uses pkg-config to discover the directory where Mono is installed, and it cannot find it. You can check this for yourself by running 'pkg-config --modversion mono' Do you have Mono development packages installed? Gert From: [EMAIL PROTECT

Re: [NAnt-users] Removing smbolic links

Aquil, This should work using a recent version of Mono (built from SVN HEAD). Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aquil H. Abdullah Sent: woensdag 23 juli 2008 19:48 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Removing smbolic links Hel

Re: [NAnt-users] MissingManifestResourceException

gt; build file. Than it worked. > > In project, i added dynamicprefix and prefix parameters to the resource > tag. Now it is working too. Is there any downside in adding this > properties, or is this the default solution? > > Thanks, again. I'm trying to find this for 2 days

Re: [NAnt-users] MissingManifestResourceException

Tolga, Try using ildasm to check what the manifest resource names were actually generated. If you're not familiar with ildasm, then you always email me your assembly. Gert -- From: "Tolga Onbay" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2008 3:

Re: [NAnt-users] NAnt Nightly Update

Hey Ryan, I added this a few days ago in CVS, but haven't yet had time to run the "nightly" build. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Lovelett Sent: zondag 6 juli 2008 18:16 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAnt Nightly Upd

Re: [NAnt-users] Detecting path at runtime

leino Sent: vrijdag 27 juni 2008 21:57 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Detecting path at runtime On Fri, 27 Jun 2008 18:03:24 +0200, David Paleino wrote: > On Fri, 27 Jun 2008 17:48:24 +0200, Gert Driesen wrote: > > > Can I ask why you need the path t

Re: [NAnt-users] Avoiding console output when running an task

Chris, Currently this is not possible. However, I'm strongly considering changing this behavior (even if this is a breaking change). Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Lambrou Sent: woensdag 2 juli 2008 18:02 To: nant-users@lists.sourceforge.net Su

Re: [NAnt-users] Detecting path at runtime

Bob, Nope, that's not an option. Tool-path support was introduced in .86. It's possible to get that path using .85, but I actually doubt whether David really needs the path. Perhaps we offer an alternative that works "cross-framework". Gert -Original Message- From: [EMAIL PROTECTED] [m

Re: [NAnt-users] Detecting path at runtime

David, Can I ask why you need the path to the mono shellscript? Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Paleino Sent: vrijdag 27 juni 2008 17:14 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Detecting path at runtime Hell

Re: [NAnt-users] NAnt hanging after build (was: Re: Missing assemblies, though referenced)

D] On Behalf Of David Paleino Sent: maandag 23 juni 2008 12:19 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAnt hanging after build (was: Re: Missing assemblies, though referenced) On Mon, 23 Jun 2008 11:40:03 +0200, Gert Driesen wrote: > Hey David, Hi, > You have to specify

Re: [NAnt-users] Missing assemblies, though referenced

Hey David, You have to specify where Nant can locate these assemblies. If the include pattern is a file name, then NAnt will also search for the assembly in the list of reference assemblies for the current target framework. This list is defined using filesets in the node of the NAnt configurat

Re: [NAnt-users] [Nunit-users] NUnit Failure with net-2.0

Mark, Running NAnt in debug should at least give you a stacktrace that we can use to find the cause. I'm convinced this isn't a NUnit issue, so perhaps we should move this thread to the nant-users mailing list. Gert From: Mark Mayo Sent: Wednesday, June 18, 2008 4:10 PM To: [EMAIL PROTECTED

Re: [NAnt-users] Bug discovered: The If and Unless tagsevaluateafterproperties are checked for existence

Hey All, Currently we indeed do not treat the if/unless attributes in a special way. Even if the if/unless attributes signal that a given target/task should not be executed, all elements/attributes will be initialized and it's up to task authors to check whether or not to use a given element (b

Re: [NAnt-users] Determine If Running in Verbose Mode

n" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2008 1:02 PM To: "Gert Driesen" <[EMAIL PROTECTED]>; Subject: Re: [NAnt-users] Determine If Running in Verbose Mode > Hi Gert > > Thanks for taking the time to respond. > > If I do just as you suggested then

Re: [NAnt-users] Determine If Running in Verbose Mode

Colin, Just set the level attribute on the task to "verbose". Gert -- From: "Gourlay, Colin" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2008 11:54 AM To: Subject: [NAnt-users] Determine If Running in Verbose Mode > Is there a way of determining

Re: [NAnt-users] Problems with nunit2->test->assemblies

Andrew, Can you send me a repro containing all necessary binaries? Gert -- From: "Schley Andrew Kutz" <[EMAIL PROTECTED]> Sent: Friday, May 30, 2008 4:21 AM To: Subject: [NAnt-users] Problems with nunit2->test->assemblies > I cannot get the nunit

Re: [NAnt-users] Versioning of Assemblies

Versioning of AssembliesGordon, You can use our filterchain support in the task for this. One way of achieving this is by using a replacetokens filter. Your AssemblyInfo template would contain something like this: [assembly: AssemblyVersion ("@ASSEMBLY_VERSION@")] and your NAnt script would c

Re: [NAnt-users] Exec command

Scott: Please run NAnt in debug mode (NAnt.exe -debug ...), and post the relevant output here. Bob: The useruntimeengine is used to indicate the you want to run a managed application. This has no effect when you're targeting .NET, but is necessary when you're targeting Mono. In NAnt 0.86, "use

Re: [NAnt-users] Framework paths

Brad, This issue was fixed since the beta 1 release. Can you try using the lastest nightly build (from 10th of Februari), and let me know if that fixes it for you? Thanks! Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brass Tilde Sent: vrijdag 2

Re: [NAnt-users] Adding Files to an Existing Fileset

Aquil, Another option is to use our newly introduced patternset support: http://nant.sourceforge.net/nightly/latest/help/types/patternset.html For this, you need NAnt 0.86 Beta 1 or a recent nightly build. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

Re: [NAnt-users] Console input ...

Ken, No, this is not yet implemented. Feel free to submit a patch though. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Parrish Sent: woensdag 16 april 2008 23:23 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Console input ... Is there any wa

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

Try running the build in debug mode (NAnt.exe -debug), and send me the resulting output. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: dinsdag 18 maart 2008 9:50 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task - 'ca

Re: [NAnt-users] swtiching between .net versions.

Hey Olivier, Check out this FAQ entry: http://nant.sourceforge.net/faq.html#change-targetframework Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Stieber Sent: dinsdag 18 maart 2008 10:38 To: nant-users@lists.sourceforge.net Subject: [NAnt-

Re: [NAnt-users] Using 0.86 beta 1 for .NET 3.5

Mike, Please try using the latest nightly build. I recently fixed a bug related to support for .NET Framework 3.5: http://nant.sourceforge.net/nightly/latest/releasenotes.html Let me know if that fixes the problem for you. Gert - Original Message - From: "Mike Frederick" <[EMAIL PROT

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

Eric, Currently, the solution task always uses the MSBuild that is part of .NET 2.0. Work is underway to change this, but we're still discussing how we should implement it. There are two versions of MSBuild: MSBuild 1.0: part of .NET Framework 2.0; by default targets .NET Framework 2.0. MSBuil

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server2008...nonet-3.0 ???

aced in a 3.5 folder. - Original Message ---- From: Gert Driesen <[EMAIL PROTECTED]> To: Ron Grabowski <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.net Sent: Tuesday, February 26, 2008 1:23:38 PM Subject: RE: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ??? R

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ???

Ron, We currently do not provide support for targeting .NET Framework 3.0, although this would be easy to fix. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Grabowski Sent: dinsdag 26 februari 2008 21:43 To: nant-users@lists.sourceforge.net S

Re: [NAnt-users] Command line target name ...

Ken, You need to use a "wild" target: http://nant.sourceforge.net/release/latest/help/fundamentals/targets.html For example:

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

Hey Jeff, We're actually not using log4net for our regular build output. Also, we do not treat stderr any different from stdout (except for the logging level). Do you have a small repro that shows the behavior you're seeing? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [NAnt-users] Error using Solution Folders in a VS 2005 Projectwiththe task

Feb 13, 2008 11:16 AM, Gert Driesen <[EMAIL PROTECTED]> wrote: Hi Ben, This issue is fixed in CVS. Can you try using the latest nightly build? Gert - Original Message - From: "Ben Siemon" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 13, 2008 6:11 PM Subject:

Re: [NAnt-users] Error using Solution Folders in a VS 2005 Project withthe task

Hi Ben, This issue is fixed in CVS. Can you try using the latest nightly build? Gert - Original Message - From: "Ben Siemon" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 13, 2008 6:11 PM Subject: [NAnt-users] Error using Solution Folders in a VS 2005 Project withthe task > It

Re: [NAnt-users] Using nant with .resx files without resgen

Andrew, You do not need Visual Studio, you only need to install the .NET Framework SDK. Resx files must be compiled before you can use then, hence the need for resgen. Hope this helps, Gert - Original Message - From: "Andrew Armstrong" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 1

Re: [NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0'is not correctly configured"

Chris, This does not appear to be a NAnt issue. Can you try running a console appp that use Path.GetTempFileName () ? Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Weiss Sent: vrijdag 8 februari 2008 21:54 To: nant-users@lists.sourceforge.ne

Re: [NAnt-users] comregister unregister issue

Hey Bob, No idea actually. Could you send me a repro for this? Or even better: submit a bug report for it ;-) Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: donderdag 7 februari 2008 23:15 To: nant-users@lists.sourceforge.net Subject: [NAnt-user

Re: [NAnt-users] Nant - CompactFramework 1.0 Smartdevice application"vbdproj " file format is not supported...

Hi Dhanuka, We support the .NETCF 1.0 for the regular compiler tasks (csc, vbc, resgen, ...). However, the task currently does not support it. Gert - Original Message - From: "dhanuka senaratne" <[EMAIL PROTECTED]> To: Sent: Friday, February 01, 2008 10:31 AM Subject: [NAnt-users] N

Re: [NAnt-users] redirecting stderr

Alex, The task will write both stdout and stderr to the specified output file; however, the current behavior is that both stdout and stderr will still be written to the build log as well. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roebuck, Alex Sent: woensd

  1   2   3   4   5   6   7   8   9   10   >