Shibboleth IDP 2.3.8 build error

Brent Putman putmanb at georgetown.edu
Thu Dec 6 12:27:13 EST 2012


On 12/6/12 11:14 AM, Tom Zeller wrote:
> I would have to look further, but I believe we moved
> java-parent-project elsewhere, rather than copying it, when we split
> it into v2 and v3, so the old locations are invalid without a ... link
> ?
>

Yeah, the old java-parent-project svn repo is no longer there. So
anything that tries to pull from there will be pointing at a
non-existent location.  This would for example include trying to
checkout and build an older tag from svn.  Specifically: 1) the
.settings svn:external would not work, so if using Eclipse the workspace
wouldn't be set up correctly 2) in .checkstyle the URL pointing to the
checkstyle.xml on the SVN repo would be broken, so trying to run
Checkstyle reports would be broken.

As I mentioned in the other message in this thread, though, the actual
release versions of the old java-parent-project (Maven id
net.shibboleth:parent) are still there in Nexus, so I *think* that a
simple Maven build of an older version of a project (e.g. from source
tarball or checked out tag) should still work, since the parent POM
itself is still available.


More information about the dev mailing list