JDE Ant Build Problem

2003-01-16 Thread Nick
r 2.3.1. Has anyone else noticed this? Thanks. -Nick

Updated decompile.el for XEmacs

2003-02-23 Thread Nick
d, so I'm unsure if this will work properly under Emacs. I would appreciate it if someone would drop this in and try it. You can download my patched version from: http://www.mg2.org/nick/decompile.el Regards, Nick

Re: viewing jar files on line

2003-04-04 Thread Nick
I think this is what fixed it for me: (setq auto-mode-alist (cons '("\\.\\(arc\\|zip\\|jar\\|war\\|lzh\\|zoo\\)\\'" . archive-mode) auto-mode-alist)) That's in my init.el. -Nick On Fri, Apr 04, 2003 at 12:34:13PM -0800, john lukar wrote: > > Hi. > > usi

Re: Bug Report JDE2.3.3beta1

2003-06-17 Thread Nick
r .emacs file, and see if it > > helps: > > (require 'jde-xref) > > > > > OK I added (require 'jde-xref) and I can set the xref > options. I get a backtrace when I try to run > jde-xref-make-.. function. Trace follows: -- Nick Heudecker Email: [EMAIL PROTECTED]

Refactoring the templates

2003-07-09 Thread Nick
ki.org) for the JDE (http://www.emacswiki.org/cgi-bin/wiki.pl/JavaDevelopmentEnvironment). Would people be willing to post some of their more useful templates or JDE customizations there? Given the ease of updating the wiki, it could also become an extended FAQ of sorts for JDE users. Thoughts? -Nick

RE: Javadoc comments

2002-09-12 Thread Nick Sieger
t line. I looked at the lisp code for auto-fill/filladapt but did not see any obvious hooks to make this work. Anyone have an idea? /Nick -Original Message- From: Berndl, Klaus [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 3:10 AM To: 'Matthias Papesch '

RE: BanInfo wizard anyone?

2002-12-06 Thread Nick Sieger
o the java code. My hope is that the JDEE community will find this approach useful and that I can find enough time to clean up the code, document it and make it robust. I'd appreciate any feedback. > Then, also, there could be cool things like Elisp debugging > switching to java debugging when the debugger hits the > translation layer. Whoa, there. Cool idea, but more than I can digest right now :) /Nick

RE: BanInfo wizard anyone?

2002-12-06 Thread Nick Sieger
ly involved. Elisp sends strings to the beanshell which invokes java code, and java code invokes interfaces which, through a proxy, print lisp forms back to stdout and are evaluated by `bsh-eval-r'. /Nick

JUCI (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 07, 2002 8:45 AM > To: Nick Sieger > Cc: [EMAIL PROTECTED] > Subject: RE: BanInfo wizard anyone? > > Well, I didn't, but the beanshell is still directly > involved. Elisp > > s

RE: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
> From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 11:46 AM > To: Nick Sieger; Galen Boyer; [EMAIL PROTECTED] > Cc: Graham Bennett > Subject: Java -> elisp communication (was RE: BanInfo wizard anyone?) > > > Hi Nick, >

Re: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
7;ll be able to do the entire refactoring engine in elisp, but until then, I think letting Java drive the control flow is OK as long as it can query Emacs for file/buffer info and let Emacs do the textual editing. Just a few thoughts of my own, /Nick

RE: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-11 Thread Nick Sieger
>>>>> "PK" == Paul Kinnucan <[EMAIL PROTECTED]> writes: PK> Yep. I'm looking forward to seeing what Nick comes up with. Here's the package documentation that I have so far. I plan to expand more on the later sections. I'm also willing to packa

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nick Sieger
some standard JDEE Java APIs for prompting for user input, so there would be virtually no need at all to write custom elisp! /Nick

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nick Sieger
aries (like XML parsers) among plug-ins? >> PK> Good question. Maven (http://jakarta.apache.org/turbine/maven/) has its plugins declare library dependencies, and even allows you to have them downloaded for you automatically! We should have a look at the Maven codebase for ideas in that area. At a minimum it would be nice to take advantage of the library repository that's been set up already (I believe it's on ibiblio.org). /Nick

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nick Sieger
ng PK> skills. My proposal addresses the first. I believe Nick Sieger's PK> JUCI addresses the second. Perhaps Nick could chime in and explain PK> how. So far, what I've done with JUCI allows Emacs and Java to communicate in a consistent and general way, providing a layer of

Re[2]: JDEE plugins (was JUCI)

2003-02-23 Thread Nick Sieger
for EIEIO objects. In this world people who >> know Emacs could hack Java, and vice-versa w/out having to know the >> other language much. >> PK> I've suggested to Nick Sieger that he use eieio proxies for the PK> Lisp counterparts that JUCI generates for Java classe

Updated decompile.el for XEmacs

2003-02-23 Thread Nick Heudecker
d, so I'm unsure if this will work properly under Emacs. I would appreciate it if someone would drop this in and try it. You can download my patched version from: http://www.mg2.org/nick/decompile.el Regards, Nick

Re[3]: JDEE plugins (was JUCI)

2003-02-23 Thread Nick Sieger
>> "Eric" == Eric M Ludlam <[EMAIL PROTECTED]> writes: >>>> Nick Sieger <[EMAIL PROTECTED]> seems to think that: >>>>>>> "PK" == Paul Kinnucan <[EMAIL PROTECTED]> writes: >> PK> Eric M. Ludlam writes: >>>

RE: jde + emacs-w3m problem

2003-10-04 Thread Nick Sieger
jde-file-to-url from: JC> (format "file://localhost/%s" JC> to: JC> (format "file:///%s" JC> everything seemed to work fine after that... JC> hope this helps someone, Jim I did this too, except I simply redefined `jde-file-to-url' in my .emacs. Would it be straightforward to make that format string a user variable? Regards, /Nick

RE: jde + emacs-w3m problem

2003-10-04 Thread Nick Sieger
> "JC" == James Cox <[EMAIL PROTECTED]> writes: JC> Hi Paul, JC> If I remember correctly, integration was pretty much a snap. JC> After JC> installing emacs-w3m-1.3.4, and w3m 0.4.1, I needed to modify JC> jde-file-to-url because there seemed to be some discrepancy in how JC> jdee and

hanging wget with jde-help-*

2004-02-28 Thread Nick Sieger
Should the timeout parameters be hard-coded, and maybe customize the timeout value instead? Regards, /Nick Index: jde-help.el === RCS file: /pack/anoncvs/jde/lisp/jde-help.el,v retrieving revision 1.64 diff -b -c -c -r1.64 jde-help.el

Re: second error on a line

2004-07-08 Thread Nick Sieger
E.g.: >> PK> Hi Ed, PK> I've confirmed the problem. I'll try to provide a fix. Forgive the late response, but I always thought this behavior was standard to emacs' compilation-mode. Did it turn out to be JDEE-specific? /Nick

PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Nick Sieger
is viable. To update your project files, it should be sufficient to simply load and re-save them after you've applied the patch to jde.el. Comments? /Nick *** jde.el 2001/03/29 06:19:15 1.154 --- jde.el 2001/03/29 19:05:27 *** *** 997,1003 (interactive)

RE: PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Nick Sieger
hat. Does this fix that problem, or am I misunderstanding the issue? /Nick -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 1:51 PM To: Nick Sieger Cc: [EMAIL PROTECTED] Subject: Re: PROPOSAL: Only save customized vars in project file At 01:

RE: Starting debugger fails (wrong classpaths)

2001-04-02 Thread Nick Sieger
to the actual location where you unpacked the JDE distribution. /Nick

RE: AW: AW: JDebug Improvement Suggestion

2001-04-05 Thread Nick Sieger
d to throw that out there as it seems like a good solution with a minimal amount of new code to write. /Nick

RE: jde-save-project misses some jde variables

2001-04-05 Thread Nick Sieger
customizing jde-compile-option-* and jde-gen-cflow-* at the project level? If not, then this is the intended behavior that was implemented recently - beta6 I think - where non-customized values are excluded from the project file. If you are customizing them, and they're still not being saved, then maybe we have another bug. Maybe you should submit a problem report at this point. /Nick

RE: jde-save-project misses some jde variables

2001-04-05 Thread Nick Sieger
nce of `t' here is what tells JDE to put the value into the customized-value property upon load. If it is missing, then that's your reason why the new project file doesn't contain those variables. /Nick

RE: Environment variable expansion in jde-help-docsets

2001-04-14 Thread Nick Sieger
> From: Rob Shaw [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 14, 2001 2:33 AM > To: [EMAIL PROTECTED] > Subject: Environment variable expansion in jde-help-docsets > > > I have been successful in the use of environment > variables in the setting of jde-db-source-directories > and jde-global

RE: bug in writing prj.el files

2001-04-22 Thread Nick Sieger
the default (pressing enter) to the "Save in directory:" prompt would return the java file name rather than its directory. /Nick jde.el.gz

Re: Enhancement: smart clean/update imports

2001-04-27 Thread Nick Sieger
--- Paul Kinnucan <[EMAIL PROTECTED]> wrote: > > Nick, would BCEL's dual license permit BCEL.jar to > be distributed with the > JDE? If so, I'd be inclined simply to include > BCEL.jar in the JDE zip file > along with jde.jar and bsh.jar. Since the only t

Smart clean/update imports take 2

2001-05-01 Thread Nick Sieger
port-organize to use delete-region rather than kill-region so that the kill ring is not clobbered. Regards, /Nick > -Original Message- > From: Nick Sieger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 11:21 PM > To: [EMAIL PROTECTED] > Subject: Enhancement: smart c

Re: Suggestion about jde-complete-at-point* commands.

2001-06-12 Thread Nick Cross
ing in comments and seems to handle fontifying over multiple lines better. It was written by > ;; [original] Regexps written with help from Fred White <[EMAIL PROTECTED]> and > ;; Anders Lindgren <[EMAIL PROTECTED]>. > ;;; 1999.03.26 Modifications by CarlManning ([EMAIL PROTECTED]): Nick

RE: Version 1.3 of jde-ant.el

2001-06-19 Thread Nick Sieger
in an *ant* buffer running in compilation-mode.  But maybe it isn't all that difficult, just tedious. /Nick -Original Message- From: Knut Wannheden [mailto:[EMAIL PROTECTED]]On Behalf Of Knut Wannheden Sent: Tuesday, June 19, 2001 10:02 AM To: Molitor, Stephen Cc: 'Jason Stel

RE: jde-ant

2001-07-18 Thread Nick Sieger
need several different classpaths depending on the target, you're probably best off coding those classpaths into the ant build file. Best, /Nick -Original Message- From: Douglas WF Acheson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: jd

A quick comment...

2001-08-01 Thread Nick Cross
I would just like to give my vote of thanks for JDE; with the latest version, with the new additions to completion especially when integrated with ECB I find it an invaluable tool. Also, best of luck with your discussions with J.D. Edwards. Cheers, Nick

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
hought the browser was supposed to be integrated into the OS. Somebody notify the DOJ...:) /Nick -Original Message- From: Javier Lopez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 6:40 AM To: Paul Kinnucan; [EMAIL PROTECTED] Subject: RE: Browsing to an anchor I will need to

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
How about this - I just tried M-x browse-url javascript:window.navigate("file:///C:/java/jdk1.3.1/docs/api/java/lang/Stri ng.html#hashCode()") and it worked. Don't know if it will work with Netscape/Mozilla, though (don't have it installed) - can anyone confirm? /Nick -

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
windows. So, for now it looks like we're back to the temp HTML file with the tag solution that Don pointed out. /Nick -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 10:22 AM To: Nick Sieger; 'Javier Lopez'; '[EMAIL PROTE

RE: [PATCH] jde-help-show-class-member-doc doesn't work on Xemacs

2001-08-08 Thread Nick Sieger
I believe IE understands the 'file:///D|/...' notation also, so perhaps that should become the standard on windows to convert 'drive:' to 'drive|' when building the URL. /Nick -Original Message- From: Dr. Volker Zell [mailto:[EMAIL PROTECTED]] Sent: Wedne

RE: relative paths

2001-08-13 Thread Nick Sieger
-level project file could set the locations of shared dependencies, and lower-level/more specific project files could add individual dependencies to the classpath. /Nick -Original Message- From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 2:07 PM To: Paul