Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Koning, Sidney de
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, ©2012.
Colección:Adobe developer library.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
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.