Search Results
Apache Ant Recipes for Web Developers - Page 32
books.google.com › books
books.google.com › books
Found inside – Page 32
... head, cut, sort, uniq or even some perl based scripts in a Java environment. A bit like what Apache Ant means to good old make.' Jacson is a sophisticated utility that can be applied to the analysis and manipulation of text files.Android Tutorials - Herong's Tutorial Examples - Page 38
books.google.com › books
books.google.com › books
Dr. Herong Yang · 2021
Found inside – Page 38
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.Java Servlet & JSP Cookbook
books.google.com › books
books.google.com › books
Bruce W. Perry · 2004
Provides real-world Web application development problems and practical solutions and hundreds of examples and sample code for Java Web developers who use JavaServer Pages or servlets, along with useful tips, techniques, tools, and shortcuts ...
Ant: The Definitive Guide: Complete Build Management for Java
books.google.com › books
books.google.com › books
Steve Holzner · 2005
With this book at your side, you'll soon be up to speed on the premiere tool for cross-platform development.Author Steve Holzner is an award-winning author who s been writing about Java topics since the language first appeared; his books ...
Ant in Action: Second Edition of Java Development with Ant
books.google.com › books
books.google.com › books
This second edition of a Manning bestseller has been revised and re-titled to fit the 'In Action' Series by Steve Loughran, an Ant project committer.
Hudson Continuous Integration in Practice - Page 34
books.google.com › books
books.google.com › books
Found inside – Page 34
For a very long time, Apache Ant was the only game in town for building Java projects. By 2005, a viable contender had emerged in the form ofApache Maven 2.0. The 1.0 version of Maven, which is largely ...Java Development with Ant - Page 624
books.google.com › books
books.google.com › books
Found inside – Page 624
More online resources Ant - contrib AntHill Apache Ant Apache Axis Apache Cactus Apache Tomcat Web Server Canoo Web Test Checkstyle Cruise Control DBForms Dbunit Database Testing Framework Gump Jakarta Tomcat JBoss Application Server ...Creating Content Management Systems in Java - Page 102
books.google.com › books
books.google.com › books
Found inside – Page 102
ON THE CD Installing Ant A copy of Apache's Ant comes on the CD - ROM that accompanies this book . However you can always check Apache's Web site ( http://ant.apache.org/ ) for the most recent version . If you do decide to check for the ...Professional Java for Web Applications - Page 27
books.google.com › books
books.google.com › books
Nicholas S. Williams · 2014
Found inside – Page 27
Add the following init parameter, which tells the Servlet to use Apache Ant with the JDK compiler to compile JSPs instead of the Eclipse compiler. <init-param><param-name>compiler</param-name> ...