On Sat, Jan 12, 2002 at 12:56:37AM -0600, Curt Arnold wrote: > Would this functionality also be desirable for other Java IDE's? For > example, could the task be generalized to support generating JBuilder > .jpx's, Visual Age project files, etc.
FYI, for command-line users who'd like this sort of functionality (but want to avoid emacs;): http://www.opensource.socialchange.net.au/jpe/ It's a script that localizes your shell environment for your current project. Specifically, it: - sets up the classpath for that project, by loading jars in configurable directories like ./lib. - sets $HOME to be the project root, so 'cd' gets there quickly - sets an alias (currently 'cdc') to quickly job to the work directory --Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
