Release History

Version Date Description
0.4.1 in cvs
0.4.0 2005-05-30
0.3.0 2004-10-01
0.2.2 2004-07-25
0.2.1 2004-07-13

Get the RSS feed of the last changes

Release 0.4.1 - in cvs

Type Changes By
add Provide contextual launchshortcuts ('Run As | Maven Build...') gdodinet
fix Fix feature descriptor to allow to correctly upgrade through update manager fdutton
fix Fix 3.0.2 compatibility gdodinet
add Override global preferences on a per-project base gdodinet

Release 0.4.0 - 2005-05-30

Type Changes By
fix Dependency conflict between Maven and Mavenzilla. Fixes MEVENIDE-218. fdutton
fix eclipse 3.1m6 breaks the pom editor Fixes MEVENIDE-176. fdutton
fix Cannot add unit test resources. Fixes MEVENIDE-158. gdodinet
fix Could not obtain project reader error in eclipse Fixes MEVENIDE-220. gdodinet
fix mevenide creates < jar > entry with < dependency > Fixes MEVENIDE-89. fdutton
fix Cannot change order of dependencies Fixes MEVENIDE-159. fdutton
fix NoSuchMethodError Fixes MEVENIDE-116. gdodinet
fix Changing name of project introduces < id > tag Fixes MEVENIDE-182. fdutton
fix add recursive behaviour to defaultqueryContext Fixes MEVENIDE-131. mkleint
fix Eclipse POM sync doesn ' t resolve variable expressions Fixes MEVENIDE-25. gdodinet
fix Treat JUnit as special dependency Fixes MEVENIDE-112. gdodinet
fix Bad link in documentation. Thanks to Scott Cytacki for locating the correct ones. Fixes MEVENIDE-137. gdodinet
fix goals-grabber/.classpath is out-of-sync with project.xml Fixes MEVENIDE-179. gdodinet
fix Incomplete buildCommand causes warning about skipping builder. Fixes MEVENIDE-178. gdodinet
fix Mac OS X: eclipse locations preference for classes.jar doesn ' t work Fixes MEVENIDE-163. gdodinet
fix Not finding tools.jar for cactus plugin, Fixes MEVENIDE-122. gdodinet
fix Properties settings do not work Fixes MEVENIDE-143. gdodinet
fix eclipse-plugin:install-swt does not work on eclipse 3.1.0 M2+ Thanks to Dan Tran for the patch. Fixes MEVENIDE-145. gdodinet
fix Provide Maven 1.0.2 from the eclipse update site instead of Maven 1.0.0 Fixes MEVENIDE-149. gdodinet
fix NPE on cancel of " New Dependency " dialog. Fixes MEVENIDE-171. gdodinet
fix Eclipse 3.1 introduces new methods that must be implemented on the mock objects. Fixes MEVENIDE-175. gdodinet
fix maven laucher fails running javac using JDK 1.3 Fixes MEVENIDE-164. gdodinet
fix cannot pass options to VM Fixes MEVENIDE-6. gdodinet
fix Unit test failed -- GenAppTemplateFinderTest.testGetTemplates(). Fixes MEVENIDE-172. mkleint
fix Update fileUrlPrefix comment to specify all versions of Windows not just WinXP. Fixes MEVENIDE-174. mkleint
fix mevenide-ui-eclipse does not compile under JDK1.5 Fixes MEVENIDE-170. gdodinet
fix Unable to open project.xml after using update from site Fixes MEVENIDE-55. gdodinet
fix Project.xml that uses < !DOCTYPE includes don't work in the POM editor Fixes MEVENIDE-110. mkleint
fix need to resolve core variables and consider interreferences Fixes MEVENIDE-63. mkleint
fix inherited project.properties file not taken into account Fixes MEVENIDE-14. mkleint
fix increasing current version should suggest to increase dependencies. Fixes MEVENIDE-72. mkleint
fix mevenide not 1.5 compatible Fixes MEVENIDE-90. mkleint
fix Maintain comments between updats Fixes MEVENIDE-75. gdodinet
fix Exception while running Synchronize Fixes MEVENIDE-71. gdodinet
fix An internal error occurred during: " Launching " . Fixes MEVENIDE-100. gdodinet
fix Modifying fields seems not to work. Fixes MEVENIDE-85. gdodinet
fix Environment variables not picked up Fixes MEVENIDE-81. gdodinet
fix Incorrect group for artifact maven-findbugs-plugin. Thanks to Jonathan Manning for the patch. Fixes MEVENIDE-102. gdodinet
fix Cannot add resource to empty unit tests Fixes MEVENIDE-124. gdodinet
fix NPE trying to open Maven-launcher menu Fixes MEVENIDE-119. gdodinet
fix Cannot clear jdom dependency. Fixes MEVENIDE-111. gdodinet

