Re: completion bug?

2003-01-30 Thread Le Wang
--- Ole Arndt <[EMAIL PROTECTED]> wrote: > > But btw, why do you use Stringbuffer#append for String constants? > Just concat them with `+' and the compiler will make one long string > from the parts. This will happen at compile time. > With your method the compiler will emit seperate string const

Re: relative path in prj.el

2003-01-30 Thread Sharad Jain
Sorry about that. I did not know there is this JDE >> help >> Submit Problem Report menu-item to help us better, I will use that next time. BTW, I figured out the problem. In my case, the prj.el was in the base dir (which also contained /src and /classes folder) but the variables jde-compile-sour

relative path in prj.el

2003-01-30 Thread Paul Kinnucan
Hi Sharad, It would help if you supplied a full problem report, using the JDE->Help->Submit Problem Report command. - Paul Sharad Jain writes: > I am trying to setup prj.el with relative global-classpath, compile-directory, >source-path. > Although, documentation says that all relative paths

(yet another) ant build error

2003-01-30 Thread Paul Erion
I just upgraded to 2.3.2 (and added the latest versions of jde.el (1.292) and jde-ant.el (1.58)), and now I'm unable to build using ant ... from the compilation buffer: cd c:\Projects\Java\WordDance\Server\source\main\com\mv\worddance\web\task\ ant -Dant.home=c:/Bin/Development/Utilities/j

RE: copile errors (emacs 21.2, linux, jde)

2003-01-30 Thread Petter Måhlén
Hm, my guess is that the problem is that JDE doesn't find the correct JDK directory: > # > ERRORS > # > cd /home/rktmb/programation/java/ > /:/bin/java -Xdebug > -Xrunjdwp:transport=dt_socket,address=,server=y,suspend=n Banque > > Can't

Re: completion bug?

2003-01-30 Thread Ole Arndt
Le Wang <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to adhere to a fill-column standard of 78 characters. Fine. You should do this for mails as well ;-) > But for some code I have to write, there are very long string > constants, so I end up chaining together method calls like the > followin

RE: copile errors (emacs 21.2, linux, jde)

2003-01-30 Thread Rakotomandimby Mihamina
On Thu, 2003-01-30 at 09:45, Petter Måhlén wrote: > Is your jde-compile-finish-hook set to something unusual? It looks like > it is failing for some reason. Also, it seems that the compilation as > such is not successful. > > / Petter > here ' s my .emacs: # begining of

completion bug?

2003-01-30 Thread Le Wang
Hi, I'm trying to adhere to a fill-column standard of 78 characters. But for some code I have to write, there are very long string constants, so I end up chaining together method calls like the following: public class Test { public Test () { } public String CONSTANT=new StringBuffer

Re: auto-fill-mode conflict with indent setting ?

2003-01-30 Thread Mei Wu
On Thursday 30 January 2003 08:23 pm, Benjamin Riefenstahl wrote: Thanks, Benny, it works now . Thanks Mei > (add-hook 'jde-mode-hook (lambda() (auto-fill-mode 1)))

Re: auto-fill-mode conflict with indent setting ?

2003-01-30 Thread Benjamin Riefenstahl
Hi Mei, Mei Wu <[EMAIL PROTECTED]> writes: > (setq jde-mode-hook (lambda() (auto-fill-mode 1))) I don't know much about jde-mode, but this should be: (add-hook 'jde-mode-hook (lambda() (auto-fill-mode 1))) Hope this helps, benny PS: Please don't change the subject line for every mail. I