Source code for openws-1.4.4.jar and opensaml-2.5.3.jar
Brent Putman
putmanb at georgetown.edu
Wed Mar 14 02:56:29 GMT 2012
On 3/13/12 7:07 PM, Gina Choi wrote:
>
> Hi all,
>
>
>
> Somehow I don'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.
>
Hmm, I don't have any suggestions there. I'm not aware of any other
reported issues of people not receiving mail from the lists, but perhaps
others on the team are. 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.
>
>
> 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 library versions that I downloaded.
>
>
>
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.
However, OpenSAML is a Maven-based project and so all our artifacts,
including source jars, are published in our Maven repository. 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. You are free
to point your project POM at our Maven repository to pull in our artifacts:
https://shibboleth.net/nexus/content/groups/public
If you aren't using Maven, you can still grab source and Javadoc jars
from the repo via an http client, specifically from here:
https://shibboleth.net/nexus/content/groups/public/org/opensaml/
Just drill down to the version that you need, hopefully the filesystem
structure and naming is intuitive enough.
--Brent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20120313/c3831258/attachment-0001.html
More information about the dev
mailing list