Can not parse the thing at point

2003-07-18 Thread Murali
I always get Can not parse the thing at point! whenever I try jde-open-class-at-point (C-c C-v C-g or C-c C-v C-y) I tried it on a class name. Here is what I have in my .emacs file (add-to-list 'load-path (expand-file-name /u1/local/share/emacs/tars/jde-2.3.2/lisp)) (add-to-list 'load-path

Re: Executing an ANT process from Java.

2003-07-18 Thread Lauren Commons
I'm not the person on this list who can help you, but I understand that the Ant source code has comments explaining exactly how to do this. I believe the comments are associated with the main() method. --- Joseph Campbell [EMAIL PROTECTED] wrote: Someone on the ANT users list pointed me in the

error when trying to connect to an external application via the Socket - attach option when using jdb in jdee

2003-07-18 Thread Philip Varghese
Hi Could anyone throw some light on why I get this error when trying to trying to connect to an external application via the Socket - attach option when using jdb in jdee. c:/Main/build-tools/j2sdk1.4.1_01/bin/jdb.exe -attach localhost:3999 java.io.IOException: shmemBase_attach

Re: Executing an ANT process from Java.

2003-07-18 Thread Javier S. Lopez
You can take a look at jde.util.AntServer It uses the main method to pass the arguments and sets up a SecurityManager to avoid ANT from killing the app. Note, this is exactly what the ANT developers say not to do in their documentation. (Calling their API from main) The other thing you are

error when trying to connect to an external application via the Socket - attach option when using jdb in jdee

2003-07-18 Thread Paul Kinnucan
Philip Varghese writes: Hi Could anyone throw some light on why I get this error when trying to trying to connect to an external application via the Socket - attach option when using jdb in jdee. c:/Main/build-tools/j2sdk1.4.1_01/bin/jdb.exe -attach localhost:3999

Can not parse the thing at point

2003-07-18 Thread Paul Kinnucan
Murali writes: I always get Can not parse the thing at point! This message means that the command cannot determine the class of the symbol at point. whenever I try jde-open-class-at-point (C-c C-v C-g or C-c C-v C-y) I tried it on a class name. Here is what I have in my .emacs file