Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] STS build files

For the following STS projects, there is an ant build.xml:
org.eclipse.higgins.sts.binding.axis1x.core
org.eclipse.higgins.sts.binding.axis1x.service
org.eclipse.higgins.sts.binding.axis1x.types
org.eclipse.higgins.sts.core
org.eclipse.higgins.sts.extension.samltoken
org.eclipse.higgins.sts.extension.usernametoken
 
Each has a "clean" and "jar" target.  The one in org.eclipse.higgins.sts.core also has a "cleanAllSTS" and "jarAllSTS".
 
Each build can be run standalone and will auto-build dependent projects.
 
The builds assume you're projects are laid out like the attached .psf  you also need the idas project
 
In terms of dependencies, these assume you have an sts.depends directory at the same level as all your projects, and that it's populated with these jar files:
axiom-api-1.1.1.jar
axis.jar
commons-logging-1.0.4.jar
jaxrpc.jar
saaj.jar
servlet-api.jar
stax-api-1.0.1.jar
xercesImpl.jar
xmlsec-1.3.0.jar
 
Need to build the appropriate war targets next
 
I have updated the .classpath and .project files to work the same way, but I'm hesitant to check those in as it will break Mike's build (until he sets things up to work for the ant scripts).
 
Jim

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

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


Back to the top