RE: [nant-dev] nant task and property inheritance

2002-06-06 Thread Gerry Shaw
I agree with this. Nice clear write up of the problem and solution. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Scott Hernandez > Sent: Thu, June 6, 2002 11:59 AM > To: 'NantDev' > Subject: [nant-dev] nant task and property inheritance >

RE: [nant-dev] nant task and property inheritance

2002-06-06 Thread Scott Hernandez
Tomas, [snip'd] > I did that on purpose as I did not know what it could break. It might need > a few more tests (and I have a unit test in the works), but if you think > it's OK, I'd see no problem in enabling it by default. I've updated the NAntTask unit test to check both cases with inheritanc

RE: [nant-dev] nant task and property inheritance

2002-06-06 Thread Browning, Don
Title: RE: [nant-dev] nant task and property inheritance > 2.) If then properties are copied to new > project (but not made read-only). > My take on this is that we should inherit by default and not make them > read-only (as we currently do). This differs from Ant, but I never > understo

Re: [nant-dev] nant task and property inheritance

2002-06-06 Thread Tomas Restrepo
Hi Scott, > Okay, with the recent changes to the NAntTask we now have something > closer to what Ant does. But there are still some differences. To be honest, I had no clue about how ant does it, so I sorta implemented it as I thought would be most useful... > 1.) By default in Ant the child pr

[nant-dev] nant task and property inheritance

2002-06-06 Thread Scott Hernandez
Okay, with the recent changes to the NAntTask we now have something closer to what Ant does. But there are still some differences. 1.) By default in Ant the child project has read-only access (which means they are treated as user properties which cannot be assigned to) to all the properties of th

RE: [nant-dev] Internal Error

2002-06-06 Thread Scott Densmore
Title: Message Thanks, this what I figured... I guess one day I can get a chance to try and work on this as well.  I would like to take a look at what you got... thanks for your help.   scott -Original Message-From: JT Perry [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06,

RE: [nant-dev] Internal Error

2002-06-06 Thread JT Perry
Title: Message The resgen as currently written will not support what you are trying to do.  In fact using a fileset at all has bugs within resgen (the NeedsCompiling routine).   I have adjusted the resgen task, added a prepend property (to prepend the full namespace declaration (RVS.Fram

[nant-dev] Internal Error

2002-06-06 Thread Scott Densmore
Title: Message This is my first shot at using Nant so be warned I could have done something really wrong.   I am trying to use the resgen task... I have attached the build file and here is the error that was output into the console... I would not doubt if I have more errors so any help woul