Thread: SoundKloud
View Single Post
Old 12-09-2012, 11:03 PM   #129
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Spoiler:
Quote:
me@dev /opt/eclipse/Workspace-java/HelloWorld $ ./makekindlet
Buildfile: /opt/eclipse/Workspace-java/HelloWorld/build.xml

build-subprojects:

init:

build-project:
[echo] HelloWorld: /opt/eclipse/Workspace-java/HelloWorld/build.xml

build:

weave:
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/asm-3.1.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/retroweaver-rt-2.0.7.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/java-api-wrapper-1.2.1-SNAPSHOT.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/apache-mime4j-0.6.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/commons-codec-1.3.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/commons-logging-1.1.1.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/httpclient-4.0.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/httpcore-4.0.1.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/httpmime-4.0.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/org.json.jar into /opt/eclipse/Workspace-java/HelloWorld/bin
[unzip] Expanding: /opt/eclipse/Workspace-java/HelloWorld/lib/signpost-commonshttp4-1.2.1.1.jar into /opt/eclipse/Workspace-java/HelloWorld/bin

[retroweaver] Processing 880 classes
[retroweaver] 547 classes weaved.


jar:
[jar] Building jar: /opt/eclipse/Workspace-java/HelloWorld/HelloWorld.jar

BUILD SUCCESSFUL
Total time: 2 seconds

YAY
Spoiler:

now we have a native Java soundcloud API that runs on 1.2 onwards... (I think)

but that actually loaded and ran a
api.login(username,passord) without crying - far as I can tell. (err need to actually add some logging now, err and output... heh)

testing continues... but that is a win


EDIT:

Hemm maybe not:

Quote:
[12/10/12 4:57 AM] Hello, world! (v. 1)

com.cowlark.eventbus.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#getCauses
at com.cowlark.eventbus.SimpleEventBus.doFire(SimpleE ventBus.java:232)
at com.cowlark.eventbus.SimpleEventBus.access$0(Simpl eEventBus.java:205)
at com.cowlark.eventbus.SimpleEventBus$1.run(SimpleEv entBus.java:109)
at java.awt.event.InvocationEvent.dispatch(Compiled Method)(InvocationEvent.java:152)
at java.awt.EventQueue.dispatchEvent(Compiled Method)(EventQueue.java:369)
at java.awt.EventQueueProxy.dispatchEvent(Compiled Method)(EventDispatchThread.java:351)
at java.awt.EventDispatchThread.pumpOneEvent(Compiled Method)(EventDispatchThread.java:164)
at java.awt.EventDispatchThread.pumpEvents(Compiled Method)(EventDispatchThread.java:154)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:134)
at java.lang.Thread.startup(Compiled Method)(Thread.java:1065)

Caused by: java.lang.NoClassDefFoundError: java.util.concurrent.locks.Lock
now what might be causing that... hmm

http://bugs.sun.com/bugdatabase/view...bug_id=4764778 this? maybe?

Last edited by twobob; 12-24-2012 at 06:09 AM.
twobob is offline   Reply With Quote