See the last question "Can I use two different
buildfiles in the "schedule interval" -target in
config.xml?".
Jtf
I have two ant tasks in my config file. CC is invoking only the first ant
task and ignoring the second ant task.
<schedule
interval="30" >
<ant
buildfile="getsrc.xml" target="clean" multiple="1"
/>
<ant
buildfile="build.xml" target="build" multiple="1"
/>
</schedule>
I have only one modificationset. I want to run the two ant tasks on the
basis of one modification. I am using two different build files to do
this.
Please tell me a way to resolve this problem. I appreciate your help.
Thanks
Satyapal
Do you Yahoo!?
Yahoo! Photos - Get
your photo on the big screen in Times Square
|