|
From: <tre...@us...> - 2007-09-17 22:38:16
|
Revision: 407
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=407&view=rev
Author: trevorolio
Date: 2007-09-17 15:38:20 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
Rewhacked Mike avatar to take a commonly available BVH style, so now he can walk, wave, and point.
Haven't tested it with the other two Croquet models yet, but it might Just Work. (famous last words)
Added Paths:
-----------
maven/trunk/ogoglio/src/main/resources/scripts/testBodyEditor.sh
Added: maven/trunk/ogoglio/src/main/resources/scripts/testBodyEditor.sh
===================================================================
--- maven/trunk/ogoglio/src/main/resources/scripts/testBodyEditor.sh (rev 0)
+++ maven/trunk/ogoglio/src/main/resources/scripts/testBodyEditor.sh 2007-09-17 22:38:20 UTC (rev 407)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# assumes you are in the dir with this script
+# assumes everything is built in other directories
+
+INT_TEST=../../../../../ogoglio-integration-test/target/test-classes
+COMMON=../../../../../ogoglio-common/target/ogoglio-common-0.0.1-SNAPSHOT.jar
+LIVEC=~/.m2/repository/netscape/liveConnect/1.0/liveConnect-1.0.jar
+APPLET=../../../../../ogoglio-body-editor-applet/target/ogoglio-body-editor-applet-0.0.1-SNAPSHOT.jar
+
+java -classpath $INT_TEST\:$COMMON\:$LIVEC\:$APPLET com.ogoglio.client.test.BodyAppletTestWindow
Property changes on: maven/trunk/ogoglio/src/main/resources/scripts/testBodyEditor.sh
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|