Correct. Each task is an independent action so if you need to call
updateDatabase with and without an output file that would be two
separate task calls (i.e. two separate <updateDatabase> elements).
That is the nature of any Ant task and the command line does have that
advantage in some cases.
You can combine multiple tasks into a single Ant target if you always want the two tasks to run at the same time.
If you are having any issues with the tasks or have any feedback, I would be happy to help. I am always looking to improve the tasks.
You can combine multiple tasks into a single Ant target if you always want the two tasks to run at the same time.
If you are having any issues with the tasks or have any feedback, I would be happy to help. I am always looking to improve the tasks.