Friday, 23 January 2015

Guava dependency error while installing M2Eclipse on Eclipse Juno

Quick update:

Recently I was working on Eclipse Juno, I encountered a problem while trying to install M2Eclipse.
The eclipse software installation status complained to me that it could not find the artifact 'bundle com.google.guava...'.

While for some this may be a no-brainer, I have posted it here for those who think this could be a bug. This occurs when you try to install the 1.5 version of M2E. If you cannot download the latest version of Eclipse, you can simply settle for installing version 1.4 of M2E because the version of Guava that M2E 1.5 requires is not bundled with Eclipse Juno.

Monday, 19 January 2015

A simple bottle app for listing directory contents (python 3)

Here is a simple directory listing application created using the bottle.py micro framework:
(Please notify me of any problems with my code using my github presence or in the comments).