Articoli correlati a Ant: The definitive guide

Ant: The definitive guide - Brossura

 
9780596001841: Ant: The definitive guide

Sinossi

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 platform independent, Ant is also independent of the integrated development environment (IDE) being used. IDE independence is important for open source projects (or other projects) in which the various developers might use different IDEs. Using Ant, Java developers can:

  • Define build chunks, the results that they must produce, and the dependencies between them
  • Automatically retrieve source code from source control systems such as PVCS
  • Build applications by having Ant compile the necessary source files in the proper order
Ant build files are written using XML-a well-established standard-so programmers using Ant are not required to learn yet another scripting language. They will likely already know XML, and will be able to leverage that knowledge. Ant is an open source project, and part of the Jakarta project. Jakarta is Sun's open source reference implementation for the JSP and Servlets specifications, and is part of the Apache group's work

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Contenuti

Dedication; Foreword; Preface; Structure of This Book; Audience; What You Should Know; Which Platform and Version; Conventions Used in This book; Comments and Questions; Acknowledgments; Chapter 1: Ant Jumpstart; 1.1 Files and Directories; 1.2 The Ant Buildfile; 1.3 Running Ant; 1.4 Ant Command-Line Reference; 1.5 Buildfile Outline; 1.6 Learning More; Chapter 2: Installation and Configuration; 2.1 The Distribution; 2.2 Installation; 2.3 Configuration; Chapter 3: The Buildfile; 3.1 Why XML?; 3.2 Ant Building Blocks; 3.3 An Example Project and Buildfile; 3.4 The Buildfile Execution Process; 3.5 AINASL: Ant Is Not a Scripting Language; 3.6 Buildfile Authoring Issues; Chapter 4: Ant DataTypes; 4.1 DataTypes Defined; 4.2 XML Attribute Conventions; 4.3 Argument DataType; 4.4 Environment DataType; 4.5 FileList DataType; 4.6 FileSet DataType; 4.7 PatternSet DataType; 4.8 FilterSet DataType; 4.9 Path DataType; 4.10 Mapper DataType; Chapter 5: User-Written Tasks; 5.1 The Need for Custom Tasks; 5.2 Ant’s Task Model; 5.3 The Task Life Cycle; 5.4 An Example Through Analysis: The jar Task; 5.5 Miscellaneous Task Topics; Chapter 6: User-Written Listeners; 6.1 The BuildEvent Class; 6.2 The BuildListener Interface; 6.3 An Example: XmlLogger; 6.4 The Parallel Problem; Chapter 7: Core Tasks; 7.1 Task Summary; 7.2 Common Types and Attributes; 7.3 Project and Target; 7.4 Core Task Reference; 7.5 ant; 7.6 antcall; 7.7 antstructure; 7.8 apply; 7.9 available; 7.10 chmod; 7.11 condition; 7.12 copy; 7.13 copydir; 7.14 copyfile; 7.15 cvs; 7.16 cvspass; 7.17 delete; 7.18 deltree; 7.19 dependset; 7.20 ear; 7.21 echo; 7.22 exec; 7.23 execon; 7.24 fail; 7.25 filter; 7.26 fixcrlf; 7.27 genkey; 7.28 get; 7.29 gunzip; 7.30 gzip; 7.31 jar; 7.32 java; 7.33 javac; 7.34 javadoc; 7.35 mail; 7.36 mkdir; 7.37 move; 7.38 parallel; 7.39 patch; 7.40 pathconvert; 7.41 property; 7.42 record; 7.43 rename; 7.44 replace; 7.45 rmic; 7.46 sequential; 7.47 signjar; 7.48 sleep; 7.49 sql; 7.50 style; 7.51 tar; 7.52 taskdef; 7.53 touch; 7.54 tstamp; 7.55 typedef; 7.56 unjar; 7.57 untar; 7.58 unwar; 7.59 unzip (also unjar and unwar); 7.60 uptodate; 7.61 war; 7.62 zip; Chapter 8: Optional Tasks; 8.1 Task Summary; 8.2 Optional Task Reference; 8.3 antlr; 8.4 blgenclient; 8.5 cab; 8.6 cccheckin; 8.7 cccheckout; 8.8 ccmcheckin; 8.9 ccmcheckintask; 8.10 ccmcheckout; 8.11 ccmcreatetask; 8.12 ccmreconfigure; 8.13 ccuncheckout; 8.14 ccupdate; 8.15 csc; 8.16 ddcreator; 8.17 depend; 8.18 ejbc; 8.19 ejbjar; 8.20 ftp; 8.21 icontract; 8.22 ilasm; 8.23 iplanet-ejbc; 8.24 javacc; 8.25 javah; 8.26 jdepend; 8.27 jjtree; 8.28 jlink; 8.29 jpcoverage; 8.30 jpcovmerge; 8.31 jpcovreport; 8.32 junit; 8.33 junitreport; 8.34 maudit; 8.35 mimemail; 8.36 mmetrics; 8.37 mparse; 8.38 native2ascii; 8.39 netrexxc; 8.40 p4change; 8.41 p4counter; 8.42 p4edit; 8.43 p4have; 8.44 p4label; 8.45 p4reopen; 8.46 p4revert; 8.47 p4submit; 8.48 p4sync; 8.49 propertyfile; 8.50 pvcs; 8.51 renameext; 8.52 rpm; 8.53 script; 8.54 sound; 8.55 starteam; 8.56 stylebook; 8.57 telnet; 8.58 test; 8.59 vsscheckin; 8.60 vsscheckout; 8.61 vssget; 8.62 vsshistory; 8.63 vsslabel; 8.64 wljspc; 8.65 wlrun; 8.66 wlstop; 8.67 xmlvalidate; The Future of Ant; Ant2; Ant1 RIP 2002?; Ant Solutions; Testing Library Availability; Cleaning Up Does More Than Keep Things Neat; Using Ant to Consolidate Libraries; Documenting the Buildfile’s Targets; Setting Properties Outside of the Buildfile; Using pathconvert; Usage Statements; Forking Processes; Using Cascading Projects and Buildfiles; Colophon;

