I've been trying to add some GIT functionality to the IDE the last few days. I have created a working test project that runs fine.
I have added the classes i created that implement the jgit library then added jgit to the lib folder and modified the build.xml classpath for the javac on the app directory
classpath="../core/core.jar; lib/jgit-0.10.1.jar; etc etc
My code compiles FINE! But when i go to execute the produced windows executable it pops up the splash using launch4j then the actual java app dies/never appears.
I know the output is missing a reference or something but i can't work out how to resolve this at all
Any help would be appreciated.
edit
I have been able to load the ant project into eclipse and provide my modifcations there and it compiles and works! But i would like to get it generating the correct output without the need for eclipse :0