[Nant-users] Problem with readonly attribute on property

2005-11-15 Thread Rod Ayers
I have a "top-level" build file in which I initialize several properties.  It then calls a task in another build file that reads a properties file, updating properties previously initialized.  I want to make sure that properties updated from the property file don't get overwritten anywhere

Re: [Nant-users] nant wiki

2005-11-15 Thread Ian MacLean
Hi John, And it was horribly hijacked by spammers before that. I'm actually thinking about migrating it to another wiki host. I didn't setup the current one ( phpwiki ) and would prefer to use a hosted solution than spend too much time working out how to admin phpwiki. Anyone know of a good (

FW: [Nant-users] Best way to merge contents of multiple XML files?

2005-11-15 Thread Foster, Richard - PAL
I wondered why I hadn't got a response... It's because this didn't go to the list! Forwarding so someone who knows can answer this Regards, Richard -Original Message- From: Foster, Richard - PAL Sent: Friday, November 11, 2005 15:37 To: 'Gary Feldman' Subject: RE: [Nant-users] Best

Re: [Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Gert Driesen
Hi Tim, Can you send me a small repro ? Gert - Original Message - From: "Tim Mayert" <[EMAIL PROTECTED]> To: "Bill Barge" <[EMAIL PROTECTED]>; Sent: Tuesday, November 15, 2005 4:30 PM Subject: RE: [Nant-users] Calling Solution target to build complete solution My solution file does no

RE: [Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Tim Mayert
Title: Message My solution file does not build web projects.  They are all simply C++ projects and there is no problem building it with Studio or nmake, it is just NAnt solution build that seems to be the issue.  Are there any other suggestions on how to get this to work better?   Thanks,  

RE: [Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Bill Barge
Thanks, That seemed to help. I am still having a problem with it building but I think I have my working directory set up wrong. Bill Barge CrystalTech Web Hosting Inc. Phone: 602-263-0300 x131 Fax: 602-263-0600 Email: [EMAIL PROTECTED] URL:www.crystaltech.com -Original Message- Fro

Re: [Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Gert Driesen
- Original Message - From: "Bill Barge" <[EMAIL PROTECTED]> To: Cc: "'Tim Mayert'" <[EMAIL PROTECTED]> Sent: Tuesday, November 15, 2005 4:05 PM Subject: RE: [Nant-users] Calling Solution target to build complete solution > > I have seen simular problems using the solution task. The co

RE: [Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Bill Barge
Title: Message   I have seen simular problems using the solution task.  The common item I am seeing is that NAnt is not wanting to build my web project (web application).  When I run it again solutions that do not have a web project as the final project it works fine.  I always get the follo

[Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Tim Mayert
Title: Message Are there any tricks to make this work properly?  I and using the solution task to simply run the complete solution under each of the configurations that exist.  Now most projects build, but there are some projects that are simply skipped entirely.  And I do not mean skipped w

[Nant-users] Re: [nant-dev] [ nant-Bugs-1344473 ] nightlies fail on mono 1.1.9 on windows

2005-11-15 Thread si
Hi, Whilst issue 134473 is resolved, there appears to be another gremlin. Try running attached modification of UserTask example on mono on windows. see output.txt - nant-mono is just a batch file calling: mono "C:\Program Files\NAnt\bin\NAnt.exe" %* fwiw, I got irked having C# code inside