[NAnt-users] unexpected attribute duplicate on element zip

2006-07-28 Thread Steve Whitley
I have a task that zips up builds, and ships them over to another place. I get the error Unexpected attribute \"duplicate\" on element zip. when I run it. docuementation shows there being a duplicate attribute. any clues as to solving this? thanks, Steve

Re: [NAnt-users] unexpected attribute duplicate on element zip

2006-07-28 Thread Gert Driesen
Steve, You must be using an older version of NAnt. Try downloading 0.85 RC4. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Whitley Sent: woensdag 26 juli 2006 0:06 To: nant-users@lists.sourceforge.net Subject: [NAnt-users]

Re: [NAnt-users] unexpected attribute duplicate on element zip

2006-07-28 Thread Steve Whitley
I was using the latest version that was available for download on sf as of the day I posted this. Gert Driesen wrote: Steve, You must be using an older version of NAnt. Try downloading 0.85 RC4. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [NAnt-users] unexpected attribute duplicate on element zip

2006-07-28 Thread Mark . Gibson
I had the same problem. It is in RC4, but not in RC3. I downloaded RC4 yesterday so it is definately available. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve WhitleySent: Fri 28 July 2006 07:41To: nant-users@lists.sourceforge.netSubject: Re:

Re: [NAnt-users] MSBuild

2006-07-28 Thread Brass Tilde
msbuild ... ... property name=Configuration value=${build.config} / /msbuild Geez, where have I been? Does this msbuild / task support the .NET 2.0 version of the program? Brad - Take Surveys. Earn Cash.

Re: [NAnt-users] MSBuild

2006-07-28 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brass Tilde Sent: vrijdag 28 juli 2006 13:22 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] MSBuild msbuild ... ... property name=Configuration

[NAnt-users] Recursive call of the build file

2006-07-28 Thread Bonio Lopez
Hi, In following example I would like to recursively call the same build file with changing test_type property. Unfortunately test_type=-1 all the time. What do I do wrong? Thanks, Boni project name=someprg default=build property name=test_type value=-1 overwrite='false' / target name=*

Re: [NAnt-users] Recursive call of the build file

2006-07-28 Thread Bob Archer
foreach item=String in=embedded,type2,type3 delim= , property=tt Try removing the space in the delim attribute. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez Sent: Friday, July 28, 2006 10:52 AM To: nant-users@lists.sourceforge.net

Re: [NAnt-users] Load properties from a file

2006-07-28 Thread Steve Roy
Hi, I was interested in doing this also...Did someone locate a solution for this in NANT? - steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Load properties from a file Date: Tue, 25 Jul 2006 08:57:32 +0100 Hi Brad, With Ant,

Re: [NAnt-users] Recursive call of the build file

2006-07-28 Thread Bonio Lopez
Hi Bob, Still have the same problem. AFAIK delim is a list of chars (see http://nant.sourceforge.net/release/latest/help/tasks/foreach.html, example v) -Original Message- From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Freitag, 28. Juli 2006 16:02 To: Bonio Lopez;

Re: [NAnt-users] Recursive call of the build file

2006-07-28 Thread Bob Archer
Sorry, Try to set inheritall=true on the NAnt task. I think the default of that has toggled back and forth in a few versions. It may be flase in the version you are running. Do you have something in default.build that echos test_type out? BOb -Original Message- From: [EMAIL PROTECTED]

Re: [NAnt-users] Load properties from a file

2006-07-28 Thread Roy, Steven
For the purpose of sharing with the user list...I found a technique posted elsewhere. Simply include a property only buildfile in the master buildfile... include buildfile=environment.build / The included build file contains only properties: ?xml version=1.0? project name=My project

Re: [NAnt-users] windows application won't start after compilation

2006-07-28 Thread Rico Schaepe
Thanks Gary, It works with net1.1 but what do I have to do that it also works for net2.0 ? And is there a better solution to copy the external libs to the build path, so that the existing libs can be used ? Thanks in forward Cando Rico Schaepe wrote: ... The first compilation attempt

[NAnt-users] Diff task for nant

2006-07-28 Thread Bonio Lopez
Hi, I am looking for a task, which return 0 if text files are identical. (just like a unix diff tool). Is something build in into nant or should I use GNU diff with exec task? Thanks, Boni - Take Surveys. Earn Cash.

[NAnt-users] Problem with license and ComponentOne

2006-07-28 Thread Juan Carlos Becerra Irene
Hello I'm a new NAnt user trying to use the tool. My problem is this:1. I use ComponentOne (C1) components which require a license.2. I've created the code to generate the .licenses file 3. The script builds ok, but when I run the output, I get popup boxes indicating that I'm not using a licensed