Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] Running openSAML2.1 under JDK 1.4

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] Running openSAML2.1 under JDK 1.4


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [OpenSAML] Running openSAML2.1 under JDK 1.4
  • Date: Thu, 01 May 2008 18:57:04 -0400

Just to help you out here, looks like you can do something like this:

1) grab the Retroweaver dist from: http://retroweaver.sourceforge.net/

2) run something like this for each 1.5 jar you want to weave (paths assume you are in the exploded Retroweaver directory):


java
-cp release/retroweaver-all-2.0.5.jar:lib/asm-3.1.jar:lib/asm-commons-3.1.jar:lib/asm-util-3.1.jar
net.sourceforge.retroweaver.Weaver
-jar /tmp/xmltooling-1.0.1.jar /tmp/xmltooling-1.01-weaved.jar


There's also an Ant task, you could easily make a little script to do it. Or see our old build.xml (except that that weaved from the source, the above operates on the compiled jar directly).


HTH,
Brent


Chad La Joie wrote:


You can run retroweaver (or any other back-porting translation tool) yourself. If it's critical I would suggest doing that. That way you can then submit bugs on all the 1.5-only code was accidentally incorporated.




Archive powered by MHonArc 2.6.16.

Top of Page