Ok… I’m overwhelmed. This is almost worthy of the Newless Cluebies… but it seems to be more directed here. I’ll let someone else decide whether or not to move it I’m putting my game in a jar for webstard, and obfuscating it with Proguard. I use Eclipse, and I know it has Ant integrated, and I’m pretty sure it can help me here. Right now I save (Eclipse auto-compiles), I run Proguard to obfuscate my code, then I manually create a Jar file by renaming a .zip file I make with WinRAR, and move in the particular folders of obfuscated code I want. That’s really tedious and time consuming to have to do that every time I make some changes to my code.
Now… in looking up information on Ant, I feel like I’m looking at a whole new language. Even beginner’s tutorials seem to make no sense. Maybe I’m just looking too hard to find a specific solution, but I don’t want to just jump out into the ocean of Google with no sense of direction. Could anyone help me out with what I need to do, or give me some good resources/direction to head for so I’m not completely clueless as I learn how to work with this? Thanks!