Skip to Content

Building Instruction

Right now, @bact is helping me add more features and fix bugs in jibjib. I don't know how @bact setup his development environment but I always assume building #jibjib is something easy. So, there is no document regarding how to build. During this long weekend, I read some tweets by @phisite and @pmjordan that they are going to build #jibjib on their computer. Anyway, there is no clue at all. It is neither eclipse project nor netbean project. It is just pure ant project.

Because of this new home, I decided to write a short instruction, HowToBuild. If you have problems or comments, please let me know.

it's pretty easy, esp if you use UN*X

just read ant's build.xml

try to download all those libraries (.jar) that specified in build.xml

try "ant build"

if not successful, it means there're some lib missing, read the error messages, and download those missing libs. and try "ant build" again.

using UN*X system like Linux or Mac OS X also helps, since you can do symbolic link that match exactly the paths that specified in build.xml (that means you don't have to modify build.xml at all).

and of course, if there's any problem, @sugree is always there :p

Possible Bug in Device.java

Hi, I was going through the code on the Google code here: http://code.google.com/p/jibjib/source/browse/trunk/src/com/substanceofc... and realised that the isSonyEricsson() method will not return true for Sony Ericsson, but for Nokia.

I see it was written by Tommi Laukkanen, but thought you might like to know about it.

Nice client by the way, keep it up!

Evans
http://www.javawug.org

oh, my dear. Thank for

oh, my dear. Thank for report.

Post new comment

The content of this field is kept private and will not be shown publicly.
Syndicate content