At 04:07 PM 3/24/00 +0000, you wrote:
>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)?
>
I don't know. It's been a long time since I implemented these functions. It
may just have been an oversight.
Send me an example of a classpath that fails and I will try to fix the problem.
- Paul
------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
Please use JDE->Help->Submit Problem Report when reporting a bug or seeking
help. This will insure that you include all information that may be
required to solve your problem.