Re: AW: Calling task in another xml file from main build file

2009-01-28 Thread Sunils_82
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

Re: AW: Calling task in another xml file from main build file

2009-01-28 Thread Sunils_82
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

AW: Calling task in another xml file from main build file

2007-12-12 Thread Jan.Materne
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