Release 0.3.0 - 2004-10-01

Type Changes By
fix Added a preference to control the location of tools.jar. Fixes MEVENIDE-80. gdodinet
fix Update site generation now uses zip task instead of jar. Fixes MEVENIDE-73. gdodinet
fix Missing ~/build.properties does not cause synchronization to fail anymore. Fixes MEVENIDE-71. gdodinet
fix Now checks that maven_home, java_home and tools_jar are correctly defined before trying to launch. Fixes MEVENIDE-70. gdodinet
fix Fix odd focus behavior in the Maven Project Wizard. Fixes MEVENIDE-66. gdodinet
fix Corrected synchronization behaviour for dependencies specifying < jar/ > element. Fixes MEVENIDE-57. gdodinet
fix Closing square bracket doesnot break anymore jelly syntax highlighting. Fixes MEVENIDE-56. gdodinet
fix Fix NPE if jar override is on but no dependencies are present in POM (typically occured when using inheritance). Fixes MEVENIDE-55. gdodinet
fix POM editor pages are now correctly updated. Fixes MEVENIDE-23, MEVENIDE-60, MEVENIDE-85. gdodinet
update POM Editor Overview page Heading correctly updated when changing POM name. gdodinet
update Dynamic preference pages donot rely anymore on explicit plugin activation. gdodinet
add Add Maven Nature and Builder. Allows to enable/disable goals on a per-pattern basis. Also allows to auto-trigger goals. gdodinet
add Add a remote Maven repository browser and Search Engine based on Mavenzilla gdodinet

Release 0.2.2 - 2004-07-25

Type Changes By
fix Revert runner configuration dialog. Fixes MEVENIDE-53,MEVENIDE-54. gdodinet
fix Fix project wizard. jens
fix Comments including quotes donot pollute the rendering anymore. Fixes MEVENIDE-42. gdodinet
fix Full Description adapts to the page size. Fixes MEVENIDE-44. gdodinet
update Update maven oriented file icons. jens
add Allow to import/export maven plugin properties. gdodinet

Release 0.2.1 - 2004-07-13

Type Changes By
fix Pages correctly refreshed if they have already been opened (see also MEVENIDE-23). Fixes MEVENIDE-11. gdodinet
fix Also fix issue causing two launch configurations to be created. Fixes MEVENIDE-18. gdodinet
fix Refresh behaviour now implemented through the use of ILaunchesListener2. Fixes MEVENIDE-20. gdodinet
fix Now correctly use MAVEN_REPO Classpath Variable when synchronizing .classpath. Fixes MEVENIDE-24. gdodinet
fix Now lookup reports registrar goal name instead of plugin directory name. Fixes MEVENIDE-26. gdodinet
fix Tags now allowed within POMs, but still need to be protected with CDATA blocks. Fixes MEVENIDE-28. gdodinet
fix Fix NPE when no launch configurations exist. Fixes MEVENIDE-29. gdodinet
fix AutoBuild is now set to false prior to adding artifacts to .classpath and is restored after that. Fixes MEVENIDE-31. gdodinet
fix Now allow to specify user defined types. Fixes MEVENIDE-39. gdodinet
fix Propagate Maven global plugin directory change (plugins are now cached in ~/.maven/cache). Fixes MEVENIDE-40. gdodinet
fix Mark Argument Tab editor as dirty when a cell loses focus without Enter having been hit. Fixes MEVENIDE-41. gdodinet
update Preference pages reorganized for better readibility. gdodinet
update Required location preferences can now be regenerated automatically. gdodinet
update Open Property Sheet on List elements double click in POM Editor. gdodinet
update Use Jdom-based unmarshaller to support entities reading. No entities writing yet. gdodinet
update Icons now follow new 3.0 LnF. gdodinet
update Offline mode in maven.xml outline page is now functional. gdodinet
update Pom Creation Action now works on any IContainer. gdodinet
update Pom Creation Action can now use templates. gdodinet
update Mevenide Launch Config Type now has an associated image. gdodinet
add Add POM Template management through a preference pages. jens
add All Maven specific dependencies are now bundled as an external plugin. gdodinet
add Maven Plugin Provider Infrastructure allows plugin providers to statically contribute to Mevenide preference pages. gdodinet
add Add new preferences page to manage user defined dependency types. gdodinet
add Add simple POM wizard that can use templates. gdodinet
add Add Pom validation. Supports infinite inheritance scheme. gdodinet