Cargando…

Ant : the definitive guide /

Ant is the premiere build management tool for use in Java environments. Unlike traditional build management tools such as GNU Make, Ant is itself written in Java, is platform independent, and interfaces well with the utilities in Sun's Java software development kit (SDK). In addition to being p...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Holzner, Steven
Otros Autores: Tilly, Jesse
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Beijing ; London : O'Reilly, 2005.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Getting started
  • 2. Using properties and types
  • 3. Building Java code
  • 4. Deploying builds
  • 5. Testing builds with JUnit
  • 6. Getting source code from CVS repositories
  • 7. Executing external programs
  • 8. Developing for the Web
  • 9. XML and XDoclet
  • 10. Optional tasks
  • 11. Integrating Ant with Eclipse
  • 12. Extending Ant.