Hi,
I have used the following code to access build.xml file present in sample_1
folder from sample_2 folder.
Call to another build.xml file is made successfully, but the task in that
build file fails with error stating
myBuild:
[mxmlc] Loading configuration file C:\Program Files\Adobe\F
Hi,
I have used the following code to access build.xml file present in sample_1
folder from sample_2 folder.
Call to another build.xml file is made successfully, but the task in that
build file fails with error stating
myBuild:
[mxmlc] Loading configuration file C:\Program Files\Adobe\F
You should be more precise with the terms "tasks" and "targets" ...
There are multiple options to call external defined collections of tasks:
1. or
Calls the specified (one or multiple) targets in another buildfile.
2.
Calls the specified target in multiple other buildfiles.
3.
Impor