Hi,
I've been struggling to get JDE 2.1.5 (then 2.1.6Beta21) to use a
classpath with spaces in it...
NT4 SP5, NTEmacs 20.6, Cygnus B20, JDK1.2.2-001 SE
I'm setting global quoting on in the project file.
I'm using global classpaths.
Compiling is OK - command line is shown quoted.
Running - doesn't seem to work and the command line isn't shown quoted.
Debugging (straight jdb) - doesn't work is like running - not shown
quoted...
I started using CMD.EXE as a shell then migrated to bash...
I think I've tracked it down to some inconsistencies in the way the
classpath is built
for compiling, running and debugging
there seem to be two similar functions:
jde-run-build-classpath-arg (jde-run.el) which doesn't support
quoting, and
jde-build-classpath-arg (jde-compile.el) which does
(jde-db.el) re-uses jde-run-build-classpath
Any good reasons why these are different (lisp is way down my 'things to
learn one day' list)?
(BTW - don't take this comment badly, I really *want* to use JDE)
Regards,
Dave Spring