--- dz3-master/dz3-scheduler-gcal/pom.xml 2013-09-25 02:33:09.697304698 +0200
+++ dz3-master/dz3-scheduler-gcal/pom.xml 2013-09-25 02:52:25.318899474 +0200
@@ -24,9 +24,9 @@
for better decoupling
-->
<dependency>
- <groupId>com.github.dcarter.gdata-java-client</groupId>
+ <groupId>com.google.gdata</groupId>
<artifactId>gdata-calendar-2.0</artifactId>
- <version>1.41.1-SNAPSHOT</version>
+ <version>1.41.1</version>
</dependency>
</dependencies>
</project>
--- codebase/dz3-shell/dz-runner_bak 2013-10-12 22:20:12.896440416 +1300
+++ /home/max/code3/dz3-shell/dz-runner 2013-10-06 18:18:24.467732505 +1300
@@ -4,17 +4,17 @@
# Following line should be uncommented if you want to run the distribution code
-. ${BASENAME}/classpath
+#. ${BASENAME}/classpath
# Following line should be uncommented if you want to run the code produced locally on your box
# by Maven build
-#. ${BASENAME}/classpath-dev
+. ${BASENAME}/classpath-dev
# Comment out the next line if DZ blows out of memory for you - and don't forget to file a bug report.
-MEM_LIMITS="-Xms4m -Xmx4m"
+MEM_LIMITS="-Xms20m -Xmx20m"
# Uncomment the next line if you experience random freezes.
--- codebase/dz3-shell/dz-jconsole 2013-10-12 22:15:29.935833349 +1300
+++ /home/max/code3/dz3-shell/dz-jconsole 2013-10-12 14:35:20.462816547 +1300
@@ -4,12 +4,12 @@
# Following line should be uncommented if you want to run the distribution code
-. ${BASENAME}/classpath
+#. ${BASENAME}/classpath
# Following line should be uncommented if you want to run the code produced locally on your box
# by Maven build
-#. ${BASENAME}/classpath-dev
+. ${BASENAME}/classpath-dev
# Remember that arguments on the command line are relative to the root of CLASSPATH
--- codebase/dz3-shell/classpath-dev_bak 2013-10-12 22:20:31.511150907 +1300
+++ /home/max/code3/dz3-shell/classpath-dev 2013-10-06 18:40:07.992702137 +1300
@@ -4,7 +4,7 @@
# Don't forget to adjust version numbers if necessary.
# This might need '-SNAPSHOT' added to it if you're using the up-to-date SVN code
-DZ_VERSION=3.6.5
+DZ_VERSION=3.6.6-SNAPSHOT
JUKEBOX_VERSION=6.1.2
SERVOMASTER_VERSION=0.8.2.4
@@ -16,17 +16,27 @@
COMMONS_HTTPCLIENT=${LIBDIR}/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
LOG4J=${LIBDIR}/log4j/log4j/1.2.16/log4j-1.2.16.jar
SPRING=${LIBDIR}/org/springframework/spring/2.5.6/spring-2.5.6.jar
-GOOGLE_COLLECT=./lib/google-collect-1.0-rc1.jar
-GDATA_CORE=./lib/gdata-core-1.0.jar
-GDATA_CLIENT=./lib/gdata-client-1.0.jar
-GDATA_CALENDAR=./lib/gdata-calendar-2.0.jar
+
+GOOGLE_COLLECT=${LIBDIR}/com/google/collections/google-collections/1.0-rc1/google-collections-1.0-rc1.jar
+GDATA_CORE=${LIBDIR}/com/google/gdata/gdata-core-1.0/1.41.1/gdata-core-1.0-1.41.1.jar
+GDATA_CLIENT=${LIBDIR}/com/google/gdata/gdata-client-1.0/1.41.1/gdata-client-1.0-1.41.1.jar
+GDATA_CALENDAR=${LIBDIR}/com/google/gdata/gdata-calendar-2.0/1.41.1/gdata-calendar-2.0-1.41.1.jar
+
+# GOOGLE_COLLECT=./lib/google-collect-1.0-rc1.jar
+# GDATA_CORE=./lib/gdata-core-1.0.jar
+# GDATA_CLIENT=./lib/gdata-client-1.0.jar
+# GDATA_CALENDAR=./lib/gdata-calendar-2.0.jar
+
GSON=${LIBDIR}/com/google/code/gson/gson/1.7.1/gson-1.7.1.jar
-XBEE_API=./lib/xbee-api-0.5.5.jar
+
+# XBEE_API=./lib/xbee-api-0.5.5.jar
DZ=${LIBDIR}/net/sf/dz3
JUKEBOX=${LIBDIR}/net/sf/jukebox
SERVOMASTER=${LIBDIR}/net/sf/servomaster
+# ${DZ}/dz3-xbee/${DZ_VERSION}/dz3-xbee-${DZ_VERSION}.jar:\
+
export CLASSPATH="./conf:\
${DZ}/dz3-model/${DZ_VERSION}/dz3-model-${DZ_VERSION}.jar:\
${DZ}/dz3-common/${DZ_VERSION}/dz3-common-${DZ_VERSION}.jar:\
@@ -39,7 +49,6 @@
${DZ}/dz3-owapi/${DZ_VERSION}/dz3-owapi-${DZ_VERSION}.jar:\
${DZ}/dz3-servomaster/${DZ_VERSION}/dz3-servomaster-${DZ_VERSION}.jar:\
${DZ}/dz3-swing/${DZ_VERSION}/dz3-swing-${DZ_VERSION}.jar:\
-${DZ}/dz3-xbee/${DZ_VERSION}/dz3-xbee-${DZ_VERSION}.jar:\
/usr/share/java/RXTXcomm.jar:\
/usr/share/java/jsr80.jar:\
/usr/share/java/jsr80_linux.jar:\
@@ -61,7 +70,7 @@
${GDATA_CLIENT}:\
${GDATA_CORE}:\
${GDATA_CALENDAR}:\
-${GSON}:\
-${XBEE_API}"
+${GSON}"
+# ${XBEE_API}"
echo $CLASSPATH | tr ":" "\n"
This has built a working system on my arm board (when an appropriate config is used)