Hi Nick, Yes, it is possible. What is the goal of the automation?
If you want just a clean build done automatically, the ANT build would be a good option. If you want to automate Flash Builder UI, you can develop an Eclipse plugin that would do that. Or you can use Eclipse UI automation tools like WindowTester and create a script for that. - Mykola On Feb 11, 2010, at 12:58 AM, Nick Middleweek wrote: > Hello, > > Is it possible to setup an automation task to do this... > > > • Open Project Properties of a Flex Library Project > • Deselect all items in the Classes tab > • Reselect all items in the Classes tab > • Deselect assets in the Classes tab > • Reselect all but 'com' in the Assets tab > • Click ok so the library gets rebuilt > • Run a Project Clean > > Thanks, > Nick > > > ------------------------------------ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

