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 =)
BitBath open sourced
Last edited by chr1s on Tue Feb 22, 2011 6:49 am, edited 1 time in total.
test
Hi,
I've tried to compile the bitbath sources. I've done the following:
Does anybody know how to fix this error? Or, what did I do wrong?
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.