DeprecatedSlideMeBuild » History » Version 4
Denis 'GNUtoo' Carikli, 10/26/2009 09:35 PM
1 | 1 | Denis 'GNUtoo' Carikli | == WARNING == |
---|---|---|---|
2 | NEWER VERSION OF SLIDEME ARE NOT FREE(AS IN FREEDOM) |
||
3 | == Howto == |
||
4 | * install maven |
||
5 | 2 | Denis 'GNUtoo' Carikli | * download slideme,and try to build it: |
6 | 1 | Denis 'GNUtoo' Carikli | {{{ |
7 | svn checkout http://slideme.googlecode.com/svn/trunk/ slideme-read-only |
||
8 | 2 | Denis 'GNUtoo' Carikli | cd slideme-read-only |
9 | mvn install |
||
10 | }}} |
||
11 | after doing that you will have an error: |
||
12 | {{{ |
||
13 | $ mvn install |
||
14 | [INFO] Scanning for projects... |
||
15 | [INFO] Reactor build order: |
||
16 | [INFO] slideme-android-parent |
||
17 | [INFO] android-sdk-installer |
||
18 | [INFO] slideme-android-manager |
||
19 | [INFO] artifact org.jvending.masa.plugins:maven-dx-plugin: checking for updates from central |
||
20 | [INFO] ------------------------------------------------------------------------ |
||
21 | [ERROR] BUILD ERROR |
||
22 | [INFO] ------------------------------------------------------------------------ |
||
23 | [INFO] The plugin 'org.jvending.masa.plugins:maven-dx-plugin' does not exist or no valid version could be found |
||
24 | [INFO] ------------------------------------------------------------------------ |
||
25 | [INFO] For more information, run Maven with the -e switch |
||
26 | [INFO] ------------------------------------------------------------------------ |
||
27 | [INFO] Total time: 1 second |
||
28 | [INFO] Finished at: Mon Oct 26 22:33:17 CET 2009 |
||
29 | [INFO] Final Memory: 1M/4M |
||
30 | [INFO] ------------------------------------------------------------------------ |
||
31 | 1 | Denis 'GNUtoo' Carikli | }}} |
32 | 3 | Denis 'GNUtoo' Carikli | so go download masa and try to build it: |
33 | {{{ |
||
34 | cd ../ |
||
35 | svn checkout http://masa.googlecode.com/svn/trunk/ masa-read-only |
||
36 | 4 | Denis 'GNUtoo' Carikli | mvn install |
37 | 3 | Denis 'GNUtoo' Carikli | }}} |