This project is a fork of the barry.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/barry.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionBarry fork
homepage URLhttp://www.progweb.com/modules/blackberry
ownernicolas@progweb.com
last changeWed, 16 Dec 2009 00:16:02 +0000
Push URLssh://repo.or.cz/srv/git/barry/progweb.git
Content tags:
Add:
readme

Here, you find a fork for my personnal contribution to Barry project.

First, you have to install Barry from this fork repository (you can add GUI and OpenSync feature) :
$ cd /usr/local/src
$ git clone git://repo.or.cz/barry/progweb.git barry
$ cd barry
$ ./buildgen.sh
$ ./configure
$ make
$ make install

Now, go into your work directory where are your ".debug" files. You can also copy your ".debug" files generated by RIM's JDE in your current path :
$ cd ~
$ mkdir Project
$ cp <.debug files> .
$ bjdwp localhost 8000

Then, from a JDB client :
$ jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000

shortlog
2009-12-16 Chris Freydoc: added some notes on how to tether via Bluetooth master
2009-12-15 Chris Freydoc: added note about git in doc/CommitPolicy.txt
2009-12-15 Chris Freylib: Memo::Dump() now translates \r chars into prettier...
2009-12-15 Chris FreyAdded 'addmemo' example, to test newline behaviour
2009-12-15 Chris FreyUpdated ChangeLog
2009-12-15 Chris Freyos22: fixed potential bug in loading opensync config
2009-12-15 Chris Freylib: added operator==() to ProbeResult
2009-12-15 Chris Freylib: added operator!=() to Barry::Pin, to make it easie...
2009-12-04 Chris Freytools: added libbarry to bdptest build (needed on opens...
2009-12-04 Chris Freylib: added Pin::valid()
2009-12-04 Chris Freylib: added GetKey/SetKey support in GlobalConfigFile
2009-12-03 Chris Freylib: made Probe results more storage friendly
2009-12-03 Chris Freylib: added support for a global config file
2009-12-03 Chris Freylib: added IsVerbose() API call
2009-12-02 Chris FreyAdded gui and opensync plugin configure.ac's to Release...
2009-12-02 Chris FreyFixed missing file removal in gui/po's distclean target...
...
heads
7 weeks ago master