Re: jde-compile

2002-08-15 Thread Javier S. Lopez

Jeff Rancier [EMAIL PROTECTED] writes:

 Hello All.
 
 Is there any customization to have jde-compile to automatically save the
 source file if not saved?
Yes, set compilation-ask-about-save to nil.

Javier
 
 Thanks,
 Jeff
 
 -
 Jeffery B. Rancier
 Softechnics, a METTLER TOLEDO company
 7063 Interstate Island Rd.
 Syracuse, NY  13209
 http://www.softechnics.com
 http://www.mt.com
 -
 Live as if you were to die tomorrow.
 Learn as if you were to live forever.
 
 - M.K. Gandhi
 
 

-- 
Javier S. Lopez 
[EMAIL PROTECTED]Forum Systems, Inc.
(781) 263-5406  40 Williams St., Suite G20,
http://www.forumsys.com Wellesley, MA 02481




RE: jde-compile-jde?

2001-02-05 Thread Troy Noble

Just to be clear, you are using 2.2.6.2, right?

Make sure you aren't loading an old jde.elc  friends from
somewhere, since jde-compile-jde was added fairly recently.
First remove all .elc files from your JDE install dirs so
you are sure you are "starting fresh".

from jde.el:
   ;; Revision 1.139  2000/12/10 06:52:58  paulk
   ;; Added jde-compile-jde.

I just downloaded and upgraded to 2.2.6.2 (since I hadn't updated since
2.2.6 was first released).  In both the jde-latest.tar.gz and
jde-latest.zip I see jde-compile-jde in the jde.el file at
line 1439.  I was able to run jde-compile-jde just fine.

A sure test is:

M-x load-library jde
M-x apropos jde-compile-jde

If jde-compile-jde is not defined, then something is probably goofy
with your jde.el or you have an old jde.elc being loaded from somewhere.

You might also check your *Messages* buffer to ensure nothing went
awry when jde.el was loading.

Just some ideas.  Sorry I misunderstood your original message.

Thanks, Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:13 AM
To: Jde List (E-mail)
Subject: RE: jde-compile-jde?


