Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.7 -- 20101206131142 Helpful URLs ------------ Geronimo Devtools: http://geronimo.apache.org/development-tools.html Geronimo Eclipse Update Site: http://www.apache.org/dist/geronimo/eclipse/updates Bug Tracking: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS Quick start - fast and easy development: http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html 5-minute Tutorial using GEP: http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html System Requirements ------------------- 1. Java J2SE 1.5.0 or greater, and a platform that supports it 2. Eclipse IDE for Java EE Developers (Galileo or Helios), which is platform-specific -- Get Eclipse from http://www.eclipse.org/downloads/ 3. Geronimo server (2.0.x or 2.1.x) -- Get a Geronimo server from http://geronimo.apache.org/downloads.html Notes ----- You will likely need to increase the default setting for maximum PermGen size for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the command line you can use: eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m Or you can edit your eclipse.ini file. An example is shown below but remember that each argument has to be on seperate lines: -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m Geronimo Eclipse Plugin Version 2.1.7 Enhancements -------------------------------------------------- 1. Support Geronimo Server 2.1.7 2. Support Eclipse Helios Installation Instructions ------------------------- See https://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v217.html Bug Fixes and New Features -------------------------- GERONIMODEVTOOLS-663 Remove duplicated License and Notice files in each jar when we issue "mvn release:prepare" GERONIMODEVTOOLS-680 Synchronize GEP dependency per Server dependency list GERONIMODEVTOOLS-678 Can not install GEP in RAD SE v8.0 GERONIMODEVTOOLS-676 update version number of dependency and moduels to make 2.1 branch build successfully GERONIMODEVTOOLS-608 reduce time-consuming in DependencyHelper with cache. Thanks Boes and Chris for the patch GERONIMODEVTOOLS-673 Don't download TPTP runtime. GERONIMODEVTOOLS-600 2.1 branch can build with 64-bit JDK now GERONIMODEVTOOLS-683 GEP can not detect the Geronimo server version correctly GERONIMODEVTOOLS-679 TestSuite not working on branch 2.1.7 GERONIMODEVTOOLS-686 Create a new profile to skip the test suite executions when releasing GEP Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.7 -- 20101206131142 @version $Rev: 1042519 $ $Date: 2010-12-06 12:51:36 +0800 (Mon, 06 Dec 2010) $