Project

General

Profile

DeprecatedSlideMeBuild » History » Revision 5

Revision 4 (Denis 'GNUtoo' Carikli, 10/26/2009 09:35 PM) → Revision 5/38 (Denis 'GNUtoo' Carikli, 10/26/2009 09:36 PM)

== WARNING == 
 NEWER VERSION OF SLIDEME ARE NOT FREE(AS IN FREEDOM) 
 == 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] ------------------------------------------------------------------------ 
 }}} 
 so go download masa and try to build it: 
 {{{ 
 cd ../ 
 svn checkout http://masa.googlecode.com/svn/trunk/ masa-read-only 
 cd masa-read-only 
 mvn install 
 }}}