BitBath open sourced

Post Reply
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

BitBath open sourced

Post 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 =)
chr1s
Posts: 5
Joined: Thu Mar 05, 2009 5:03 pm
Location: Germany, BW

Post by chr1s »

Thanks a lot for this!
________
GLASS BUBBLERS
Last edited by chr1s on Tue Feb 22, 2011 6:49 am, edited 1 time in total.
Mütze
Posts: 23
Joined: Sun Oct 26, 2008 2:39 pm

test

Post 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?
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post 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
Post Reply