Re: JDEbug and static variables

2005-09-16 Thread Troy Daniels
m other classes (e.g., BorderLayout.CENTER) unless you have an instance of that class. Troy Regards, John -------- Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

bsh and jde-expand-classpath-p

2005-08-30 Thread Troy Daniels
de NT/XEmacs setting (classpath ! (jde-build-path-arg nil (jde-get-global-classpath) ! t 'jde-global-classpath))) (format "jde.util.JdeUtilities.setProjectValues(\"%s\", %s);" jde-current-project

Re: Jumping to errors using Ant

2005-05-03 Thread Troy Daniels
vac] nameList[ i ] = new JMenuItem( lafNames[ i ] ); [javac] ^ [javac] 1 error BUILD FAILED C:\jrancier\build.xml:104: Compile failed; see the compiler error output for details. Total time: 2 seconds Compilation finished at Tue May 03 11:18:36 Thanks, Jeff -

Re: Java-1.5 font-lock support?

2005-04-07 Thread Troy Daniels
Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re: Regexp on sourcepath possible?

2005-03-21 Thread Troy Daniels
or as in this case regular expressions. This is the better long-term solution, assuming somebody has the time and knowledge to implement the solution. Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re: Regexp on sourcepath possible?

2005-03-21 Thread Troy Daniels
e-sourcepath (quote ("./src/java" "./src/test" > > I have, of course, also a prj.el file for all my default settings in > my top level source directory. > > Ole > -- > Ole Arndt http://www.sugarshark.com > Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Crashing during build

2005-02-18 Thread Troy Daniels
he build works with either M-x compile (with ant -emacs -find build.xml as the build command) or from a bash shell in a different window. Has anyone seen this or have a good guess where the problem might be? I'm running cygwin on Windows for my OS. Troy -------

Re: Increasing memory for JDEbug

2005-01-18 Thread Troy Daniels
At 04:30 PM 1/18/2005, Paul Kinnucan wrote: Troy Daniels writes: > At 03:59 PM 1/18/2005, Paul Kinnucan wrote: > > >Troy Daniels writes: > > > Hello, > > > > > > Is it possible to allocate more memory for the debugger process? I'm > > &

Re: Increasing memory for JDEbug

2005-01-18 Thread Troy Daniels
At 03:59 PM 1/18/2005, Paul Kinnucan wrote: Troy Daniels writes: > Hello, > > Is it possible to allocate more memory for the debugger process? I'm > running into a problem where jde.debugger.Main is running out of > memory. One of my local variables is a very long strin

Increasing memory for JDEbug

2005-01-18 Thread Troy Daniels
Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Problems using jde-ant-build with spaces in ant home

2004-12-15 Thread Troy Daniels
Please enter the details of your bug report here I'm having problems running ant with jde-ant-build. If I set jde-ant-invocation-method to "Script", it works fine. The head of the compilation buffer is below. Note that the value of ant.home is quoted. cd d:/Jaguar/dev/logging_reorg/KBR_ISD_VOB/

Re: Auto-format code to width <= 80

2004-12-14 Thread Troy Daniels
the compiler won't accept the string. The various options other people have been suggesting are probably better. Troy ---- Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re[3]: jde and emacs memory usage

2004-11-19 Thread Troy Daniels
e-usage explicitly calls csh with call-process-region? My cygwin installation doesn't have csh, only bash and sh. At the very least, you should use shell-file-name. Troy ---- Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Synchronization issues in JDEbug

2004-11-18 Thread Troy Daniels
nt, is could avoid a lot of toString calls, bandwidth to Emacs and parsing of the string by Emacs. Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re: Error when running an application within JDE

2004-11-10 Thread Troy Daniels
At 01:09 PM 11/10/2004 -0500, Paul Kinnucan wrote: Troy Daniels writes: > To: [EMAIL PROTECTED] > Subject: > --text follows this line-- > > Please enter the details of your bug report here > Hi Troy, It's possible that win32-start-process-show-window was not defin

Slow execution

2004-11-04 Thread Troy Daniels
ment recently. Troy -------- Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

JDE ant problem

2004-07-07 Thread Troy Daniels
(jde-build-classpath classpath))) to (jde-build-classpath classpath (if jde-ant-use-global-classpath 'jde-global-classpath fixes this problem. I think it also retains the old behaviour if jde-ant-use-globla-classpath isn't set. Troy ---

Excluding specific jars from classpath

2004-04-05 Thread Troy Daniels
delete the jar file, since it's in use. This results in me repeatedly exiting and restarting the beanshell. If this can't be done, I'll try to modify the appropriate function to add it as an option. Troy -------- Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re: cc-mode indenting

2003-02-06 Thread Troy Daniels
formats it like you want. Probably not the best solution, but it's one that works. Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

JDEbug and LinkedList

2003-01-10 Thread Troy Daniels
isted through exiting the debugger and starting a new run. In general, the mechanism is good and user full, but is there a way to turn if off in cases like this? Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

jde-package-get-directories-in-classpath

2002-06-26 Thread Troy Daniels
jde-package-update, JDEE claims that the file is not on the classpath. If I comment out the line and the corresponding close parenthesis, it generates the correct package statement. Troy Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re: Why JDEE ?

2002-02-25 Thread Troy Daniels
At 08:56 PM 2/25/02 +, Phillip Lord wrote: > >>>>> "Troy" == Troy Daniels <[EMAIL PROTECTED]> writes: > > Troy> At 01:30 PM 2/25/02 -0500, Paul Kinnucan wrote: > >> John Cobo writes: > Paul, > >> > > >> >

Re: Why JDEE ?

2002-02-25 Thread Troy Daniels
y of samba, and whether the net lag is worse for interacting with emacs or for writting the class files. Troy * You could probably configure jde to execute an rsh command to run the code. Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Byte-compiling (Was RE: JDE config problem?)

2002-02-12 Thread Troy Daniels
me >to change this policy is to cite a SPECIFIC JDE command that is >PERCEPTIBLY improved by byte-compiling eieio. > >As for semantic, compiling semantic does shorten loading of large Java >files but otherwise does not make a significant enough difference, in >my opinion, to warrant encouraging new users to compile the JDE. > >I've used a lot of Emacs applications and the only one that I have >used where compilation is absolutely necessary is psgml because >compiling psgmal reduces parsing of the Docbook DTD from hours to a >few seconds. > > >- Paul Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

Re: A func to insert Timer code?

2002-01-24 Thread Troy Daniels
lly helpful (it does not time >anything time-consuming). >You may need something like >--- >int getValue() { > Timer.startTimer("Test.getValue()"); > int temp = super.getValue() * 5; > Timer.stopTimer("Test.getValue()"); > return temp; >} >--- >So your function has to choose a name for a >temporary variable, and using the right type ... > > >Sorry, this does not really help, but only >shows a possible problem. > >Paul Troy Daniels [EMAIL PROTECTED] 781-273-3388 x218

RE: compile error to source links

2001-07-12 Thread Troy Daniels
At 03:30 PM 7/12/01 -0400, Javier Lopez wrote: > > Where is compile.el. I checked the emacs lisp directory and > xemacs-packages directory. I could not find it. I am using XEmacs 21 >In the distribution of Emacs I am using is in >emacs-root/lisp/progmodes/compile.el > Depending on how emacs wa