<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    On 3/13/12 7:07 PM, Gina Choi wrote:
    <blockquote
cite="mid:199C35CD64E44140A34EB403EA9F70735E6D54@wakemail0303.global.sdl.corp"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle21
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle22
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:#1F497D">Hi all,<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="color: rgb(31, 73, 125);">Somehow
            I don&#8217;t receive responses from dev email list sometimes, so
            after post a message, I have to go to Shibboleth web site to
            read responses to my questions. </span></p>
      </div>
    </blockquote>
    <br>
    <br>
    Hmm, I don't have any suggestions there.&nbsp; I'm not aware of any other
    reported issues of people not receiving mail from the lists, but
    perhaps others on the team are.&nbsp; In general I suppose the usual
    suggestions about this kind of thing apply, i.e. make sure the mail
    isn't being tagged by your mail client as spam and winding up in
    your Junk or Bulk Mail folder and so forth.<br>
    <br>
    <br>
    <blockquote
cite="mid:199C35CD64E44140A34EB403EA9F70735E6D54@wakemail0303.global.sdl.corp"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:#1F497D"><o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">I am building a
            Java project using Eclipse. So, if I can download source
            code for openws-1.4.4.jar and opensaml-2.5.3.jar to attach
            Eclipse that would be great. I went Shibboleth Subversion
            repositories, but I am not sure code in the repository is
            related to the &nbsp;library versions that I downloaded.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
      </div>
    </blockquote>
    <br>
    Well, the code in the repos is tagged according to the release
    version, so under each project's /tags area you'd want to checkout
    the version that corresponds to what you are using.<br>
    <br>
    However, OpenSAML is a Maven-based project and so all our artifacts,
    including source jars, are published in our Maven repository.&nbsp; If
    you are using Maven in your project for your dependency management,
    there's usually an option in the Maven Eclipse plugins to also pull
    down source and/or Javadoc jars automatically for your
    dependencies.&nbsp; You are free to point your project POM at our Maven
    repository to pull in our artifacts:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://shibboleth.net/nexus/content/groups/public">https://shibboleth.net/nexus/content/groups/public</a><br>
    <br>
    If you aren't using Maven, you can still grab source and Javadoc
    jars from the repo via an http client, specifically from here:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://shibboleth.net/nexus/content/groups/public/org/opensaml/">https://shibboleth.net/nexus/content/groups/public/org/opensaml/</a><br>
    <br>
    Just drill down to the version that you need, hopefully the
    filesystem structure and naming is intuitive enough.<br>
    <br>
    --Brent<br>
    <br>
  </body>
</html>