[kune-commits] r767 - in sandbox2: . lib src/org/op/client

vjrj vjrj at ourproject.org
Wed May 14 03:10:23 CEST 2008


Author: vjrj
Date: 2008-05-14 03:10:19 +0200 (Wed, 14 May 2008)
New Revision: 767

Added:
   sandbox2/lib/gwt-voices-0.0.0.jar
   sandbox2/lib/gwt-voices-1.0.0-old.jar
Removed:
   sandbox2/lib/gwt-voices-1.0.0.jar
Modified:
   sandbox2/Sandbox-compile
   sandbox2/src/org/op/client/Sandbox.java
Log:
some test related with gwt-voices+mplayer bug

Modified: sandbox2/Sandbox-compile
===================================================================
--- sandbox2/Sandbox-compile	2008-05-14 00:35:16 UTC (rev 766)
+++ sandbox2/Sandbox-compile	2008-05-14 01:10:19 UTC (rev 767)
@@ -1,13 +1,9 @@
 #!/bin/bash
 APPDIR=`dirname $0`;
-java  -cp "$APPDIR/src:$APPDIR/lib/gwt-sound.jar:$APPDIR/bin:$APPDIR/lib/gwt-voices-1.0.0.jar:/home/vjrj/.m2/repository/com/gwtext/gwt-ext/2.0.2/gwt-ext-2.0.2.jar:/usr/local/lib/gwt/gwt-linux-0.0.2030/gwt-user.jar:/usr/local/lib/gwt/gwt-linux-0.0.2030/gwt-dev-linux.jar" com.google.gwt.dev.GWTCompiler -style PRETTY -out "$APPDIR/www" "$@" org.op.Sandbox;
+java  -cp "$APPDIR/src:$APPDIR/lib/gwt-sound.jar:$APPDIR/bin:$APPDIR/lib/gwt-voices-0.0.0.jar:/home/vjrj/.m2/repository/com/gwtext/gwtext/2.0.4-beta1/gwtext-2.0.4-beta1.jar:/usr/local/lib/gwt/gwt-linux-0.0.2415/gwt-user.jar:/usr/local/lib/gwt/gwt-linux-0.0.2415/gwt-dev-linux.jar" com.google.gwt.dev.GWTCompiler -style PRETTY -out "$APPDIR/www" "$@" org.op.Sandbox;
 if [[ $? == 0 ]]
 then
-  if [[ $RESULT == 0 ]]
-  then
     kdialog --msgbox "Compilation finished successfully" 2>/dev/null &
-  else
+else
     kdialog --error "Compilation finished with errors"  2>/dev/null &
-  fi
 fi
-

Added: sandbox2/lib/gwt-voices-0.0.0.jar
===================================================================
(Binary files differ)


Property changes on: sandbox2/lib/gwt-voices-0.0.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Copied: sandbox2/lib/gwt-voices-1.0.0-old.jar (from rev 749, sandbox2/lib/gwt-voices-1.0.0.jar)

Deleted: sandbox2/lib/gwt-voices-1.0.0.jar
===================================================================
(Binary files differ)

Modified: sandbox2/src/org/op/client/Sandbox.java
===================================================================
--- sandbox2/src/org/op/client/Sandbox.java	2008-05-14 00:35:16 UTC (rev 766)
+++ sandbox2/src/org/op/client/Sandbox.java	2008-05-14 01:10:19 UTC (rev 767)
@@ -35,9 +35,9 @@
 
         SoundController soundController = new SoundController();
         soundController = new SoundController();
-        soundController.setPrioritizeFlashSound(true);
-        soundController.setDefaultVolume(0);
-        final Sound sound = soundController.createSound(Sound.MIME_TYPE_AUDIO_X_WAV, "click.wav");
+        // soundController.setPrioritizeFlashSound(true);
+        // soundController.setDefaultVolume(0);
+        final Sound sound = soundController.createSound(Sound.MIME_TYPE_AUDIO_BASIC, "click.ogg");
 
         Button btn = new Button("Click");
         btn.addClickListener(new ClickListener() {




More information about the kune-commits mailing list