Automating ActionScript projects with Eclipse and Ant

Automating repetitive programming tasks is easier than many Flash/AS3 developers think. With the Ant build tool, the Eclipse IDE, and this concise guide, you can set up your own "ultimate development machine" to code, compile, debug, and deploy projects faster. You'll also get started...

Full description

Bibliographic Details
Main Author: Koning, Sidney de
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly 2012
Series:Adobe developer library
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04359nmm a2200625 u 4500
001 EB001910054
003 EBX01000000000000001072956
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781449319113 
020 |a 9781449319106 
020 |a 9781449307738 
020 |a 9781449314736 
020 |a 1449319106 
020 |a 1449307736 
020 |a 1449319114 
050 4 |a QA76.76.D47 
100 1 |a Koning, Sidney de 
245 0 0 |a Automating ActionScript projects with Eclipse and Ant  |c Sidney de Koning 
246 3 1 |a Automating Action Script projects with Eclipse and Ant 
260 |a Sebastopol, CA  |b O'Reilly  |c 2012 
300 |a xi, 79 pages  |b illustrations 
505 0 |a Adobe AIR and Mobile CompilingCompiling and Packaging to AIR; Creating a Self-Signed Certificate; Compiling and Packaging to an Android APK; Compiling to Android APK; Compiling for iOS; Certificates for iOS; Other Cool Stuff to Do with Ant 
505 0 |a Table of Contents; Preface; Introduction; Build Systems; Audience; Contents of This Book; Conventions Used in This Book; Using Code Examples; We'd Like to Hear from You; Safari® Books Online; Acknowledgments; Chapter 1. Tools; Eclipse; Workspaces and Perspectives; Preferences; Increase Eclipse's Available Memory; Shortcut Keys; FDT; Downloading the Android SDK; Installing the ADT Plug-in for Eclipse; Installing Android SDK Platform Tools; Mylyn; Installing Connectors; Google Code connector; GitHub connector; Adding a Repository to Mylyn; Chapter 2. Source Code Management; SVN and Git 
505 0 |a SVN in EclipseGit in Eclipse; Chapter 3. Automation; Ant; The Basics; Setup; Our First "Real" Ant Script; Projects; Functions; Variables; Directly Calling the Compiler; Downloading the Flex SDK; Compiling; Adding external SWC libraries; Cleaning; Debugging; Using FDT's Ant Tasks; Compiling (with FDT Ant Tasks); Debugging (with FDT Ant Tasks); Deploying Your SWF Files to a Different Source; Setting Up Web Deployment; Adding Information to a SWF; Setting Up the HTML File; Deploying to a Network Share; Creating a Zip File; Making a Backup of the Complete Project; Emailing the Client/Support Desk 
653 |a Eclipse (Electronic resource) / blmlsh 
653 |a Ant (Computer file) / blmlsh 
653 |a Computer software / Development / http://id.loc.gov/authorities/subjects/sh85029535 
653 |a ActionScript (Langage de programmation) 
653 |a ActionScript (Computer program language) / fast 
653 |a Computer software / Development / fast 
653 |a ActionScript (Computer program language) / http://id.loc.gov/authorities/subjects/sh00000011 
653 |a Ant (Computer file) / fast 
653 |a COMPUTERS / Software Development & Engineering / Tools / bisacsh 
653 |a Open source software / fast 
653 |a Eclipse (Electronic resource) / fast 
653 |a Eclipse (Electronic resource) / http://id.loc.gov/authorities/names/n2008064090 
653 |a Ant (Computer file) / http://id.loc.gov/authorities/names/n2002066009 
653 |a Open source software / http://id.loc.gov/authorities/subjects/sh99003437 
653 |a COMPUTERS / Software Development & Engineering / General / bisacsh 
653 |a Logiciels libres 
653 |a COMPUTERS / Programming / Open Source / bisacsh 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Adobe developer library 
776 |z 1449319106 
776 |z 9781449319106 
776 |z 1449319114 
776 |z 9781449319113 
776 |z 1449307736 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781449314736/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.1 
082 0 |a 620 
520 |a Automating repetitive programming tasks is easier than many Flash/AS3 developers think. With the Ant build tool, the Eclipse IDE, and this concise guide, you can set up your own "ultimate development machine" to code, compile, debug, and deploy projects faster. You'll also get started with versioning systems, such as Subversion and Git. Create a consistent workflow for multiple machines, or even complete departments, with the help of extensive Ant code samples. If you want to work smarter and take your skills to a new level, this book will get you on the road to automation--with Ant. Set up your