I just now did an SVN update and while building found two Mina test programs failed because of references to non-existent methods. I therefore did a "mvn clean" and then tried a fresh "mvn install" and got this failure:
[INFO] [compiler:compile] Compiling 2 source files to D:\src\reference\apacheds_trunks\mina\filter-codec-asn1\target\classes [INFO] ------------------------------------------------------------------------- --- [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------- --- [INFO] Compilation failure D:\src\reference\apacheds_trunks\mina\filter-codec-asn1\src\main\java\org\apache \mina\filter\codec\asn1\Asn1CodecEncoder.java:[10,29] package org.apache.asn1.codec does not exist so it seems something is out of whack either in my build area or in SVN (I last SVN updated and built successfully late last week). I'm building using Maven 2.0.2 and JDK 1.4. The reason I was rebuilding was I got a ClassCastException when attempting to run the UberJarMain with the default server.xml, as LdapDN.normalize( Name dn, Map oids ) was being called from the NormalizationService with a LdapName first argument (dn), but was attempting to coerce dn.clone() to a (LdapDN). I'll investigate more thoroughly on Monday unless I hear from this group before then (it looked like the LdapName was first introduced in the org...jndi.ServerContext constructor (line 126). Thanks
