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 script task. Regards, Gert - Oorspronkelijk e-mail - Van: Ryan Boggs rmbo...@gmail.com Aan: Sunil Singh

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

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

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;. echo

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

2010-05-24 Thread Gert Driesen
Hey Simon, You should set failonerror on the exec 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 foreach task and the failonerror attribute Hi

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. references include name=System.dll / ... /references Gert -Original Message- From: Ryan Boggs

Re: [NAnt-users] WebRequest

2010-03-18 Thread Gert Driesen
Lionel, You can use the get task for this purpose. Note, you need to use the imports 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,

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:

Re: [NAnt-users] newline in echo

2009-07-09 Thread Gert Driesen
. 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). Chris From: Gert Driesen

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:gert.drie...@telenet.be

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 echo file=file.txtThis is my text/echo seems to actually output: This

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): project name=script-test default=build target name=build script language=C# code ![CDATA[ public static

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

2009-04-24 Thread Gert Driesen
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

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

2009-04-23 Thread Gert Driesen
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

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

2009-04-22 Thread Gert Driesen
Hi Raj, The csc 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

Re: [NAnt-users] properties in functions

2009-04-07 Thread Gert Driesen
Hi Nathan, In expressions, properties must be references without braces. For example: if test=${not file::exists(version-info-script)} fail message=version script ${version-info-script} not available / /if Hope this helps, Gert -Original Message- From: Nathan Franzen

Re: [NAnt-users] nant and nunit version

2009-04-07 Thread Gert Driesen
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

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

2009-02-27 Thread Gert Driesen
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

Re: [NAnt-users] wiki documenation for nant

2009-02-27 Thread Gert Driesen
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

Re: [NAnt-users] suppressing unzip output?

2009-02-18 Thread Gert Driesen
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

2009-02-12 Thread Gert Driesen
-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 windows

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

2009-02-10 Thread Gert Driesen
Raj, If you want to use the depends task, you need to download and install/load NAntContrib. However, most people use the depends attribute on the target element to define dependencies. The depends task is useful when you want to dynamically define the dependencies. Gert -Original

Re: [NAnt-users] ignoring compilation error messages

2009-02-04 Thread Gert Driesen
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

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

2009-01-30 Thread Gert Driesen
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

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

2009-01-29 Thread Gert Driesen
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 command prompt? Gert From

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

2009-01-29 Thread Gert Driesen
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

2009-01-28 Thread Gert Driesen
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

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

2009-01-16 Thread Gert Driesen
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:

Re: [NAnt-users] Silverlight

2009-01-12 Thread Gert Driesen
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:

Re: [NAnt-users] External reference to a fileset

2009-01-06 Thread Gert Driesen
Ken, You should actually be using a patternset 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:

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

2008-12-04 Thread Gert Driesen
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: if test=${string::contains(readLine,'failed')} echo message=${readLine} /if Hope this helps, Gert -Original

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

2008-12-03 Thread Gert Driesen
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 is running on WOW64

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

2008-11-25 Thread Gert Driesen
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, 2008 at 21:39

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

2008-11-10 Thread Gert Driesen
Steve, You can spawn the installation, and then wait for it to finish. For example: exec spawn=true pidproperty=install.pid ... / ... waitforexit pid=${install.pid} / Note: You'll need a recent version of both NAnt and NAntContrib for this. Gert -Original

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

2008-11-10 Thread Gert Driesen
Hi, You can use includesfile / excludesfile 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

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

2008-11-07 Thread Gert Driesen
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:

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

2008-11-06 Thread Gert Driesen
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:

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

2008-10-31 Thread Gert Driesen
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

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

2008-10-30 Thread Gert Driesen
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

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

2008-09-14 Thread Gert Driesen
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

2008-09-07 Thread Gert Driesen
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

Re: [NAnt-users] svn failed to start

2008-09-05 Thread Gert Driesen
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?

2008-09-03 Thread Gert Driesen
Steve, You can just set the cascade attribute to false. call target=... cascade=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

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

2008-08-26 Thread Gert Driesen
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]; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users]

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

