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
> 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
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
> 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
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
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