Bertrand Delacretaz wrote: > On 6/22/06, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > >> ...I'm currently testing and if it looks good I'll commit it... > > Just FYI I'm trying to run the trunk and got this, might be related to > your changes? I'll rebuild and check, but maybe this is useful to you. > > java.lang.NoSuchMethodError: > org.apache.cocoon.util.WildcardHelper.match(Ljava/util/HashMap;Ljava/lang/String;[I)Z > at > org.apache.cocoon.core.container.spring.ConfigReader.match(ConfigReader.java:384) > at > org.apache.cocoon.core.container.spring.ConfigReader.handleInclude(ConfigReader.java:325) > Yes, this is due to my changes some days ago :) You have to do a mvn clean first, as I slightly changed the signature of the match method (from HashMap to Map).
Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/