Product Description

Book by Jesse Tilly Eric M Burke

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: molto buono
Gut/Very good: Buch bzw. Schutzumschlag...
Visualizza questo articolo

EUR 4,50 per la spedizione da Germania a Italia

Destinazione, tempi e costi

Altre edizioni note dello stesso titolo

9780613911993: Ant: The Definitive Guide

Edizione in evidenza

ISBN 10:  0613911997 ISBN 13:  9780613911993
Casa editrice: Tandem Library, 2002
Rilegato

Risultati della ricerca per Ant: The definitive guide

Foto dell'editore

Tilly, Jessy, Burke, Eric M.
Editore: O'Reilly Media, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: medimops, Berlin, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages. Codice articolo M00596001843-V

Contatta il venditore

Compra usato

EUR 3,70
Convertire valuta
Spese di spedizione: EUR 4,50
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Jesse Tilly, Eric M. Burke
Editore: O'Reilly Media, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: Hamelyn, Madrid, M, Spagna

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Como nuevo. : Esta guía definitiva sobre Ant proporciona una visión completa de esta herramienta de gestión de compilación de Java. Cubre desde los fundamentos hasta técnicas avanzadas, mostrando cómo Ant simplifica las compilaciones multiplataforma y automatiza tareas repetitivas. Ideal para desarrolladores Java que buscan optimizar sus procesos de desarrollo. EAN: 9780596001841 Tipo: Libros Categoría: Tecnología Título: Ant: The Definitive Guide Autor: Jesse Tilly| Eric M. Burke Editorial: Oreilly & Associates Inc Idioma: en Páginas: 288 Formato: tapa blanda. Codice articolo Happ-2024-03-07-eaa434eb

Contatta il venditore

Compra usato

EUR 3,77
Convertire valuta
Spese di spedizione: EUR 6,99
Da: Spagna a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Burke, Eric M., Tilly, Jesse
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: Better World Books Ltd, Dunfermline, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. 1st D. Ships from the UK. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo GRP75064384

Contatta il venditore

Compra usato

EUR 5,42
Convertire valuta
Spese di spedizione: EUR 5,78
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Jesse Tilly et Eric M. Burke
Editore: O'Reilly Media, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Softcover

Da: Ammareal, Morangis, Francia

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Softcover. Condizione: Bon. Ancien livre de bibliothèque. Petite(s) trace(s) de pliure sur la couverture. Légères traces d'usure sur la couverture. Salissures sur la tranche. Edition 2002. Ammareal reverse jusqu'à 15% du prix net de cet article à des organisations caritatives. ENGLISH DESCRIPTION Book Condition: Used, Good. Former library book. Slightly creased cover. Slight signs of wear on the cover. Stains on the edge. Edition 2002. Ammareal gives back up to 15% of this item's net price to charity organizations. Codice articolo D-596-031

Contatta il venditore

Compra usato

EUR 3,41
Convertire valuta
Spese di spedizione: EUR 8,00
Da: Francia a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Eric M. Burke,Jesse Tilly
Editore: O'Reilly Media 30/05/2002, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: Bahamut Media, Reading, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. Shipped within 24 hours from our UK warehouse. Clean, undamaged book with no damage to pages and minimal wear to the cover. Spine still tight, in very good condition. Remember if you are not happy, you are covered by our 100% money back guarantee. Codice articolo 6545-9780596001841

Contatta il venditore

Compra usato

EUR 4,86
Convertire valuta
Spese di spedizione: EUR 8,66
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Eric M. Burke,Jesse Tilly
Editore: O'Reilly Media 30/05/2002, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: AwesomeBooks, Wallingford, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. . Codice articolo 7719-9780596001841

Contatta il venditore

Compra usato

EUR 4,86
Convertire valuta
Spese di spedizione: EUR 8,66
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Burke, Eric M.
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: Buchpark, Trebbin, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Sehr gut. Zustand: Sehr gut | Seiten: 269 | Sprache: Englisch | Produktart: Bücher. Codice articolo 850639/202

Contatta il venditore

Compra usato

EUR 6,67
Convertire valuta
Spese di spedizione: EUR 9,90
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Jesse Tilly, Eric M. Burke
Editore: O'Reilly Media, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato Brossura

Da: Wonder Book, Frederick, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. Very Good condition. A copy that may have a few cosmetic defects. May also contain light spine creasing or a few markings such as an owner's name, short gifter's inscription or light stamp. Bundled media such as CDs, DVDs, floppy disks or access codes may not be included. Codice articolo B11A-02636

Contatta il venditore

Compra usato

EUR 5,31
Convertire valuta
Spese di spedizione: EUR 21,52
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Jesse Tilly; Eric M. Burke
Editore: O'Reilly Media, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato paperback Prima edizione

Da: The Maryland Book Bank, Baltimore, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

paperback. Condizione: Very Good. 1st Edition. Used - Very Good. Codice articolo 8-L-5-0152

Contatta il venditore

Compra usato

EUR 3,37
Convertire valuta
Spese di spedizione: EUR 34,43
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Burke, Eric M.,Tilly, Jesse
Editore: O'Reilly Media, 2002
ISBN 10: 0596001843 ISBN 13: 9780596001841
Antico o usato paperback

Da: HPB-Ruby, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

paperback. Condizione: Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! Codice articolo S_416148961

Contatta il venditore

Compra usato

EUR 7,75
Convertire valuta
Spese di spedizione: EUR 92,96
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello