Re: JRE 1.4.x with JDEbug (JPDA work with Hotspot ??)

2002-09-18 Thread jholland
I have had good luck with the following incantation - note this is for Windows but should be able to be modified for other OS's: This is one line in a batch file C:\jdk1.3.1\bin\java.exe -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=6001,server=y,suspend=n -jar -Duser.dir="C:\Program F

jde-make-working-directory for ant builds?

2002-09-18 Thread Serdiouk, Eugene
Title: jde-make-working-directory for ant builds? Hi, Is there an analog of the jde-make-working-directory variable for the jde-ant-build function? If not, is there any other way to set the directory from which jde-ant-build calls ant? Thanks, Eugene.

JRE 1.4.x with JDEbug (JPDA work with Hotspot ??)

2002-09-18 Thread Mark Hansen
I'm trying to use JDEbug to debug servlets running on Tomcat. I am running Tomcat using the JVM version 1.4.0_01 where the "-classic" option is no longer available. JDEbug does not seem to be stopping at the breakpoints that I've set. Is that because there are still problems using JPDA with Ho

Re: Problems with ant

2002-09-18 Thread Javier S. Lopez
Ulrich Obst <[EMAIL PROTECTED]> writes: > Hi! > > I just downloaded the latest version of jde and I have some problems with ant > build functions: > > 1. If "Jde Ant Read target" option is disabled I get the message > "Wrong type argument: arrayp, nil" > when I try to build my project. This has

Re: Can't redefine JDE Keys

2002-09-18 Thread jason . stell
M-x customize-variable jde-key-bindings Insert your new key bindings Save for future sessions (writes to your .emacs) Regards Jason Ulrich Obst <[EMAIL PROTECTED]> 09/18/02 08:48 AM                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Can't redefine JDE

Can't redefine JDE Keys

2002-09-18 Thread Ulrich Obst
Hi I'd like to redefine some of the JDE keybindings, e.g. C-c C-v C-s should open the super class source rather than the speedbar (because I never use the speedbar.) In my .emacs file I wrote: (add-hook 'jde-mode-hook (lambda() (local-set-key "\C-c\C-v\C-s" 'jde-show-superclass-source) ))

Problems with ant

2002-09-18 Thread Ulrich Obst
Hi! I just downloaded the latest version of jde and I have some problems with ant build functions: 1. If "Jde Ant Read target" option is disabled I get the message "Wrong type argument: arrayp, nil" when I try to build my project. 2. Jde requires either the "ANT_HOME" environment variable or t

2.2.9.beta12 and compile buffer problem

2002-09-18 Thread Paul Schulz
Hello, I uppgraded from 2.2.8 to 2.2.9beta12my (xemacs, running on WinXP) and now the compiler buffer behavs oddly. There is no color highlight and no respons when i try to locate a error, using the buffer (hope you understand). Please help me, I am kind a new to xemacs and lisp and everything.

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 the

Re: ant build

2002-09-18 Thread Jeff Rancier
The string is there, but still exits the compilation buffer:   H:\cvsdev\user\jrancier\lookupgenerator\LookupGenerator.java:337: cannot resolve symbolsymbol  : variable KeyEvent  location: class LookupGenerator    lookupMenuItem.setMnemonic( KeyEvent.VK_U ); 

RE: ant build

2002-09-18 Thread Jean Lavoie
I have the same problem and I can certify you that the string "BUILD FAILED" is present in the compilation buffer when building with Ant. The only problem is with Ant though, when compiling a single file, the buffer goes away only if there is no error i.e. "exited abnormally" is not present in the

Re: ant build

2002-09-18 Thread Javier S. Lopez
The compilation is running the hook jde-compile-finish-kill-buffer. This hook looks for the strings "exited abnormally" or "BUILD FAILED" to be able to tell if the compilation ended up with errors or not. Since the compilation buffer is disappearing you probably don't have any of the strings. If

Re: ant build

2002-09-18 Thread Jeff Rancier
Javier,   This works nicely.  One thing I do like is the feature which hides the compilation buffer.  The only problem is (with 2.2.0beta12), is that even if I get errors, the buffer still briefly pauses, but goes away.  Is there some customization I need to make?   Jeff - Original Me

Re: ant build

2002-09-18 Thread Javier S. Lopez
Alex Ott <[EMAIL PROTECTED]> writes: > Hello > > i found few errors in ant build system. > > first -- jde-ant-build not work with empty targer. This has been fixed. If you are using jde 2.2.9beta12 you can grab the latest jde-ant.el from the repository (http://cvs.sunsite.dk/viewcvs.cgi/jde/

ant build

2002-09-18 Thread Alex Ott
Hello i found few errors in ant build system. jde-2.2.9beta12 first -- jde-ant-build not work with empty targer. second -- ant run with java, using ANT_HOME. but in my case i install ant from rpm and not have *.jar at $ANT_HOME/lib May will better run ant or ant.bat? -- With best wishes,

ant build

2002-09-18 Thread Alex Ott
Hello i found few errors in ant build system. first -- jde-ant-build not work with empty targer. second -- ant run with java, using ANT_HOME. but in my case i install ant from rpm and not have *.jar at $ANT_HOME/lib May will better run ant or ant.bat? -- With best wishes, Alex Ott