2008-08-18 Thread Gert Driesen
Hi, You could’ve used this one: resources prefix=MyProject dynamicprefix=”true” basedir=”${source.dir}/MyProject“ include name=**/*.resx/ /resources Hope this helps, Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: maandag 18

Re: [NAnt-users] Upload files without ftp

2008-08-14 Thread Gert Driesen
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

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Gert Driesen
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

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Gert Driesen
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;

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

2008-08-08 Thread Gert Driesen
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

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

2008-08-08 Thread Gert Driesen
; 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] Removing smbolic links

2008-07-23 Thread Gert Driesen
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

Re: [NAnt-users] MissingManifestResourceException

2008-07-08 Thread Gert Driesen
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:20

Re: [NAnt-users] MissingManifestResourceException

2008-07-08 Thread Gert Driesen
: Gert Driesen [EMAIL PROTECTED] To: Tolga Onbay [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Tuesday, July 8, 2008 4:46:50 PM Subject: Re: [NAnt-users] MissingManifestResourceException Tolga, Try using ildasm to check what the manifest resource names were actually generated

Re: [NAnt-users] Detecting path at runtime

2008-07-03 Thread Gert Driesen
: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 to the mono shellscript? And, in my buildfile: [..] token key=MONO value=/usr/bin/mono / Obviously, this is not standard. One might want [1] to use a version

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

2008-07-02 Thread Gert Driesen
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

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread Gert Driesen
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

Re: [NAnt-users] Detecting path at runtime

2008-06-27 Thread Gert Driesen
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]

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

2008-06-23 Thread Gert Driesen
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 reference-assemblies filesets in the

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

2008-06-23 Thread Gert Driesen
] 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 where Nant

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

2008-06-18 Thread Gert Driesen
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

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

2008-06-04 Thread Gert Driesen
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

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

2008-06-03 Thread Gert Driesen
Colin, Just set the level attribute on the echo task to verbose. Gert -- From: Gourlay, Colin [EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:54 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Determine If Running in Verbose Mode

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

2008-05-30 Thread Gert Driesen
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: nant-users@lists.sourceforge.net Subject: [NAnt-users] Problems with

Re: [NAnt-users] Versioning of Assemblies

2008-05-27 Thread Gert Driesen
Versioning of AssembliesGordon, You can use our filterchain support in the copy 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

Re: [NAnt-users] Exec command

2008-05-06 Thread Gert Driesen
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,

Re: [NAnt-users] Framework paths

2008-04-25 Thread Gert Driesen
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

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

2008-04-18 Thread Gert Driesen
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

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

2008-04-17 Thread Gert Driesen
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

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

2008-03-18 Thread Gert Driesen
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:

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

2008-03-18 Thread Gert Driesen
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 -

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

2008-02-27 Thread Gert Driesen
. - 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 ??? Ron, We currently do not provide

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

2008-02-26 Thread Gert Driesen
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

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

2008-02-21 Thread Gert Driesen
Ken, You need to use a wild target: http://nant.sourceforge.net/release/latest/help/fundamentals/targets.html For example: project name=test default=rebuild target name=* nant target=${target::get-current-target()} buildfiles

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

2008-02-18 Thread Gert Driesen
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

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

2008-02-13 Thread Gert Driesen
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: nant-users@lists.sourceforge.net Sent: Wednesday, February 13, 2008 6:11 PM Subject: [NAnt-users] Error using Solution Folders in a VS 2005

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

2008-02-13 Thread Gert Driesen
. On 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: nant-users@lists.sourceforge.net Sent: Wednesday, February 13, 2008 6:11 PM

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

2008-02-08 Thread Gert Driesen
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:

Re: [NAnt-users] comregister unregister issue

2008-02-07 Thread Gert Driesen
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:

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

2008-02-01 Thread Gert Driesen
Hi Dhanuka, We support the .NETCF 1.0 for the regular compiler tasks (csc, vbc, resgen, ...). However, the solution task currently does not support it. Gert - Original Message - From: dhanuka senaratne [EMAIL PROTECTED] To: nant-users@lists.sourceforge.net Sent: Friday, February 01,

Re: [NAnt-users] exec redirecting stderr

2008-01-30 Thread Gert Driesen
Alex, The exec 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:

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-25 Thread Gert Driesen
the distribution zip file ... Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: vrijdag 25 januari 2008 19:59 To: Gert Driesen; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86 Hi Gert. Somehow

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-25 Thread Gert Driesen
Hey John, Can you check whether you have an assembly named NAnt.MSBuild.dll in nant bin dir\extensions\common\2.0 ? Thanks, Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: donderdag 24 januari 2008 22:44 To: Gert Driesen; nant-users

Re: [NAnt-users] Minor mistake in documentation for cvs-tag andcvs-rtag

2008-01-25 Thread Gert Driesen
Hey Alex, This is now fixed in CVS. Thanks for reporting it! Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roebuck, Alex Sent: vrijdag 25 januari 2008 12:03 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Minor mistake in documentation for

Re: [NAnt-users] New to list - How best to create if-else-endifconstruct ...

2008-01-24 Thread Gert Driesen
Hey Ken, You can use the NAntContrib choose task for this: http://nantcontrib.sourceforge.net/release/latest/help/tasks/choose.html Hope this helps, Gert - Original Message - From: Parrish, Ken [EMAIL PROTECTED] To: nant-users@lists.sourceforge.net Sent: Wednesday, January 23, 2008

Re: [NAnt-users] VS2008 solution format error

2008-01-24 Thread Gert Driesen
- Original Message - From: Bob Archer [EMAIL PROTECTED] To: David Anderson [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Thursday, January 24, 2008 2:25 PM Subject: Re: [NAnt-users] VS2008 solution format error My assumption is that VS 2008 solutions aren't supported yet.

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Gert Driesen
Hi John, Are you sure you extract all files or the NAnt distribution in the correct directories ? Can you send me a debug log (NAnt.exe -debug -logfile:log.txt) ? Also, do you have .NET Framework 2.0 installed and does NAnt report it as your target framework ? Gert _ From: [EMAIL

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Gert Driesen
Of Dix, John Sent: donderdag 24 januari 2008 22:24 To: Gert Driesen; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86 Hi Gert, As far as I know everything installed where it should be. Attached is the file you asked for and here

Re: [NAnt-users] Solution Tasks and post-build-event...

2008-01-21 Thread Gert Driesen
Hey Sébastien, Do you have a repro for this that you can share? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Filion Sent: maandag 21 januari 2008 14:59 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Solution Tasks and post-build-event...

Re: [NAnt-users] Hello and a couple of questions

2008-01-14 Thread Gert Driesen
Hey Richard, This issue was in fact a race condition that has been fixed since. Can you try using NAnt 0.85 beta 1? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Cook Sent: maandag 14 januari 2008 20:16 To: nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] Filesets

2008-01-07 Thread Gert Driesen
fileset basedir=ProjectB patternset refid=sources / /fileset /zip Hope this helps, Gert - Original Message - From: Jay Flowers [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sourceforge. Net nant-users@lists.sourceforge.net; Bob Archer [EMAIL

Re: [NAnt-users] Filesets

2008-01-06 Thread Gert Driesen
Bob, 1) The properties you use in the fileset declaration are resolved when it is declared. The scanning for files is done when the fileset is actually used (by a task). 2) Yes, for this purpose I introduced support for patternsets:

Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Gert Driesen
Hi Jay, Good to see you're still alive ;-) I've been meaning to contact you as I wanted to ask whether it's ok to add your NAnt extensions here: http://nant.sourceforge.net/external.html and if so, could you provide the necessary information? I'll have a look at the design flaw asap. I

Re: [NAnt-users] Nantcontrib vssget doesn't work when called fromCruiseControl

2007-12-22 Thread Gert Driesen
Hi Juan Carlos, Does it work if run the build script directly (with CC.NET) on the same machine? Are you sure the mapped drive is available under CC.NET? Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juan Carlos Becerra Irene Sent: zaterdag 22 december 2007

Re: [NAnt-users] Help with property needed

2007-12-22 Thread Gert Driesen
Hi Johannes, NAnt will not resolve PlatformID.Unix to its enum value. You can use this instead: ${operating-system::get-platform(environment::get-operating-system())=='Unix '} However, this will only work if you're running NAnt on .NET 2.0 and higher (or Mono 2.0 profile).

Re: [NAnt-users] Help with property needed

2007-12-22 Thread Gert Driesen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Luber Sent: zaterdag 22 december 2007 20:26 Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with property needed Gert Driesen schrieb: Hi Johannes, NAnt will not resolve PlatformID.Unix to its enum

[NAnt-users] NAnt 0.86 Beta 1 is available

2007-12-08 Thread Gert Driesen
The first beta for NAnt 0.86 is available NOW ! This release focuses on extending our already strong support for multiple target frameworks, bringing improved flexibility and performance. As of this release, our framework support chart looks like this: Framework Target

[NAnt-users] Moonlight / Silverlight support

2007-11-16 Thread Gert Driesen
Hi, I've been working on support for targeting Moonlight and Silverlight in NAnt. I wonder what framework identifiers we should use. For now I used: * moonlight-1.1 * silverlight-1.1 Are these too long ? Any alternatives? Gert

Re: [NAnt-users] Strict execution of managed applications

2007-11-16 Thread Gert Driesen
PROTECTED] Sent: vrijdag 16 november 2007 16:44 To: Gert Driesen; nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [NAnt-users] Strict execution of managed applications Hi, Cool! Thanks a lot - I'll give it a shot on our Spring.NET codebase asap. keep up the great work! cheers

[NAnt-users] Strict execution of managed applications

2007-11-16 Thread Gert Driesen
Hi, Today, I've finally introduced support for running a Managed application on a specific version of a CLR. We've been supporting running an application on a given CLR for quite a while now, but we did not provide direct support for forcing an application to run on a specific CLR version.

Re: [NAnt-users] Error loading GUID of project 'myproject.csproj'.

2007-11-13 Thread Gert Driesen
Hi Gemma, Can you submit a bug report for this issue, and attach a small repro to the bug report? Thanks! Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gemma Sent: dinsdag 13 november 2007 15:09 To: nant-users@lists.sourceforge.net Subject: Re:

Re: [NAnt-users] NAnt copy command failingwithSystem.IO.PathTooLongException

2007-11-08 Thread Gert Driesen
A while ago I read a blog post of one of the Windows developers/architects while explains a way to support paths of more than 260 characters. If I recall correctly if we using a special character as prefix. I'll need to look it up again. Either we encourage users to use that prefix or we

  1   2   3   4   5   6   7   8   9   10   >