Thanks, Troy, but I actually have it installed, meaning it's on my load path
and I have (require 'jde) in my default.el file.  It actually loads and runs
fine.  I can edit Java files with it with no problem.  However, the
jde-compile-jde function is absent from jde.el, nor is it present in any of
the other files in ../jde/lisp.

Cheers,
David

-Original Message-
From: Troy Noble [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:05 AM
To: 'Ventimiglia, David'; Jde List (E-mail)
Subject: RE: jde-compile-jde?


You need to first install jde and get it to load at least once,
then you will be able to run jde-compile-jde... as this is
provided in "jde.el".


--
jde-compile-jde is an interactive compiled Lisp function in `jde'.
(jde-compile-jde)

Byte-compile all uncompiled files of jde.
--

Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:59 AM
To: Jde List (E-mail)
Subject: jde-compile-jde?


Hi, 

I just downloaded the jde-latest.zip and installed it.  I don't have the
jde-compile-jde command, however.  Did this go away, or did I do something
wrong?

Thanks!
David



RE: jde-compile-jde?

2001-02-05 Thread Troy Noble

I don't know of any official JDE mirrors.  There is what I think might be an
unofficial FTP mirror at the location below, which may or may not be
up-to-date.  I seem to recall this FTP site went away a few months ago,
since
this is where I used to download things from instead of from the web
page (I like to use batch mode wget -m).

It appears to be back online now for whatever reason, since I was
able to find it via Lycos's advanced FTP search looking for "jde-latest.zip"
and was able to download the file from the resulting link.  The checksum
matched the jde-latest.zip from the website... which is reassuring.  Don't
know if we can count on this site being there long-term though.

Paul or others on the list may have more information.

ftp://ftp.sunsite.auc.dk/projects/jde/

ftp://ftp.sunsite.auc.dk/projects/jde/jde-latest.zip

Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:35 AM
To: 'Troy Noble'
Subject: RE: jde-compile-jde?


Thanks, Troy.  That explains it. I picked up jde-latest from a "mirror" site
because http://jde.sunsite.dk/ is unreachable for me right now, but it's an
older version of jde (2.2.5.2).  Do you know, if I can't get it from the
above url (either because the site is down, or because of problems on my
end) is there an up-to-date mirror I can get it from?  Thanks!

Cheers,
David  

-Original Message-
From: Troy Noble [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:30 AM
To: 'Ventimiglia, David'; Jde List (E-mail)
Subject: RE: jde-compile-jde?


Just to be clear, you are using 2.2.6.2, right?

Make sure you aren't loading an old jde.elc  friends from
somewhere, since jde-compile-jde was added fairly recently.
First remove all .elc files from your JDE install dirs so
you are sure you are "starting fresh".

from jde.el:
   ;; Revision 1.139  2000/12/10 06:52:58  paulk
   ;; Added jde-compile-jde.

I just downloaded and upgraded to 2.2.6.2 (since I hadn't updated since
2.2.6 was first released).  In both the jde-latest.tar.gz and
jde-latest.zip I see jde-compile-jde in the jde.el file at
line 1439.  I was able to run jde-compile-jde just fine.

A sure test is:

M-x load-library jde
M-x apropos jde-compile-jde

If jde-compile-jde is not defined, then something is probably goofy
with your jde.el or you have an old jde.elc being loaded from somewhere.

You might also check your *Messages* buffer to ensure nothing went
awry when jde.el was loading.

Just some ideas.  Sorry I misunderstood your original message.

Thanks, Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:13 AM
To: Jde List (E-mail)
Subject: RE: jde-compile-jde?


Thanks, Troy, but I actually have it installed, meaning it's on my load path
and I have (require 'jde) in my default.el file.  It actually loads and runs
fine.  I can edit Java files with it with no problem.  However, the
jde-compile-jde function is absent from jde.el, nor is it present in any of
the other files in ../jde/lisp.

Cheers,
David

-Original Message-
From: Troy Noble [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:05 AM
To: 'Ventimiglia, David'; Jde List (E-mail)
Subject: RE: jde-compile-jde?


You need to first install jde and get it to load at least once,
then you will be able to run jde-compile-jde... as this is
provided in "jde.el".


--
jde-compile-jde is an interactive compiled Lisp function in `jde'.
(jde-compile-jde)

Byte-compile all uncompiled files of jde.
--

Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:59 AM
To: Jde List (E-mail)
Subject: jde-compile-jde?


Hi, 

I just downloaded the jde-latest.zip and installed it.  I don't have the
jde-compile-jde command, however.  Did this go away, or did I do something
wrong?

Thanks!
David



RE: jde-compile-jde?

2001-02-05 Thread Ventimiglia, David

Thanks, Troy.
Cheers,
David

-Original Message-
From: Troy Noble [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:50 AM
To: 'Ventimiglia, David'; Troy Noble
Cc: '[EMAIL PROTECTED]'
Subject: RE: jde-compile-jde?


I don't know of any official JDE mirrors.  There is what I think might be an
unofficial FTP mirror at the location below, which may or may not be
up-to-date.  I seem to recall this FTP site went away a few months ago,
since
this is where I used to download things from instead of from the web
page (I like to use batch mode wget -m).

It appears to be back online now for whatever reason, since I was
able to find it via Lycos's advanced FTP search looking for "jde-latest.zip"
and was able to download the file from the resulting link.  The checksum
matched the jde-latest.zip from the website... which is reassuring.  Don't
know if we can count on this site being there long-term though.

Paul or others on the list may have more information.

ftp://ftp.sunsite.auc.dk/projects/jde/

ftp://ftp.sunsite.auc.dk/projects/jde/jde-latest.zip

Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:35 AM
To: 'Troy Noble'
Subject: RE: jde-compile-jde?


Thanks, Troy.  That explains it. I picked up jde-latest from a "mirror" site
because http://jde.sunsite.dk/ is unreachable for me right now, but it's an
older version of jde (2.2.5.2).  Do you know, if I can't get it from the
above url (either because the site is down, or because of problems on my
end) is there an up-to-date mirror I can get it from?  Thanks!

Cheers,
David  

-Original Message-
From: Troy Noble [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:30 AM
To: 'Ventimiglia, David'; Jde List (E-mail)
Subject: RE: jde-compile-jde?


Just to be clear, you are using 2.2.6.2, right?

Make sure you aren't loading an old jde.elc  friends from
somewhere, since jde-compile-jde was added fairly recently.
First remove all .elc files from your JDE install dirs so
you are sure you are "starting fresh".

from jde.el:
   ;; Revision 1.139  2000/12/10 06:52:58  paulk
   ;; Added jde-compile-jde.

I just downloaded and upgraded to 2.2.6.2 (since I hadn't updated since
2.2.6 was first released).  In both the jde-latest.tar.gz and
jde-latest.zip I see jde-compile-jde in the jde.el file at
line 1439.  I was able to run jde-compile-jde just fine.

A sure test is:

M-x load-library jde
M-x apropos jde-compile-jde

If jde-compile-jde is not defined, then something is probably goofy
with your jde.el or you have an old jde.elc being loaded from somewhere.

You might also check your *Messages* buffer to ensure nothing went
awry when jde.el was loading.

Just some ideas.  Sorry I misunderstood your original message.

Thanks, Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:13 AM
To: Jde List (E-mail)
Subject: RE: jde-compile-jde?


Thanks, Troy, but I actually have it installed, meaning it's on my load path
and I have (require 'jde) in my default.el file.  It actually loads and runs
fine.  I can edit Java files with it with no problem.  However, the
jde-compile-jde function is absent from jde.el, nor is it present in any of
the other files in ../jde/lisp.

Cheers,
David

-Original Message-
From: Troy Noble [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:05 AM
To: 'Ventimiglia, David'; Jde List (E-mail)
Subject: RE: jde-compile-jde?


You need to first install jde and get it to load at least once,
then you will be able to run jde-compile-jde... as this is
provided in "jde.el".


--
jde-compile-jde is an interactive compiled Lisp function in `jde'.
(jde-compile-jde)

Byte-compile all uncompiled files of jde.
--

Troy

-Original Message-
From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:59 AM
To: Jde List (E-mail)
Subject: jde-compile-jde?


Hi, 

I just downloaded the jde-latest.zip and installed it.  I don't have the
jde-compile-jde command, however.  Did this go away, or did I do something
wrong?

Thanks!
David