Re: Problems debugging files with more than 1000 lines.

2004-11-22 Thread Javier S. Lopez
to be escaped with \ or something? (I am not proficient with lisp or elisp). Morten . -- Javier S. Lopez Software Developer Forum Systems, Inc. 95 Sawyer Road, Suite 110, Waltham, MA 02453 http://www.forumsys.com The information contained in this electronic mail and any attached document

Re: Buffer is read-only: #buffer *compilation*

2004-11-22 Thread Javier S. Lopez
them in any medium. Thank you for your cooperation. -- Javier S. Lopez Software Developer Forum Systems, Inc. 95 Sawyer Road, Suite 110, Waltham, MA 02453 http://www.forumsys.com The information contained in this electronic mail

Re: Best practices for setting up project file

2004-03-27 Thread Javier S. Lopez
Jesper Holmberg [EMAIL PROTECTED] writes: I feel that I am not using all the features of JDEE to the maximum. More specifically I seem to have problems setting up my environment so that 1) JDEE finds everything it needs to do it's magic stuff and 2) I don't have to write a lot of project

Re: Ant needs JAVA_HOME for compilation

2004-01-05 Thread Javier S. Lopez
Hi Steinar, From your information I am making the following assumption. You are using the default jde-ant-invocation-method, which is script. The idea with the script method is that you have setup ANT previously in your system, i.e you can run it from a shell or command prompt. Then jde-ant in

Re: jde-ant-program

2003-12-03 Thread Javier S. Lopez
Paul Kinnucan [EMAIL PROTECTED] writes: Phillip Lord writes: Javier == Javier S Lopez [EMAIL PROTECTED] writes: Javier I have heard people wanting the path normalized and other Javier people not wanting it normalized (i.e. me). Javier I think to suite everyone

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

Re: Code completion fails when type cast

2003-02-28 Thread Javier S. Lopez
for a great product. -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110, http://www.forumsys.com Waltham, MA 02453 The information contained in this electronic mail and any attached document

Re: Introspection based Java class browser....also demonstrates alittle bit of java and lisp integration...

2003-02-19 Thread Javier S. Lopez
Sprenger, Karel [EMAIL PROTECTED] writes: Hello, [...] Is this a semantic problem? No. Completion looks for the logger class type by parsing the current java file. (jde-parse-declared-type-of) The method is not smart enough to look for it in the super class or classes within the same

Re: Compile window watching

2003-01-16 Thread Javier S. Lopez
M-x compilation-scroll-output t. Javier James Higginbotham [EMAIL PROTECTED] writes: Hi, Anyone have a hook or an idea for how to craft a hook to ensure that the compile buffer follow the scrolling text? Right now, I have to switch to the buffer and put the cursor at the end to get the

Re: JDEbug and LinkedList

2003-01-10 Thread Javier S. Lopez
Troy Daniels [EMAIL PROTECTED] writes: Hello, There appears to be a bug in JDEbug regarding circular references. I was trying to look at a java.util.LinkedList. The implementation in my JDK uses a class like the following: class LLNode { Object element; LLNode next; LLNode

Re: problems finding method definition

2003-01-03 Thread Javier S. Lopez
possibilites for an Object class). Obviously what should happen is that JDE takes me to ParentClass.java and the definition of doParentClassThing. Any ideas? Raul -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer

Re: ANT compile don't parse errors

2002-09-23 Thread Javier S. Lopez
. ...     [javac] 3 errors BUILD FAILED c:\user\Rainer_Gross\\Dev\build\build.xml:144: Compile failed, messages should have been provided. Total time: 2 seconds Compilation finished at Mon Sep 23 09:00:41 -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems

Re: ANT compile don't parse errors

2002-09-23 Thread Javier S. Lopez
failed, messages should have been provided.Total time: 2 seconds Compilation finished at Mon Sep 23 09:00:41 -- Javier S. Lopez [EMAIL PROTECTED]    Forum Systems, Inc. (781) 788-4206  95 Sawyer St., Suite 110, http

Re: ant build

2002-09-18 Thread Javier S. Lopez
to that directory. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110, http://www.forumsys.com Waltham, MA 02453

Re: ant build

2002-09-18 Thread Javier S. Lopez
. If you tell me what error string you get in your compilation buffer I will add it to the hook or fix the regexp. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110, http://www.forumsys.com Waltham

Re: ant build

2002-09-18 Thread Javier S. Lopez
hmm... This is odd. I don't see this on my system. To work around the problem while a solution is found you can remove the jde-compile-finish-kill-buffer from the jde-ant-build-hook Could you send me a bug report on this, using the jde utility (i.e. jde-submit-problem-report) Please include

Re: Problems with ant

2002-09-18 Thread Javier S. Lopez
. Kevin Burton might be able to expand on this. JDE starts at the current directory and works its way up to find the proper build file, it does not take the current project file into account. Javier Bye ulli -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems

Re: Extending abstract class?

2002-08-30 Thread Javier S. Lopez
andy Thanks, the Java class getting the abstract methods was not including protected methods. A fix will be provided in the next release. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http

Re: jde-compile

2002-08-15 Thread Javier S. Lopez
. - M.K. Gandhi -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Has jde-open-source.el been integrated into JDE?

2002-07-23 Thread Javier S. Lopez
about jde-open-source? I found that function in the archives: http://www.mail-archive.com/jde@sunsite.dk/msg03887.html Has that already been integrated into jde? Yes, it is call jde-open-class-at-point. Javier Thanks for any answers... Roland -- Javier S. Lopez

Re: Compile all open Java buffers

2002-07-22 Thread Javier S. Lopez
in advance, Jonathan -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: 2.2.9beta10 problem w/ jde-help-symbol

