Hello,
In school, we use JCreator. On my own, I use TextMate.
With JCreator I use packages with a structured file system. All the source code is under the /src/package/, and every file has the package line at the header. It is set so that whenever I compile a file, the .class files will be created (or updated) under the /deploy/classes/package/ folder.
So I was wondering if this is possible to do in TextMate, it is a little bit obnoxius to have to redo everything whenever I switch my working spaces
Thank you.
In school, we use JCreator. On my own, I use TextMate.
With JCreator I use packages with a structured file system. All the source code is under the /src/package/, and every file has the package line at the header. It is set so that whenever I compile a file, the .class files will be created (or updated) under the /deploy/classes/package/ folder.
So I was wondering if this is possible to do in TextMate, it is a little bit obnoxius to have to redo everything whenever I switch my working spaces
Thank you.