Actions
DeprecatedSlideMeBuild » History » Revision 3
« Previous |
Revision 3/38
(diff)
| Next »
Denis 'GNUtoo' Carikli, 10/26/2009 09:35 PM
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 thee 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
}}}
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
[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
}}}
Updated by Denis 'GNUtoo' Carikli over 15 years ago · 3 revisions