[NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
Hello, I'm working on converting an Ant script to Nant and have ran into an issue with joining several variables together in Nant. Below is the original Ant script in which it pulls information from a properties file and uses the information to feed the build. The project starts by looping

Re: [NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
and of course can't find it and dies. Thanks for the help! Much appreciated! -Doug -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, June 17, 2013 9:22 AM To: Labout, Douglas; 'nant-users@lists.sourceforge.net' Subject: RE: Nested variables Hello, I'm working

Re: [NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
it to return the property.project.Ord, but can't append the .ProjectName, .ViewName, or Label without it interpreting it as NETDLLs.ProjectName. -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, June 17, 2013 10:47 AM To: Labout, Douglas; 'nant-users

Re: [NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
Thanks Bob! That fixed it. -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, June 17, 2013 1:18 PM To: Labout, Douglas; 'nant-users@lists.sourceforge.net' Subject: RE: Nested variables Right... so use the property::get-value() function. I think this is what