I just downloaded OPS 2.0.1, and I'm in the process of checking the
libraries into our revision control. Every time I check in a new OPS release, I compare the checksums of all the .jars to see what's changed, and in the past, it's only been "ops.jar". Between OPS 2.0.0 and OPS 2.0.1, though, several files changed: $ md5sum ${ORBEON-2.0.0}/lib > ~/orb200.txt $ md5sum ${ORBEON-2.0.1}/lib > ~/orb201.txt $ diff ~/orb200.txt ~/orb201.txt 2c2 < c29ce8b8988ad0d20a159d93cea0e17e ant-1_5_4.jar --- > 5df6d41e813a4dce5836e0ae5af088de ant-1_5_4.jar 11c11 < c703f3b540505766d5303c1f50e9ecf9 castor-0_9_4_3-xml.jar --- > 574bb7e447a88c23aec72097df6bec99 castor-0_9_4_3-xml.jar 25c25 < df8a4379606d17b7c671b0364b76882c fop-0_20_5.jar --- > 4e5c33ef5bf2c0440989d831dfa759da fop-0_20_5.jar 38c38 < c653f9e9c6a3b20f288d1c2292a0e623 joost-20030623_orbeon.jar --- > 92e28bb00f52061bd957d06b0f5b92e3 joost-20030623_orbeon.jar 46,47c46,47 < 1fc466b424aefe6e72e01cc737cac838 msv-20031020.jar < 4bda1f114b0d4be525db1a65bdcd6808 ops.jar --- > 4ee2aa7c441bebe855e4226c7e52c3d6 msv-20031020.jar > 7bea5790ebfd08747396a817ca6be6c2 ops.jar 55,56c55,56 < 52fa131cb9d81696c38bc02594115b12 struts-1_1.jar < 6730215131e3f5acfa5ae09bd1af336d xalan-2_5_1_orbeon.jar --- > 76d0fc27cb104a008671bfa0525cb66d struts-1_1.jar > 5c9cf7aa098ec88b1c0d32528735a121 xalan-2_5_1_orbeon.jar Can anyone tell me what changed in the other JAR files (besides ops.jar)? If I upgrade my app from 2.0.0 to 2.0.1, do I need the new versions of the other JARs? Thanks as always. Jeff Jones The Weather Channel Interactive -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
I think the only thing that changed was removing the Class-Path entries
in the manifest files, which caused problems with JOnAS. -Erik Jeff Jones wrote: > I just downloaded OPS 2.0.1, and I'm in the process of checking the > libraries into our revision control. Every time I check in a new OPS > release, I compare the checksums of all the .jars to see what's changed, > and in the past, it's only been "ops.jar". > > Between OPS 2.0.0 and OPS 2.0.1, though, several files changed: > > $ md5sum ${ORBEON-2.0.0}/lib > ~/orb200.txt > $ md5sum ${ORBEON-2.0.1}/lib > ~/orb201.txt > $ diff ~/orb200.txt ~/orb201.txt > 2c2 > < c29ce8b8988ad0d20a159d93cea0e17e ant-1_5_4.jar > --- > > 5df6d41e813a4dce5836e0ae5af088de ant-1_5_4.jar > 11c11 > < c703f3b540505766d5303c1f50e9ecf9 castor-0_9_4_3-xml.jar > --- > > 574bb7e447a88c23aec72097df6bec99 castor-0_9_4_3-xml.jar > 25c25 > < df8a4379606d17b7c671b0364b76882c fop-0_20_5.jar > --- > > 4e5c33ef5bf2c0440989d831dfa759da fop-0_20_5.jar > 38c38 > < c653f9e9c6a3b20f288d1c2292a0e623 joost-20030623_orbeon.jar > --- > > 92e28bb00f52061bd957d06b0f5b92e3 joost-20030623_orbeon.jar > 46,47c46,47 > < 1fc466b424aefe6e72e01cc737cac838 msv-20031020.jar > < 4bda1f114b0d4be525db1a65bdcd6808 ops.jar > --- > > 4ee2aa7c441bebe855e4226c7e52c3d6 msv-20031020.jar > > 7bea5790ebfd08747396a817ca6be6c2 ops.jar > 55,56c55,56 > < 52fa131cb9d81696c38bc02594115b12 struts-1_1.jar > < 6730215131e3f5acfa5ae09bd1af336d xalan-2_5_1_orbeon.jar > --- > > 76d0fc27cb104a008671bfa0525cb66d struts-1_1.jar > > 5c9cf7aa098ec88b1c0d32528735a121 xalan-2_5_1_orbeon.jar > > > Can anyone tell me what changed in the other JAR files (besides > ops.jar)? If I upgrade my app from 2.0.0 to 2.0.1, do I need the new > versions of the other JARs? > > Thanks as always. > > Jeff Jones > The Weather Channel Interactive -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |