[ http://issues.apache.org/jira/browse/JELLY-211?page=comments#action_63940 ] Fernando Nasser commented on JELLY-211: ---------------------------------------
You are absolutely right. When upgrading the commons-beanutils from 1.6.x to 1.7.0 we havent noticed that, so the jakarta-commons-beanutils JPackage.org package was not installing the additional jar file, nor were we adding it to the commons-jelly classpath for building. I am fixing the packages at JPackage.org. This can be closed as NOTABUG (I just don't know how to do it). > Use of commons-beanutils 1.6 classes in COMMONS_JELLY-1_0_RC1 > ------------------------------------------------------------- > > Key: JELLY-211 > URL: http://issues.apache.org/jira/browse/JELLY-211 > Project: jelly > Type: Bug > Components: taglib.util > Versions: 1.0-RC1 > Environment: I believe any environment would reproduce this. It happened on > a Linux system installed with JPackage Java RPMs > Reporter: Fernando Nasser > > The release notes for COMMONS_JELLY-1_0_RC1 claim that jelly moved to > beanutils 1.7 but beanutils 1.7 does not have the class below. > [javac] > /usr/src/build/559923-noarch/BUILD/commons-jelly-1.0-RC1/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:23: > cannot resolve symbol > [javac] symbol : class BeanComparator > [javac] location: package beanutils > [javac] import org.apache.commons.beanutils.BeanComparator; > [javac] ^ > [javac] > /usr/src/build/559923-noarch/BUILD/commons-jelly-1.0-RC1/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:56: > cannot resolve symbol -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
