Instalarlo en el eclipse
- Descargar el proyecto desde http://mango.serotoninsoftware.com/download.jsp
- Descomprimirlo
- Add empty subdirectories “lib”, “src_gen” and “src_test” to the extracted forlder.
- In file build.properties, edit tomcat.home to point at the tomcat location on your system. For windows, make sure forward slashes “/” are used in the tomcat.home path. In my case:
/Users/gonzo/Applications/apache-tomcat-6.0.35
- Get axis-ant.jar from somewhere and put it into the WEB-INF/lib directory
- Descargar RXTXcomm.jar desde http://mango.serotoninsoftware.com/download.jsp y ponerlo en la carpeta “lib”
- Copiar desde la carpeta lib del tomcat hasta la carpeta lib del Mango los archivos “jsp-api.jar” y “servlet-api.jar”
- In Eclipse choose import->general and browse to the mango source. Check copy files to Eclipse.
- Right-click build.xml in the project explorer and choose run as->2.ant-build…
- choose the createconfigfiles target
- Right-click build.xml again and again choose run as->2.ant-build….
- Choose the default deploy
- Debería compilar bien ahora
La versión 1.12.5 tiraba errores de DWR, así que …