-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ht writes:

>> /home/gary/src/learn-jdee/.:/cygdrive/c/Programme/Java/jre1.5.0_12/lib/ext/QTJava.zip
>
> I suspect that's your jde-global-classpath, and it _isn't_ getting
> converted properly -- the relevant function to work through for this
> is jde-global-classpath.

And I now suspect the problem here is indeed the result of an
xemacs/emacs difference.  The key function,
jde-cygwin-path-converter-internal, does the wrong thing if 
 a) the builtin function mswindows-cygwin-to-win32-path is not present, and
 b) your jde-global-classpath is a single string which includes more
    than one directory

I'm _guessing_ mswindows-cygwin-to-win32-path is not present in your
emacs. . .

_If_ this is one part of the problem, the workaround may be to split
your global classpath yourself and make it less indirect, i.e. make it

 ("/cygdrive/?/src/learn-jdee/."
  "/cygdrive/c/Programme/Java/jre1.5.0_12/lib/ext/QTJava.zip")

I _think_ if you do that the fallback path conversion code in
jde-cygwin-path-converter-internal will work.

Let us know if this is indeed the problem, and sometime I'll try to
produce a patch for jde-cygwin-path-converter-internal. . .

Hope this helps.

ht
- -- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
                         Half-time member of W3C Team
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 651-1426, e-mail: [email protected]
                       URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFJv6OBkjnJixAXWBoRAqZUAJ0XcxfTX6g/c4zcfQ751dsy3PzQxACfRNh3
poH2uN2qX+F+CMOhbwx3xsY=
=1KLy
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to