<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 11/3/15 11:43 AM, Steven Carmody
wrote:<br>
</div>
<blockquote cite="mid:5638E448.4000404@brown.edu" type="cite">Hi,
<br>
<br>
I think I've pulled something from the wrong place... two of the
directories are missing pom files...
<br>
<br>
I used git to pull the v3 parent
<br>
<br>
git clone <a class="moz-txt-link-freetext" href="git://git.shibboleth.net/java-parent-project-v3">git://git.shibboleth.net/java-parent-project-v3</a>
<br>
<br>
and svn to pull opensaml and the idp
<br>
<br>
svn co <a class="moz-txt-link-freetext" href="https://svn.shibboleth.net/java-opensaml">https://svn.shibboleth.net/java-opensaml</a> java-opensaml
<br>
svn co <a class="moz-txt-link-freetext" href="https://svn.shibboleth.net/java-identity-provider">https://svn.shibboleth.net/java-identity-provider</a>
java-identity-provider
<br>
<br>
</blockquote>
<br>
<br>
FYI, I don't know if you just left these out or not, but to really
build the complete IdP from the latest code, you also want to check
out and build+install java-support and spring-extensions. Those are
in git now.<br>
<br>
Usually my sequence is:<br>
<br>
java-parent-project-v3<br>
java-support<br>
spring-extensions<br>
java-opensaml<br>
java-identity-provider<br>
<br>
<br>
If you're doing SNAPSHOT builds from trunk, then leaving any of
those out I think will just mean that you get the previous night's
Jenkins SNAPSHOT artifact. Which may or may not be fine (or work),
depending on when and what has changed recently.<br>
<br>
<br>
</body>
</html>