There was a mistake in the BeanUtils 1.7.0 release - the manifest was not updated to the correct version. So although the manifest in the BeanUtils jar shipped with Struts says its BeanUtils 1.6 - it is actually BeanUtils 1.7.0. You can check this yourself by downloading BeanUtils 1.7.0 directly and checking that it has the same issue.
The antlr jar doesn't actually have a version number in its manifest for antlr, but it has been built with the correct version (i.e. antlr 2.7.2) Niall ----- Original Message ----- From: <[EMAIL PROTECTED]> Sent: Monday, May 30, 2005 3:47 PM > Hi, > > I'm upgrading my project to the latest version of struts 1.2.7. > In the Wiki under the Dependency section > (http://wiki.apache.org/struts/StrutsRelease127) it mentions that the > Common BeanUtils version 1.7.0 is required. > When I look at the Manifest.mf file found in the struts-1.2.7\lib > directory this is what I get. > > Manifest-Version: 1.0 > Ant-Version: Apache Ant 1.5.3 > Created-By: 1.4.1_01-b01 (Sun Microsystems Inc.) > Extension-Name: org.apache.commons.beanutils > Specification-Title: Jakarta Commons Beanutils > Specification-Vendor: Apache Software Foundation > Specification-Version: 1.6 > Implementation-Title: org.apache.commons.beanutils > Implementation-Vendor: Apache Software Foundation > Implementation-Version: 1.6 > > I have also noted a discrepency between the manifest for antlr.jar and the > Wiki. > > > Am I missing something here or is there just a typo in the Wiki? > - Glenn --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]