git clone of logicmail with some fixes/features added
1To support the build process, this directory needs several files from
2external sources. These files are laid out as follow:
3
4 Path | Description
5-------------------------|--------------------------------------------
6 jde/ | Files from the RIM BlackBerry JDK
7 bin/ |
8 rapc.jar | RAPC utility
9 preverify.exe | From the JDE, J2ME SDK, or equivalent
10 lib/ |
11 net_rim_api.jar | BlackBerry Java API
12 xmltask.jar | XMLTask
13 bb-ant-tools.jar | BlackBerry Ant Tools (trunk, r62, built with patch)
14 bb-ant-tools.patch | Patch to BlackBerry Ant Tools
15 ant-contrib-1.0b3.jar | Ant-Contrib Tasks
16 hammockmaker-2.1.0.jar | HammockMaker tool (from the Hammock distribution)
17 AnalyticsService_v1.0.jar | BlackBerry Analytics Service SDK
18 AnalyticsService_v1.0-doc.zip | JavaDocs for above
19 webtrends-template.xml | Analtics configuration template
20
21
22Sources:
23--------
24RIM BlackBerry JDK
25 http://www.blackberry.com/
26J2ME SDK
27 http://java.sun.com/
28XMLTask
29 http://www.oopsconsultancy.com/software/xmltask/
30BlackBerry Ant Tools
31 http://bb-ant-tools.sourceforge.net/
32Ant-Contrib Tasks
33 http://ant-contrib.sourceforge.net/
34Hammock
35 http://hammingweight.com/modules/hammock/
36BlackBerry Analytics Service SDK
37 http://us.blackberry.com/developers/platform/analyticsservice/
38 Not included due to possible legal issues with redistribution.
39 LogicMail can be successfully built and run without this library.