Skip to content
/ SIANTE Public

Sistema de analisis territorial para procesamiento de información

Notifications You must be signed in to change notification settings

acalvoa/SIANTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIANTE

Carcateristicas

  • Funcional en plataforma JBOSS

Dependencias

  • Jboss 6.4

Eclipse plugins

  • JBoss

Configuración

Por defecto Apache Ant generará los archivos de configuración para el ambiente de desarrollo (develop). Para especificar el ambiente debemos enviarlo por el parámetro env. Esto será ejemplificado en la sección Distribuir.

Desarrollo en Eclipse

  • Crear un Proyecto EAR que contenga el proyecto
  • Crear un Servidor JBoss 6.1+
  • Agregar el proyecto EAR al servidor creado
  • Enjoy!

Compilación y distribución

Para la compilación y distribución se utiliza la herramienta Apache Ant.

Instalar Apache Ant

  • Linux

    $ sudo apt-get install ant

Uso

$ ant -p
Buildfile: /home/sgonzalezvi/git/sisgeob-chilecompra/build.xml

Main targets:

 clean     Clean up
 compile   Compile the source
 dist      Generate the distribution
 dist-ear  Generate the EAR distribution
Default target: dist

Distribuir

Desarrollo

$ ant dist
$ ll dist 
total 63M
-rw-rw-r-- 1 sgonzalezvi sgonzalezvi 63M jul  5 17:34 sisgeob-chilecompra.war

Testing

$ ant dist
$ ll dist 
total 63M
-rw-rw-r-- 1 sgonzalezvi sgonzalezvi 63M jul  5 17:34 sisgeob-chilecompra.war

Producción

$ ant dist -Denv=production
$ ll dist 
total 63M
-rw-rw-r-- 1 sgonzalezvi sgonzalezvi 63M jul  5 17:34 sisgeob-chilecompra.war

EAR

$ ant dist-ear
$ ll dist 
total 63M
-rw-rw-r-- 1 sgonzalezvi sgonzalezvi 63M jul  5 17:35 sisgeob-chilecompra.ear

About

Sistema de analisis territorial para procesamiento de información

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published