| RE: [higgins-dev] STS Build Instruction Notes |
|
On #2, I ended up with these for building (following what was listed as dependencies in the projects):
axiom-api-1.2.1.jar
axiom-dom-1.2.1.jar axiom-impl-1.2.1.jar axis.jar castor-1.0.4.jar commons-logging-1.1.jar dom4j-1.6.1.jar idas.jar javax.servlet_2.4.0.v200612120446.jar jaxrpc.jar ldap.jar log4j-1.2.13.jar saaj.jar stax-api-1.0.1.jar xercesImpl.jar xmlsec-1.3.0.jar Of those, these are not listed on the page:
axis.jar
castor-1.0.4.jar dom4j-1.6.1.jar jaxrpc.jar ldap.jar log4j-1.2.13.jar saaj.jar stax-api-1.0.1.jar xercesImpl.jar Of those, this was not listed in the project that needed it (sts.core) but now it is :)
xercesImpl.jar
Some of the jars above are not needed to build (like castor-1.0.4.jar, ldap.jar, etc.), but some of these *are* required for a deployable war.
Extra jars are needed to build a deployable war file. (Specifically those needed by the LDAP CP):
bandit-util-0.2.290.jar
higgins-idas-cp-0.2.290.jar
jaxen-1.1-beta-12.jar
openxdas-0.3.158.jar
xerces-j2-2.7.1.jar
xerces-j2-xml-apis-2.7.1.jar Jim
>>> "Mary Ruddy" <mary@xxxxxxxxxxxxxxxxx> 1/31/07 9:02 AM >>> Re number 2: What STS dependencies do you think are missing? Re number 5: Orbit "will provide a repository of bundled versions of third party libraries that are approved for use in one or more Eclipse projects. The repository will maintain old versions of such libraries to facilitate rebuilding historical output." If Higgins is going to want to add a lot of new modules to Orbit, we will probably need to volunteer a Higgins committer to become an Orbit committer to help with the work. I don't think that all third party libraries just automagically get maintained in Orbit. I will check with Bjorn. -----Original Message----- From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Tom Doman Sent: Wednesday, January 31, 2007 10:44 AM To: higgins-dev@xxxxxxxxxxx Subject: [higgins-dev] STS Build Instruction Notes Mike, Mostly, my notes came down to dependencies, actualizing the instructions, and creating a single psf file to get started. I haven't tried an ant build yet and there may be more notes there. Also, do we have deployment instructions? That'll be next for me. 1. We need an all encompassing psf file which gets all of the required STS components at once. 2. Complete the STS dependencies page so we know where to go to get the dependant jars and the correct versions. Not all dependencies are listed. What other jars do we need and how do we get them? 3. Actualize the instructions page. 4. Where do the dependant jars belong in the file system? 5. Easier ways to get dependant jars for any higgins project? Is that what Orbit is for? Tom _______________________________________________ higgins-dev mailing list higgins-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/higgins-dev _______________________________________________ higgins-dev mailing list higgins-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/higgins-dev |