On 02.09.2008, at 11:32, Luke Daley wrote:
On 02/09/2008, at 6:42 PM, Hans-Jörg Bibiko wrote:
On 02.09.2008, at 09:26, Hans-Jörg Bibiko wrote:
TM sets the working directory to that of the current file when executing commands, so this should work for you. I think this also means that you could create a .classpath file in the same dir as your script if you need to bring in extra jars.
Hmm, id doesn't work for me. I always have to enter the absolute path. ...
BTW this should be the default way. Otherwise if have no chance to get my *.class files.
This is what I was trying to prevent. But perhaps it is better to dump the class file in the project?
Do you have any specific reasons for that? Or do you want to avoid having *.class files in TM_DIRECTORY after an error while compiling the source code?
I do not know Java overall, but if javac only generates *.class files then a dump back into TM_DIRECTORY could work.
Cheers,
--Hans