PDA

Ver la versión completa : ¿Qué son los Ant task?



luis9rs
03-12-2009, 18:27
No tengo muy claro q son los ant de Hibernate. Alguien me puede ayudar?? Gracias por anticpado. Salu2

Cypress
06-12-2009, 23:54
Según tengo entendido es lo simil a 'make' en GNU/Linux

http://es.wikipedia.org/wiki/Apache_Ant

Ese enlace está más claro.

Saludos,

j8k6f4v9j
08-12-2009, 23:25
Efectivamente Ant es una herramienta de compilación. Las Ant tasks de hibernate son tareas hechas por hibernate para que Ant las ejecute.

Por ejemplo,


Ant task: The Hibernate3 tools include a unified Ant task that allows you to run schema generation, mapping generation, or Java code generation as part of your build. See the documentation for more information.

Salu2



http://img359.imageshack.us/img359/6631/celliigy4.pngKeep on Rollin' :mad:

luis9rs
10-12-2009, 02:38
Muchisimas gracias!