Skip to main content
February 17, 2011
Question

Ant Flex tasks with different SKD

  • February 17, 2011
  • 1 reply
  • 432 views

Hi,

I have situation which I should be able to build several projects with Ant at same machine and these projects are running by different SDK (3 and 4)

Obviously I do not want copy certain SDK flextask.jar to ant lib directory or is it just complier.library element inside mxmlc task which defined SDK?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

February 17, 2011

http://livedocs.adobe.com/flex/3/html/anttasks_2.html#224215 this should do a trick, I think.

Specify task inside build script instead of flextasks.task file