Eclipse
P2 fun: Failed to prepare partial IU
I got this while trying to install new version of subclipse on top of eclipse rcp edition of ganymede release. Running eclipse with -clean didn’t help. [code] !ENTRY org.eclipse.equinox.p2.engine 4 4 2008-11-18 13:17:31.218 !MESSAGE An error occurred during provisioning. !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2008-11-18 13:17:31.218 !MESSAGE Failed to prepare partial IU: [R]org.tigris.subversion.clientadapter.javahl 1.5.4. [/code] [...]
Google mentor summit is on!
Greetings from Mountain View, Google HQ in California! Summit is on and sessions scheduled. There is a lot of fun going on and I’ll try to get some of it here, stay tuned! I’m here representing Eclipse Foundation as one of the organizations participating in Google Summer of Code. Eclipse had a lot of strong [...]
Refreshing eclipse workspace with ant script
Did you knew that if you have ant build.xml in eclipse Ant view then you can refresh your eclipse workspace simply using: <eclipse.convertPath filesystempath=”${basedir}” property=”resource.basedir”/> <eclipse.refreshLocal resource=”${resource.basedir}” depth=”one”/> ? Very handy for build scripts to make sure eclipse resources are in sync after the build. Thanks to Roland for the tip!
Getting TPTP installed in Ubuntu – first post from Ivar
One of the Codehoopers started to blog about Eclipse and programming, welcome aboard! As he doesn’t have much readers yet I guess it’s ok to point to his first post: Eclipse TPTP and Ubuntu” It’s about getting TPTP running. Especially under Linux. Don’t underestimate the complexity of this – it’s not that easy Nice post, [...]
Eclipse workspace fails to start after crash – quick fix
Here’s a quick HOWTO for resolving Eclipse startup workspace loading problems. If you have a better suggestion then please leave a comment! There can be a lot of other issues but here is one of the quite common ones – eclipse resources cache or state gets out of sync/corrupted. This can happen when your IDE [...]
Configuring Eclipse SVN (Subclipse) to use JavaHL(JNI)
Configuring JavaHL for Eclipse is not as straightforward as it could be so posting a quick HOWTO. Following applies mostly to Linux users. With Ubuntu the fool-proof steps are: Make sure libsvn-java, subversion and libsvn1 packages are installed Add following to the end of your eclipse.ini file: -Djava.library.path=/usr/lib/jni Restart eclipse and make sure JavaHL is [...]
Avoid useless Plugin Initialization and/or Class Loading
Here’s a tip for initializing your plugins or any other singleton-like repository only when needed. Consider a code like this: if (isConfigurable()) { Bundle bundleCopy = bundle; Preferences[] preferencesCopy = new Preferences[1]; preferencesCopy[0] = new org.eclipse.core.internal. preferences.legacy.PreferenceForwarder( this, bundleCopy.getSymbolicName()); return preferencesCopy; } return null; Do you see what’s wrong there? The problem is that if [...]
Eclipse Top 5 Annoyances
Here is the list of Top 5 Eclipse Annoyances we came up today at the coffee-table, possibly nice to share (in the order of importance). Also serves as a good wish-list to my Santa Claus! 1. Update Manager With the help of p2 provisioning and hard work this will be hopefully solved for 3.5. Please [...]
Summer of Code: writing PHP plugins
Toomas finished the official part of the google summer of code program. It was an honor to be the mentor and I had/still have a lot of fun with him. Grab The PHP writing plugin for Eclipse from the update site and check it out if it works for you! Sorry, but java6 and eclipse [...]
Bridging the Gap and Ready for Prime Time
A friend of mine visited JavaOne. Hmm, not surprising. But it was really surprising to see what has happened with Eclipse.


RSS
LinkedIn
Facebook