Well, my project has finally reached the point where it's just getting too darn big to manually compile and package. I've heard that creating an Ant build.xml is the way to go, but I'm a little lost thus far. I was hoping to have a single build.xml file that'll spit out a Mac .app file, a jnlp webstart (with all the jars signed), a Linux directory structure, and a Windows directory structure (so I can quickly package the Linux and Windows versions). I've heard this is all possible, but I don't even know where to begin.
Could anyone who's done this (and I know you're out there) please post their build.xml file for me? Or send it to me if you'd rather it not be made public? I could sure use an example to learn from.