Tuesday, October 31, 2006

Fixing Exadel Studio Plugins

So I have had an issue for a while with Exadel Studio and trying to add new plugins and maybe some of you have had the same issue?

"The current configuration contains errors and this operation can have unpredictable results.
org.hibernate.eclipse.feature (3.1.0.beta5) requires plug-in "hudson.freemarker_ide"."

Well here is the solution:
--------------------------------------
We found a solution!
You need to delete this string



in this file

\eclipse\features\org.hibernate.eclipse.feature_3.1.0.beta5\feature.xml

It will be fixed in the next release.
--------------------------------------

BTW: it was not fixed in the 4.0 release.
Source of info:
http://forum.exadel.com/viewtopic.php?p=15548&sid=1705e75e0ec81aeebf3d0e8a11dce4c7

Labels: ,

Friday, October 20, 2006

Best Eclipse 3.2 ini settings

After much frustration here are the best Eclipse 3.2 ini settings I found for my system:

-vmargs
-XX:MaxPermSize=512m
-Xms512m
-Xmx1024m

Apparently there is a perm gen bug in jvm 1.5.08 from sun that is made worse by using eclipse 3.2. Origonal source: http://eclipsezone.com/eclipse/forums/t82472.html