inserting serial version statement
0 answers - 1442 bytes -

Now the third try ;-)
Phillip, the may adress in jserial.el is your old one.
I'm using v1.8 at Phillip's site. I suppose you want to mail Philip? :-)
Lennart.Borgman (AT) astrazeneca (DOT) com wrote:
Searching for jserial.el on Google I found 1.8 on your site Phillip and 1.
4
on jdee.sunsite.dk. Maybe you should submit your new version there or tell
them where to find it?
Message
From: Yoon Kyung Koo [mailto:yoonforh (AT) tmax (DOT) co.kr]
Sent: 30 november 2005 16:06
To: Phillip Lord
Cc: jde (AT) sunsite (DOT) dk
Subject: Re: inserting serial version statement
Thanks, Phillip.
jserial works fine! I like it.
Phillip Lord wrote:
Yoon Kyung Koo wrote:
>I tried to make serial ver statement just as in Eclipse.
>for example :
>private static final long serialVersionUID = -3258413138865659441L;
>>
>The problem is that unless the class is compiled
beforehand, I cannot
>get the serial version string.
>If I could compile on demand to get the serial ver string, it would
>be much more useful.
>Below is my code.
>
>
I wrote a package called jserial.el several years ago which did
this. I don't know if it's any use to you, but it's on
my website, if you are interested.