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 als...
Autor principal: | |
---|---|
Otros Autores: | , |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly
2011.
|
Edición: | First edition |
Colección: | Adobe developer library
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627988106719 |
Tabla de Contenidos:
- 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
- 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
- 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