Re: [Nant-users] Tasks in an Included file

2004-08-03 Thread Ian MacLean
John Ludlow wrote: which includes an st.co target in commonproperties.xml and it calls the st.co task with no issues: Yeah, I managed to get something similar working. However, (did I forget to mention this? Sorry if I did) where mine is failing is when I execute a task in the parent build

Re: [Nant-users] Tasks in an Included file

2004-08-03 Thread John Ludlow
> which includes an st.co target in commonproperties.xml and it calls the st.co task > with no issues: Yeah, I managed to get something similar working. However, (did I forget to mention this? Sorry if I did) where mine is failing is when I execute a task in the parent build file: Thanks

Re: [Nant-users] Tasks in an Included file

2004-08-03 Thread Ian MacLean
John Ludlow wrote: What error are you getting ? "Target 'st.co' does not exist in this project." At the top of the project element, I have this: and in the Starteam.xml file I have

Re: [Nant-users] Tasks in an Included file

2004-08-03 Thread John Ludlow
> What error are you getting ? "Target 'st.co' does not exist in this project." At the top of the project element, I have this: and in the Starteam.xml file I have

Re: [Nant-users] Tasks in an Included file

2004-08-03 Thread Ian MacLean
What error are you getting ? Ian John Ludlow wrote: Hi, I'm trying to refactor my build file to make a bit more sense. I've got a few common tasks defined in a .xml file which I include with the Include task. This all works fine except that the task I'm trying to execute doesn't get executed (s

[Nant-users] Tasks in an Included file

2004-08-03 Thread John Ludlow
Hi, I'm trying to refactor my build file to make a bit more sense. I've got a few common tasks defined in a .xml file which I include with the Include task. This all works fine except that the task I'm trying to execute doesn't get executed (says it can't find it). Does a task not get includ