Log of /webservices/wss4j/trunk/build.xml
Parent Directory
|
Revision Log
Revision
738124 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 27 16:10:32 2009 UTC
(9 months, 4 weeks ago)
by
coheigea
File length: 33662 byte(s)
Diff to
previous 734409
(
colored)
Upgraded pom/build versions on trunk to 1.5.6-SNAPSHOT
- Trunk is now open
- Removed addressing jar from lib, which is no longer required.
Revision
698575 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 24 13:59:05 2008 UTC
(14 months ago)
by
coheigea
File length: 33277 byte(s)
Diff to
previous 662864
(
colored)
[WSS-133] - Cleanup of misspellings, indentation etc.
- Applied most of Glen's patch (thanks!) for a bunch of spelling mistakes in method names.
I also added back in the old methods with @deprecated for backwards compatibility.
- Removed tabs from WSHandler and reindented it.
- Removed a load of source and test dependencies on deprecated methods
- Removed some unnecessary test println's
- Removed sandbox tests from "ant test" run, as they are broken.
Revision
507561 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 14 15:02:50 2007 UTC
(2 years, 9 months ago)
by
dims
File length: 33107 byte(s)
Diff to
previous 482192
(
colored)
- Remove sandbox code.
- Remove the security policy stuff (since it does not work anymore and there's better support in rampart for securitypolicy)
- Add a maven2 pom
Revision
398584 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 1 12:45:14 2006 UTC
(3 years, 6 months ago)
by
ruchithf
File length: 33118 byte(s)
Diff to
previous 398573
(
colored)
Updated the build file:
- Version properties had to be adjusted to remove whitespace from the .zip file names
- Set the default version to SNAPSHOT
- Clean the dist dir when cleaning
- Make sure the wss4j.jar carries the version number
- When using "ant clean bindist srcdist otherdist" all the release artifacts will be created and the same wss4j-x.y.z.jar thats in the bin distro is also available in the dist dir for convenience
Revision
325984 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 17 20:51:19 2005 UTC
(4 years, 1 month ago)
by
dims
File length: 31399 byte(s)
Diff to
previous 312838
(
colored)
- Add endorsed library contents to webapp
- Populate client-config.wsdd
- Replace wss4j.html with interop.jsp
- Populate the edit fields for the services automatically
Revision
291977 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 27 15:37:57 2005 UTC
(4 years, 2 months ago)
by
hans
File length: 31027 byte(s)
Diff to
previous 291746
(
colored)
* Avoid wsdl2java'ing when not needed (see target 'chkwsdl'
in interop/build.xml)
* build.xml does not dump classpaths etc unless invoked with
debug -- you need to use "ant [-debug|-d]" to see this
output (set by <echo level="debug">)
* Replace pattern throughout handlers
if ((x = (String) getOption(X)) == null) {
x = (String) ((MessageContext)reqData.getMsgContext())
.getProperty(X);
}
with something of type:
x = getString(X, reqData.getMsgContext());
* Added package.html for sandbox.
* Generally wrap lines at 80 chars in functions/methods I
changed.
Revision
291004 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 22 19:08:01 2005 UTC
(4 years, 2 months ago)
by
werner
File length: 31203 byte(s)
Diff to
previous 280875
(
colored)
Clean up a little bit, rearrange some common used code, add new
targets to make life easier for testing, debugging, timing.
Revision
240896 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 15 13:51:28 2005 UTC
(4 years, 3 months ago)
by
werner
File length: 28594 byte(s)
Diff to
previous 240889
(
colored)
Add a new target "reqjardist" that builds a ZIP file containing
the ./lib/*.jar and ./endorsed/*.jar files.
This may simplify WSS4J deployment because no need to get
the required jar from somewhere else. For the licenses please
have a look into the ./legal directory.
Revision
240884 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 22 18:58:00 2005 UTC
(4 years, 4 months ago)
by
werner
File length: 28249 byte(s)
Diff to
previous 240870
(
colored)
Add some more info to readme.txt, add files to bindist target
of build.xml.
Prepare for binary distribution WSS4J 1.0.0
Revision
240848 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 1 10:54:50 2005 UTC
(4 years, 5 months ago)
by
dims
File length: 28400 byte(s)
Diff to
previous 240825
(
colored)
Fix for I refactored the org.apache.ws.security.trust.message.token.* classes
of the WS-Trust impl from Ruchith.
Changes:
* RequestSecurityToken, RequestSecurityTokenResponse,
RequestedProofToken, RequestedSecurityToken were moved into the Trust
Impl. where they actually belong.
* All the WS-Trust related security token classes extends from AbstractToken
Removed the unnecessary methods from these classes and added missing ones
* Added a few missing tokens: RenewTarget, Claims
Note: secconv/components/PackageTests is failing and i had to comment it in build.xml
Revision
240825 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 10 18:01:29 2005 UTC
(4 years, 8 months ago)
by
dims
File length: 28392 byte(s)
Diff to
previous 240787
(
colored)
Sanitizing the jars...using named versions from their download locations.
Notes:
- TestJAXRPCHandler is broken. commented out for now
- Addressing jar built from latest cvs
- keeping opensaml.jar as-is (1.0.1 based on dom3 stuff that may break everything)
Revision
240761 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 12 17:42:10 2004 UTC
(5 years, 3 months ago)
by
dims
File length: 28363 byte(s)
Diff to
previous 240741
(
colored)
- Re-factor files to eliminate dependency of the jax-rpc handler on org.apache.ws.axis package
- Add Venkat's contribution (WSS4JHandler)
- Add Test for Scenario3 using the WSS4JHandler
Revision
240630 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 15 17:15:15 2004 UTC
(5 years, 8 months ago)
by
dims
File length: 24119 byte(s)
Diff to
previous 240606
(
colored)
Use one jks store for both certs. Interop tests works witk JDK1.5Beta ONLY. JDK1.4.2 has a bug that prevents loading the keystore.
Revision
240606 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 10 20:36:40 2004 UTC
(5 years, 8 months ago)
by
dims
File length: 23825 byte(s)
Diff to
previous 240604
(
colored)
Got both Scenario1 and Scenario2 working with Betrusted and MSFT endpoints.
Note:
***** Unfortunately BROKE TONS OF TESTS *****
Revision
240604 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 10 14:26:25 2004 UTC
(5 years, 8 months ago)
by
dims
File length: 23821 byte(s)
Diff to
previous 240597
(
colored)
Trying to get Scenario2 working against MSFT endpoint...
Notes: this will break our test, will need to fix it.
Revision
240574 -
(
view)
(
annotate)
-
[select for diffs]
Added
Tue Feb 24 12:50:28 2004 UTC
(5 years, 9 months ago)
by
werner
File length: 23477 byte(s)
Add the missing build files. Copied from SF, tested. Works ok, all
testcases and interop tests ok.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.