donderdag 2 juli 2009

Eclipse galileo

Just installed Eclipse Galileo the latest and gratest as I type.
with some quirks.
I need to set the proxy, by default it sets it to a native active provider, I had to change it to a manual "active provider".
Installation of subversive from polarion went fine allthough I forgot to add connectors
(available from http://community.polarion.com/projects/subversive/download/eclipse/2.0/galileo-site)
m2eclipse for maven support (http://m2eclipse.sonatype.org/update, exclude subclipse handler optional,and maven project configurators.
spring ide (http://springide.org/updatesite)

Than I run into a
Get repository folder children operation failed.
svn: OPTIONS of '/svn/restofurl': 500 Server Error (http://serverrr.itc.intranet:8083)
svn: OPTIONS request failed on '/svn/restofurl'

Error, which was solved by adding the serverrr.itc.intranet to the list of "bypass from proxy" in the proxy pane in the preferences

woensdag 4 februari 2009

mvn create artifacts

Just played around with the wicket quickstart.
all well and fun however importing it in eclipse is not making it a web project.
for eclipse ganymede, mvn eclipse:eclipse -Dwtpversion=2.0 worked almost.
It still gives an error in eclipse: Java compiler level does not match the version of the installed Java project facet. Unknown Faceted Project Problem (Java Version Mismatch) I fixed that by 1: in the compiler properties downgrading to java version 1.4, and than in projects facets setting the java version back to 5.0
et voila!