I'm currently fiddling with a mod, and being a typical programmer, have no style whatsoever. I've conscripted in a friend who would rather not use an IDE, just be able to edit the art and see it in action. I know that the IDE manages to run it without a launcher, so is there any way of writing a Shell script (he's on Mac) for him which compiles and runs the modded minecraft, all within my forge directory?
There doesn't seem to be much out there on Google for this, and I can't find anything in the forums on it. So far I seem to be able to build it (I've got Intellij IDEA to build an ant script for me), which works when I click the Run button within the IDE, after using the Ant script; but I can't seem to be able to get it to work IDE-less?
Is there a solution, or should I just force an IDE down his throat?