WARNING
NEWER VERSION OF SLIDEME ARE NOT FREE
Howto
* install maven
* download slideme,and try to build it:
{{{
svn checkout http://slideme.googlecode.com/svn/trunk/ slideme-read-only
cd slideme-read-only
mvn install
}}}
after doing that you will have an error:
{{{
$ mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] slideme-android-parent
[INFO] android-sdk-installer
[INFO] slideme-android-manager
[INFO] artifact org.jvending.masa.plugins:maven-dx-plugin: checking for updates from central
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.jvending.masa.plugins:maven-dx-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the e switch
[INFO] -----------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Mon Oct 26 22:33:17 CET 2009
[INFO] Final Memory: 1M/4M
[INFO] ------------------------------------------------------------------------
}}}