[NAnt-users] Problem with 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 v

[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. Influence

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 wo

Re: [NAnt-users] MSBuild

2006-07-28 Thread Brass Tilde
>> Geez, where have I been? Does this task support the .NET >> 2.0 version of the program? > > Yes. > > Note: it currently is only part of NAntContrib. Cool. Since I already use NAntContrib, that makes it easy. Thanks, Brad

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... The included build file contains only properties: - steve -Original Message- From: [EMAIL PROTECTED] [mailto:[

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] 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; nant-users@lists.sourc

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 Bob Archer
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 Subject: [NAnt-users] Recursive call of the build file Hi, In fo

[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 ... -output-- [echo

Re: [NAnt-users] Silent tasks?

2006-07-28 Thread Bonio Lopez
Hi, I would vote for this feature too. The most of xmlpeek/poke output is annoying in my build scenario. Regards, Boni -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Montag, 17. Juli 2006 01:22 To: nant-users@lists.sourceforge.net Subj

Re: [NAnt-users] Evaluation of if and unless

2006-07-28 Thread Gert Driesen
- Original Message - From: "Gary Feldman" <[EMAIL PROTECTED]> To: Sent: Thursday, July 27, 2006 1:31 AM Subject: Re: [NAnt-users] Evaluation of if and unless > Gert Driesen wrote: >> From: "Bonio Lopez" <[EMAIL PROTECTED]> >> Sent: Tuesday, July 25, 2006 6:37 PM >> ... >> >> Another so

[NAnt-users] Problems with solution task building projects out of order....

2006-07-28 Thread Paul Gale
Hi, I am having a problem using the solution task with nant-0.85-rc4 and VS.NET 2002 building unmanaged C++. Compiler (cl.exe): 13.00.9466. VS.NET 2002: 7.0.9955. OS: Windows XP Pro, SP2. The master solution file I have just created to build all containing projects builds them in the correct o

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 > > > > > ... > > > > > > Geez, where have I been? Does thi

Re: [NAnt-users] MSBuild

2006-07-28 Thread Brass Tilde
> > ... > > Geez, where have I been? Does this task support the .NET 2.0 version of the program? Brad - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

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

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: [NAnt-use