Jetspeed build
Is borked! First, changes to some spring projects that it depends on broke the Jetspeed. Jetspeed uses Maven 2, so the spring it uses is an imported Maven project which had a depenceny that wasn’t required and was undownloadable and causes the Jetspeed build to fail. Now I get an error that few people can duplicate:
[echo] portlet-api.version=1.0
[echo] org.apache.jetspeed.deploy.version=2.1-dev
[echo] org.apache.jetspeed.deploy.groupid=org.apache.portals.jetspeed-2
Downloading: mockrunner/mockrunner/0.2.7/mockrunner-0.2.7.pom
[INFO] ————————————————————————
[ERROR] BUILD ERROR
[INFO] ————————————————————————
[INFO] Error executing ant tasksEmbedded error: The following error occurred while executing this line:
/tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:297: The following error occurred while executing this line:
/tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:302: The following error occurred while executing this line:
/tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:489: java.lang.ClassCastException: org.apache.maven.usability.MojoFailureExceptionDiagnoser[INFO] ————————————————————————
Trying to see if I can get a successful build on my personal laptop at home … bugger same errors msgs.









Aha! Maybe a fix:
http://mail-archives.apache.org/mod_mbox/portals-jetspeed-dev/200701.mbox/%3c14738296.1169599129078.JavaMail.jira@brutus%3e
Ha ha! Latest updates seemed to have fixed it.
Looks like all the errors I was seeing are fixed. But, now something else is borked, but this is what happens on the bleedin’ edge. Things break and we all gotta help debug.