Question about build.xml setup

When I first tried to run build.xml it complained about not being able to find some classes. I noticed that the classpath for javac inside “compile” for build.xml was



classpath="${seg}/lib/lwjgl.jar:${seg}/lib/jl030.jar"





I fixed my problem by changing it to



classpath="${seg}/lib/lwjgl.jar:${seg}/lib/jogg-0.0.5.jar:${seg}/lib/jorbis-0.0.12.jar"

----



What is jl030.jar, I can’t find it? And was changing the default .xml a good thing, or did I forget to do something somewhere else?

I believe it was used for loading and playing mp3 formatted sounds. It has been removed some time ago, and now replaced by ogg.

build.xml has fallen behind the changes to the sound api. I’ll update that today. Thanks for reminding me.

updated build.xml. Took a bit longer, because CVS was down yesterday.