Beanshell is unable to find ant.jar

2002-12-15 Thread Martin Schwamberger
Hi, I'm using AntServer. In the last few weeks, I frequently received the following error message when I tried to build my project: You need ant.jar in the beanshell classpath. The beanshell uses jde-global-classpath or the environment variable CLASSPATH. I could figure

Re: AW: auto newline, indent and close brace on open brace, return

2004-03-14 Thread Martin Schwamberger
Hi Paul, Berndl, Klaus wrote: Here is a better way to determine the syntactiy context of current point, means if point stays within a line-comment, block-comment or within a string. IMHO this is more robust than jde-line-has-incomplete-string...and uses well proved Emacs-concepts for this instead

Re: Several errors with Beta 3

2004-05-13 Thread Martin Schwamberger
Wolfgang Pausch wrote: Hello, Hi Wolfgang, abbreviation handling has changed with JDE 2.3.4beta3. Unfortunatly, the new implementation uses a feature of define-abbrev which doesn't exist in XEmacs. XEmacs doesn't support expansions other than string or nil. The following changes should fix the

Re: Several errors with Beta 3

2004-05-12 Thread Martin Schwamberger
Wolfgang Pausch wrote: snip/ However, many things don't work - for example, typing if leads to ifif -expansion - even in comments, typing abbrevs like pri causes the error Symbols value as variable is void: --expansion--, I occasionally get other errors too. But, the behaviour definitely has

Re: default value of jde-gen-final-arguments problem

2004-05-09 Thread Martin Schwamberger
Hi Yoon Kyung Koo, Checkstyle complains about non-final arguments in the default configuration delivered with JDEE. In order to avoid these complaints, the default is t. Regards, Martin Yoon Kyung Koo wrote: Hi, all I found that the default value of jde-gen-final-arguments is t, so it

Re: Jde-import.el

2004-07-09 Thread Martin Schwamberger
Paul Kinnucan wrote: Petter Måhlén writes: Hi Paul, The patched jde-import.el is attached. Basically, what it does is to create the list of fully expanded potential classes to import for each token, as before. Then, it checks if any of the classes belongs to java.lang or the current

Re: Jde-import.el

2004-07-14 Thread Martin Schwamberger
String RET even if synonyms of java.lang classes would be excluded by jde-import-exclude-imports. Thoughts? Regards, Martin Martin Schwamberger wrote: Paul Kinnucan wrote: Petter Måhlén writes: Hi Paul, The patched jde-import.el is attached. Basically, what it does is to create the list

Re: Refreshing bsh database

2004-08-05 Thread Martin Schwamberger
Hi Eric, you don't need to restart beanshell. It is sufficient to call jde-wiz-update-class-list. You can use C-c C-v C-q to call it. This works quite well. But I think it would be even more convenient to have a compile-finish-hook which calls jde-wiz-update-class-list. There is also menu entry

Re: [jde] [ANNOUNCEMENT] JDEE 2.3.4beta6 available at ...

2004-10-18 Thread Martin Schwamberger
Paul Kinnucan wrote: Raul Acevedo writes: On Wed, 2004-10-13 at 01:14 -0400, Paul Kinnucan wrote: * Update the class list used by completion and by code generation wizards after compiling a class or building a project. This should ensure that completion and the wizards work for

Re: Problem loading JDE in Emacs CVS

2005-01-08 Thread Martin Schwamberger
. Martin Regards, Nascif -Original Message- From: Martin Schwamberger [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 7:59 AM To: Nascif Abousalh-Neto Cc: jde@sunsite.dk Subject: Re: Problem loading JDE in Emacs CVS Hi Nascif, I'm using this emacs build together with JDEE 2.3.5. I

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

2005-01-30 Thread Martin Schwamberger
Javier S. Lopez wrote: Paul Kinnucan [EMAIL PROTECTED] writes: There are probably a few ways to work around the problem 1. Set the inhibit-read-only flag 2. Make our compiles a minor mode or rewrite the way we use it. There is a new method compile-setup that takes a flag that allows you to

Re: changing cc-mode settings in jde-mode-hook

2005-10-13 Thread Martin Schwamberger
I just noticed that I've forgotten to put the list on CC ... [EMAIL PROTECTED] wrote: Martin Schwamberger writes: (add-hook 'jde-mode-hook (function (lambda () (c-set-offset 'defun-block-intro 0 Martin, That did it, thanks very much