Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Building STS components

<I'll put this stuff on the wiki when I'm able to log on to it.  Note that this is ongoing -- all these steps do is get you to where you can build the core, SAMLExtension, and UsernameTokenExtension>
 
I've got three of the 6 sts components building.  Here's what I did:
 
- Imported the attached team project set (I used the committer set, but the anon should work for non-committers) into my eclipse workspace.
- For each project, edited the Java Build Path in the project properties and removed from the libraries this: org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5
- For core, edited the Java Build Path in the project properties and to the libraries added these:
-- axiom-api-1.1.jar
-- commons-logging-1.0.4.jar
-- stax-api-1.0.1.jar
-- xercesImpl.jar
-- xmlsec-1.3.0.jar
- For SAMLExtension, edited the Java Build Path in the project properties and to the libraries added these:
-- axiom-api-1.1.jar
-- xmlsec-1.3.0.jar
- For UsernameTokenExtension, edited the Java Build Path in the project properties and to the libraries added these:
-- axiom-api-1.1.jar
-- xmlsec-1.3.0.jar

Attachment: higgins-sts-anon.psf
Description: Binary data

Attachment: higgins-sts-committer.psf
Description: Binary data


Back to the top