some personal, more technical – by Thomas Einwaller
Some weeks ago I tried to install the android client of our time tracking system timr on my HTC Magic using Eclipse. Normally the Android Debug Bridge (adb) recognizes connected Android phones and the dialog in Eclipse allows you to select on which device you want to install the application you are trying to debug.
In [...]
As I tweeted I registered for this years coding contest hosted by the Catalysts at the JKU. It was a great experience and I will try again next year because I am not satisfied with my result.
I started very good and reached the third level first but then I misinterpreted the specification and worked more [...]
I made my first “experiments” with Subversion about two years ago. After using Eclipse and CVS for a long time I expected a smooth upgrade with getting some new features (versioned directories, renaming, moving …) – I was disappointed.
The biggest problem was that the CVS client included in Eclipse is really perfect – which I [...]
I am using trac now since about half a year for one of my current Java projects. One thing I missed from the start was the Mylyn integration in Eclipse – with bugzilla I was used to handle most of my issue tracking inside Eclipse. If you get used to this kind of “task oriented” [...]
Today I encountered the problem that every time I started one of my Eclipse workspaces it always started to build the workplace and could not finish it. The progress monitor showed additional tasks waiting but I could not stop them. After killing the Java VM process several times and starting up again I searched for [...]
In one of the applications I am currently working on I am using the following combination:
Eclipse IDE with AJDT
Spring
Maven
This week I upgraded Spring to version 2.5.5 and had some troubles with compiling my aspects in the maven build.I always encountered the following error message when trying to compile my project:
Unable to continue, this version of [...]
In: Eclipse| Java| Uncategorized
21 Jun 2008I am using Eclipse Ganymede for about three months now (since RC5 or RC6) and I am really excited about the new version. Here are my favorite improvements:
Performance
Java compile on multi-CPU machines – the Eclipse Compiles now takes advantage of multi-threading capabilities of multi-CPU machines. Builds are a lot faster!
UI improvements
I am a Firefox user [...]
Seems like the new version 0.9.4.20080603-0114 of the Maven Eclipse plugin now provides better supports for WTP. In the last versions I had troubles when opening or closing depending Java projects. They were not added as jar files when the utility project was closed and the source project was not added to the maven dependency [...]
In: Blackberry| Eclipse| Java| Mobile| RIM
18 Mar 2008Finally RIM released a a version of its BlackBerry Java development environment as a plugin for Eclipse. It is available under http://www.blackberry.com/go/eclipse as a free download.
My download is already 90% finished and I hope that this will ease development of BlackBerry apps. As an Eclipse fan I was really frustrated about the JDE releases of [...]
The final version of FindBugs 1.3.2 was released. I add FindBugs to every Eclipse installation because it is a very useful tool for finding possible problems in my code. The new version 1.3.2 includes a new view listing all bugs in a project by priority. See this blog post for more details.