Hot code replace?

2004-08-17 Thread Greger Sernemar
Hi! Is Hot code replace supported with JDE? /Greger _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

Hot code replace?

2004-08-17 Thread Paul Kinnucan
Greger Sernemar writes: Hi! Is Hot code replace supported with JDE? Not yet. Paul /Greger _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

Jde Xref problem

2004-08-17 Thread Ping Liang
When using the jde-xref feature, I have experienced a problem. Syndrome: After jde-xref-make-xref-db, I moved the cursor to a method in one of my classes ClassA and did a C-c C-v a, I got this in the mini-buffer: Wrong type argument: listp, com.x.x.ClassB The ClassB is the super class of

Re: Jde Xref problem

2004-08-17 Thread Raul Acevedo
I submitted a patch to fix this... I believe it is in the latest beta of JDE (2.3.4beta5). Raul On Tue, 17 Aug 2004, Ping Liang wrote: When using the jde-xref feature, I have experienced a problem. Syndrome: After jde-xref-make-xref-db, I moved the cursor to a method in one of my classes

RE: Problem with jde-ant-build

2004-08-17 Thread Brian Rumple
Title: Problem with jde-ant-build I made a change to the jde-ant.el file that I believe solves this problem. The diff is below: Index: lisp/jde-ant.el===RCS file: /pack/anoncvs/jde/lisp/jde-ant.el,vretrieving revision 1.72diff

JDEBug: Launch process with vm args and application args?

2004-08-17 Thread Matthew Weaver
In JDEBug, it seems that Launch Process does not apply jde-run-option-vm-args and jde-run-option-application-args. Is there any way to launch a process with specific arguments to the application and to the vm? I know that I can start the application separately with args, and then connect to

RE: Problem with jde-ant-build

2004-08-17 Thread John Cooper
Title: Problem with jde-ant-build Unfortunately the patch doesn't make any difference for me, because the setq is only done when bulidfile is null, andmy buildfile is set to "c:/javabld/build.xml". I think the problem is that buildfile is later being surrounded by quotes (the value of the

Re: JDEBug: Launch process with vm args and application args?

2004-08-17 Thread Ed Mooney
Try setting Jde Db Option Application Args Jde Db Option Vm Args in the Jde Db Options group (JDE/Project/Options/Debug). -- Ed Matthew Weaver wrote: In JDEBug, it seems that Launch Process does not apply jde-run-option-vm-args and jde-run-option-application-args. Is there any way to

RE: Problem with jde-ant-build

2004-08-17 Thread Brian Rumple
Title: Problem with jde-ant-build I have had this problem a long time in the past and I wasn't sure the exact solution that I used. I don't think that it is a code issue, but probably a configuration one. Do you have jde-cygwin-path-converter set? Mine is set like

Re: problem: jde ant...

2004-08-17 Thread Gabe Johnson
Hello JDE list. I was having the same problem as somebody a while back, where somebody was receiving the error: Compilation exited abnormally with code 129 ... I don't know what happened, but I do know how to fix it. You have to redirect stderr to stdout. So instead of M-x compile using the