Page 1 of 1

BitBath open sourced

Posted: Sat Feb 14, 2009 2:11 am
by adum
I've released BitBath as open source on github:

http://github.com/adum/bitbath/tree/master

Hopefully some people will find this interesting. If anyone wants to contribute, please let me know. The 3-D mode could definitely use some improvement =)

Posted: Tue Mar 10, 2009 9:04 am
by chr1s
Thanks a lot for this!
________
GLASS BUBBLERS

test

Posted: Wed Apr 15, 2009 4:37 pm
by Mütze
Hi,

I've tried to compile the bitbath sources. I've done the following:

Code: Select all

$ git-clone git://github.com/adum/bitbath.git src
$ cd src/Engine
$ mkdir bin # Otherwise ant will fail
$ ant
[ ant output omitted / build was successfull ]
$ cd ../hackjvm
$ ant
[ ant output omitted / build was successfull ]
$ cd ../bitbath
$ ant
Buildfile: build.xml

prepare:
    [mkdir] Created dir: /home/muetze/bitbath/src/bitbath/SDK/bin

compile:
    [javac] Compiling 6 source files to /home/muetze/bitbath/src/bitbath/SDK/bin
    [javac] /home/muetze/bitbath/src/bitbath/SDK/src/RunSimulator.java:6: package org.hacker.engine.war does not exist
    [javac]         org.hacker.engine.war.WarChooser.main(new String[] {"-cp", "lib/rt.jar"});
    [javac]                              ^
    [javac] 1 error

BUILD FAILED
/home/muetze/bitbath/src/bitbath/build.xml:46: Compile failed; see the compiler error output for details.
Does anybody know how to fix this error? Or, what did I do wrong?

Posted: Wed Apr 15, 2009 7:42 pm
by adum
i'm not sure the ant build works, actually. i just built from eclipse. i recommend trying that, or you may have to fix the ant file.

adum