Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Eclipse 3.1 port?



Panagiotis Astithas wrote:

Frank Staals wrote:

Panagiotis Astithas wrote:

Weird, I have never seen the src error myself. Could both of you send me privately (or put somewhere and send me a link to) the full output of a build up to that point? Something like:

make clean build |& tee /var/tmp/eclipse.log

I'll see if I can reproduce it this weekend. No need to worry about the javac warnings, though.

Thanks,

Panagiotis
_______________________________________________
freebsd-java@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"

I used script to build the logfile, it is here: http://fstaals.net/junk/eclipse_out_log.txt it is the intire build process. the eclipse-devel.tar.gz is a clean copy of the eclipse-devel ( 3.1M7 ) port downloaded from the FreeBSD server ( http://cvsweb.freebsd.org/ports/java/eclipse-devel/eclipse-devel.tar.gz?tarball=1 ). In the log it is also visible what happend after the 'src' error when I manually added the dir.

I'm currently building eclipse-devel when copying the patched dir back into the ports-tree as Jan Grant suggested, I will post the log of that when it is finished building.

-Frank Staals


OK, I see what is going on. patch(1) manages to misplace 3 new patch files that should be placed in eclipse-devel/files. Not sure why. You should be seeing the following files in the directory where you ran patch:

patch-build.bat
patch-features-rcp-build.xml
patch-features-rcp-source-build.xml

Just move them in eclipse-devel/files and you should be OK.


Thanks,

Panagiotis

WOEI !!

it worked indeed, eclipse installed fine now. Allthough I have still a problem, when I started eclipse and installed the VEP plugin, I got these errors when opening a new Visual class : http://fstaals.net/junk/eclipse/ and I'm not shure what to do next. Has anyone an Idea what I can do to get it working ?

This is how I installed the plugins

help --> software updates ---> find and install --> search for new features to install

the first time I ran this I selected all the things exept voor 'JEM', the second time I installed the VE part of the Visual Editor Plugins, which should be enough I think.

Anyone else problems with VEP ?

thanks in advance,

-Frank Staals