1 / 5

Tema 3 - Apache Ant

Tema 3 - Apache Ant. Dr. Diego Lz. de Ipiña Gz. de Artaza http://paginaspersonales.deusto.es/dipina http://paginaspersonales.deusto.es/dipina/cursos/J2EECesine.zip dipina@eside.deusto.es. Apache Ant. Herramienta de construcción de software en Java http://ant.apache.org/. Instalación Ant.

silas
Download Presentation

Tema 3 - Apache Ant

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tema 3 - Apache Ant Dr. Diego Lz. de Ipiña Gz. de Artaza http://paginaspersonales.deusto.es/dipina http://paginaspersonales.deusto.es/dipina/cursos/J2EECesine.zip dipina@eside.deusto.es

  2. Apache Ant • Herramienta de construcción de software en Java • http://ant.apache.org/

  3. Instalación Ant • Extraer fichero downloads/ant1.6.2/apache-ant-1.6.2-bin.zip • Crear fichero build.xml • Ejecutar %ANT_HOME%\bin\ant set JAVA_HOME=<path-java5> set ANT_HOME=<path-ant> set TOMCAT_HOME=<path-tomcat>

  4. Tareas Definidas por Ant • Revisar la siguiente página web para descubrir el pontencial de Ant: • http://ant.apache.org/manual/tasksoverview.html

  5. Ejemplo Ant • Ejemplo de plantilla colocado en examples\antprojecttemplate • Aplicar esa plantilla de proyecto a los ejemplos de servlets para directamente crear el archivo de aplicación web

More Related