[ Content | Sidebar ]

Search results for dbcdb/104/

ant and junit

After getting ant to do my compiling, I decided to get it to run my unit tests. Which it can now do acceptably, though the path was a bit rockier than I would have liked. Some steps: Copy down an example from a book, mutatis mutandem. Hmm: ant says it doesn’t know about the junit […]

ant

I converted dbcdb’s build system from Make to ant a couple of days ago: besides ant being on my list of tools to learn about, it seems to be impossible for Make to work well with Java. Previously, I’d gotten around this by using a Makefile that works 99% of the time, and having my […]