aboutsummaryrefslogtreecommitdiff
path: root/subsonic-blackberry/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-blackberry/README.txt')
-rw-r--r--subsonic-blackberry/README.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/subsonic-blackberry/README.txt b/subsonic-blackberry/README.txt
new file mode 100644
index 00000000..f36dfd38
--- /dev/null
+++ b/subsonic-blackberry/README.txt
@@ -0,0 +1,18 @@
+http://javaandjava.blogspot.com/2010/05/ant-script-for-blackberry-development.html
+
+Downloaded Ant 1.8.1
+Downloaded bb-ant-tools 1.2.9
+Use simultors in plugin: c:\progs\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\simulator\9550.bat
+### Downloaded BlackBerry Device Simulators v5.0.0.419 (9530)
+
+Enable IntelliJ plugin "Ant support"
+Created module subsonic-blackberry in IntelliJ.
+Set module language level to 1.3
+Added c:\progs\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\lib\net_rim_api.jar as library in IntelliJ.
+Attach javadoc c:\progs\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\docs
+
+
+To start sim:
+fledge.exe /app=Jvm.dll /handheld=9550 /app-param=JvmDebugFile:log.txt
+
+In IntelliJ: Add dummy run config which executes ant goal and tails log.txt \ No newline at end of file