Building a JAR file in eclipse using ANT...for a lwjgl game

Hi,

I’m doing a small lwjgl game, and it’s only using lwjgl.jar and the native .dll file. I have no problem running this in eclipse, but now I want to make a JAR file so I can release it. I know how I can make a JAR file that uses just stock java libraries, but building my project with ANT is too much.

I was going to use ANT to build my project. That sounds good, but learning ANT is a whole few weeks project by itself. Already I’ve read about ant and tried to build my project using a ant build file, but I get countless of errors.

Does anyone have a simple build file I can use for a small lwjgl project like this?

Here’s the one I used for the physiball lwjgl demo:

http://phys2d.googlecode.com/svn/trunk/physiball/build.xml

Kev

Thanks kev :wink: