Last modified by Pascal Robert on 2012/07/21 20:39
From version 45.1
edited by Kieran Kelleher
on 2007/12/10 20:48
on 2007/12/10 20:48
Change comment:
There is no comment for this version
To version 44.1
edited by Kieran Kelleher
on 2007/12/10 20:52
on 2007/12/10 20:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,10 +20,18 @@ 20 20 21 21 * So, download the script and drag it to the root of your project. 22 22 23 -* Next, right-click on thescript and selectthe "clean"andcompileAndBuild" tasks. Ifnecessaryuse the "Order..." buttontoensurethat "clean"comesbefore "compileAndBuild".23 +* Open the Ant run configuration for the script 24 24 25 25 {{info title="Using the Ant Script"}} 26 - 26 + 27 27 !running_the_script.jpg! 28 28 29 29 {{/info}} 30 + 31 +* Next, right-click on the script and select the "clean" and compileAndBuild" tasks. If necessary use the "Order..." button to ensure that "clean" comes before "compileAndBuild". 32 + 33 +{{info title="Configure the Ant Tasks to be run"}} 34 + 35 +!ant_tasks.jpg! 36 + 37 +{{/info}}