2002-06-25 Thread Javier S. Lopez
6.86.49.04.14 __ Fax: +33 1.34.03.03.06 / __// / // \ _\_ \/ / // / / SUN Microsystems FRANCE \___/\__//_/_/ 13, avenue Morane Saulnier Microsystems78142 Vélizy cedex France -- Javier S. Lopez

Re: Problem with Ant target

2002-06-25 Thread Javier S. Lopez
] (i586-pc-win32) JDEE 2.2.9beta10 I am attaching my prj.el. Thanks in advance vishy -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: set path for jde-run?

2002-05-28 Thread Javier S. Lopez
. Javier java -classpath ... This one you can set an environment variable, but if you work in more than more project it is better to set up jde-global-classpath. Thanks, Ted -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406

Re: navigate code completion

2002-05-25 Thread Javier S. Lopez
(_) -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: JDE java compile fail with Wrong type argument: sequencep, 45 error

2002-04-25 Thread Javier S. Lopez
Could you tell me what were you trying to complete and the cursor position? i.e. StringBuffer sb; sb.a ^ Javier Tipin Chang [EMAIL PROTECTED] writes: I have problem to compile a java file in JDE using the    JDE -- Compile (C-c C-v C-c) menu. The min-window shows the

Re: jde-open-class-source from field not classname

2002-04-04 Thread Javier S. Lopez
has already submitted code that opens a source file to the definition of the method or field name at point. This code needs to be integrated more cleanly into the JDE. Javier Lopez has undertaken the integration task. Perhaps he can comment. - Paul -- Javier S. Lopez

Re: JDE New Class Bug (?)

2002-03-04 Thread Javier S. Lopez
Paul Ebermann [EMAIL PROTECTED] writes: Javier S. Lopez skribis: Paul Ebermann [EMAIL PROTECTED] writes: Javier S. Lopez skribis: This is not going to be true all the time. But IF it is true, it could be choosen? The question is how will jde know which one to choose

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
the buffer list Any help would be great. Thanks, -- Heather -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
Heather Buch [EMAIL PROTECTED] writes: Javier S. Lopez wrote: Set it to this path and restart the beanshell. Check that the beanshell classpath includes that directory /var/.../classes Hi Javier, I changed my classpath entry and restarted the beanshell (I don't know how to check

Re: Ant Server?

2002-02-27 Thread Javier S. Lopez
Peter Goudman -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Ant invocation method

2002-02-15 Thread Javier S. Lopez
to return a message explaining the problem. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Field-completion also viy mounted drives?

2002-02-15 Thread Javier S. Lopez
I'm wondering if the following is possible: We have a SUN Solaris system, where our java-sources reside. These = sources are also compiled to *.class files with the SUN-JDK and reside also onto = the Solaris system. But we want to use JDE with NTEmacs 21.1. onto Windows NT 4.0 and edit =

Re: Ant invocation method

2002-02-14 Thread Javier S. Lopez
what you tell me I can't tell what is wrong. I am using w2k and cygwin-bash and the ant server is working fine. I'm happy using Script but what is the preferred option here? The script is fine, but the ant server is usually faster. Javier -- Javier S. Lopez [EMAIL PROTECTED

Re: J2SE 1.4

2002-02-07 Thread Javier S. Lopez
Hi, J2SE 1.4 is out. It has some new keywords (e.g., assert). Is JDE going to support it soon? Regards, Daniel What do you refer by support? I have been using Jdk 1.4 and jde for months. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781

Re: J2SE 1.4

2002-02-07 Thread Javier S. Lopez
. Daniel :) I modified the CompilerServer to use reflection, so it is not tied in to any particular version of jdk. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-540640 Williams St., Suite G20, http://www.forumsys.com

Re: J2SE 1.4

2002-02-07 Thread Javier S. Lopez
java compiler. Daniel :) I modified the CompilerServer to use reflection, so it is not tied in to any particular version of jdk. Cool! Can you incorporate that into the JDEE? It has been incorporated for 2 months. The latest beta version includes the changes. Javier -- Javier S

Re: speedbar

2002-02-01 Thread Javier S. Lopez
the speedbar. Javier Kevin - -- -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-540640 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Can completion use members?

2002-01-29 Thread Javier S. Lopez
Hm.. Doesn't it make sense that completion could include members as well as methods? it does. I am not getting members and found no way to turn them on. Am I missing something? could you give an example of where completion does not include members? Javier -- Javier S. Lopez

Re: Problem with jde import

2002-01-16 Thread Javier S. Lopez
. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: How to use ANT in JDE

2001-12-19 Thread Javier S. Lopez
above. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: problems with running jikes

2001-12-09 Thread Javier S. Lopez
thanks for your reply, however, i thought that is is already set to all? Yes, you are right it was already set, my bad. -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http

Re: problems with running jikes

2001-12-09 Thread Javier S. Lopez
this helps, Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: autocomplete not working

2001-08-20 Thread Javier S. Lopez
On Monday 20 August 2001 12:04 pm, Aaron Phillips wrote: Hello, I'm new to jde and xemacs for that matter. I am using linux xemacs with jde. When I try to autocomplete in a java file (C-c C-v C-.) I get the a statusbar message Args out of range: , 0. Any ideas on what could be the cause?

Re: autocomplete not working

2001-08-20 Thread Javier S. Lopez
I am using 2.2.7beta3 I remember comming accross this bug before. I think is fixed, either in 2.2.7.1 or in the latest beta 2.2.8beta6 Javier

Re: Wrong type of file error on XEmacs (with solution)

2001-08-15 Thread Javier S. Lopez
, | (if jde-xemacsp | (set-buffer (cadr (buffer-list))) | (set-buffer (car (buffer-list ` if I change the 'cadr' in the xemacs case to 'car' it works without the error. It seems, that the special case if not needed, or do I overlook something? The above code solved