Q) eclipse 3.2 (Callisto)
David Sledge
dsledge at appriss.com
Tue Aug 1 23:41:47 UTC 2006
Jean-Baptiste Quenot wrote:
* David Sledge:
Here is the link to the completed shar. Let me know ASAP if you
find any problems. I will submit the port tomorrow morning if no
problems are found. I moved the port from eclipse3.2 to eclipse
as you suggested.
Here are a few comments:
* /usr/local/diablo-jdk1.5.0 is hard-coded in the Makefile, you
may use LOCALBASE for that
I had that coded that when I started the port just to get it
going. I just missed going back to fix it. It is now fixed and the
shar file has been updated on the web server.
* Also, I'm wondering why you set a requirement on JDK 1.5 whereas
Eclipse only requires JDK 1.4 for runtime. And compiling with JDK
1.5 is known not to work, I wonder how you could build it
successfully.
I was actually getting errors compiling with the original
settings. I then realized that the error I was getting was coming from
something that changed with jdk 1.5. Can't remember what exactly it
was with trying to recompile that way. The problem was compiling from
jdk1.5 to a lower version so I bumped it up to jdk1.5.
* You added a pkg-plist file, this is not necessary
I added the pkg_plist because I was getting errors during the
"make deinstall" about removing some of the files in the eclipse
directory an thus leaving the directory behind. By adding the
pkg_plist file that problem was resolved.
* The motif stuff is stripped out, but personnally I don't care
I know.
* There is a small error in idReplacer of
patch-features-rcp-build.xml: on line 32 replace linux with
freebsd.
Missed that one, it is now fixed and the shar file has been
updated on the web server.
* Did you make the mozilla stuff work?
As far as I can tell mozilla stuff is working. I am not defining
"WITHOUT_MOZILLA" and I am seeing no trouble. Let me know if it does
not work for you or I am totally missing something.
Thanks for all your input and comments. This is my first time updating
a port for FreeBSD so I'll take any help I can get to be a better
contributor.
More information about the freebsd-java
mailing list