I\'ve attached three files for an easier compiling environment with kopi.
jcomp, a little batch file, obviously you\'ll have to change the contents to wherever you store the stuff
compiler.java, the java code for calling kopi from one jvm
targets.txt, the file that compiler will load up.
File format for targets.txt:
1[tab]workingdir[tab]filename(s)
where 1 can be any 1 character code for a target, and working dir is where you want the compiler to start compiling from, and filename is the target file. The filename must contain the full \"java\" path to the source from the working directory.
To select a target you enter the 1 character code for target, then return.
To compile you enter \"c\" and return, which compiles the current target. All errors are reported to standard out.
To show all the entries enter \"P\" and return. \"Q\" quits.
Start up an xterm and run jcomp.
HTH someone, it\'s a big time saver for me, no cd-ing to different root dirs and I can just \"c-]enter\" to get the latest code compiled.
If anyone updates this simple program with some useful features, share it with everyone else.