Tag Archives: eclipse

Ant for flash developers – Task scriptdef (part 5)

Sorry, this entry is only available in Español.

Posted in ANT | Tagged , , , | 1 Comment

Ant for flash developers – Task macrodef (part 4)

Sorry, this entry is only available in Español.

Posted in ANT | Tagged , , , , , | 1 Comment

Ant for flash developers – Task copy (part 3)

In this part of introduction to ANT, I will use the copy task. For this example I need to create a template of a generic class that inherits from Sprite to flex, which will be the main application class, on this template and using the copy task some patterns are replaced by values that have previously been assigned to property, also will see how tasks include libraries developed by others or by ourselves, using taskdef, as compiled the class created using the flex ant tasks, especially the mxmlc task. Continue reading

Posted in ANT | Tagged , , , , , | Leave a comment

Ant for flash developers – Introduction II (part 2)

Sorry, this entry is only available in Español.

Posted in ANT | Tagged , | Leave a comment

Ant for flash developers – Introduction I (part 1)

Posted in ANT | Tagged , | 1 Comment