Right now the theme song form M*A*S*H* is looping in my head... "Suicide is painless, it brings on many changes..."
The build fails for me with Maven 1.0, 1.0.1 and 1.0.2 Maven 1.0.2 release notes claim that MAVEN-1501 is fixed... I have a fresh checkout. Downloaded resin-3.0.9.jar and retroweaver-1.0fcs.jar, and added them to my repository. I manually added the spring-webmvc-1.1.2.jar to my maven repository. The .classpath file specifies that file, yet it did not exist after running the install_repo.bat. So I added it myself locally. I have the project checked out to c:\source\acegisecurity >From that directory I run maven multiproject:artifact Then it wets the bed because net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModuleTests failed. Below is the debug up to that point... It is the same as the information that Tim Kettering posted earlier. It says that it couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml The test failed in my IDE for the same reason until I added core/src/main/resoures to my source paths. (I use IDEA, not eclipse) Then the test passed. Shouldn't the adaptertest-valid.xml and adaptertest-invalid.xml files be in core/src/test/resources? Would those files being in the wrong source tree affect those tests? [junit] Running net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModuleTests [junit] [DEBUG] Class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl loaded from parent loader [junit] [DEBUG] ResourceStream for META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration loaded from parent loader [junit] [DEBUG] Class org.apache.xerces.parsers.XML11Configuration loaded from parent loader [junit] [DEBUG] Class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl loaded from parent loader [junit] [DEBUG] Finding class net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModule [junit] [DEBUG] Finding class org.jboss.security.auth.spi.AbstractServerLoginModule [junit] [DEBUG] Class javax.security.auth.spi.LoginModule loaded from parent loader [junit] [DEBUG] Class org.jboss.security.auth.spi.AbstractServerLoginModule loaded from ant loader [junit] [DEBUG] Class net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModule loaded from ant loader [junit] [DEBUG] Class java.security.acl.Group loaded from parent loader [junit] [DEBUG] Finding class org.jboss.security.NestableGroup [junit] [DEBUG] Finding class org.jboss.security.SimplePrincipal [junit] [DEBUG] Class java.io.Serializable loaded from parent loader [junit] [DEBUG] Class org.jboss.security.SimplePrincipal loaded from ant loader [junit] [DEBUG] Class org.jboss.security.NestableGroup loaded from ant loader [junit] [DEBUG] Class javax.security.auth.callback.UnsupportedCallbackException loaded from parent loader [junit] [DEBUG] Class java.io.IOException loaded from parent loader [junit] [DEBUG] Finding class net.sf.acegisecurity.AuthenticationException [junit] [DEBUG] Finding class net.sf.acegisecurity.AcegiSecurityException [junit] [DEBUG] Finding class org.springframework.core.NestedRuntimeException [junit] [DEBUG] Class java.lang.RuntimeException loaded from parent loader [junit] [DEBUG] Class org.springframework.core.NestedRuntimeException loaded from ant loader [junit] [DEBUG] Class net.sf.acegisecurity.AcegiSecurityException loaded from ant loader [junit] [DEBUG] Class net.sf.acegisecurity.AuthenticationException loaded from ant loader [junit] [DEBUG] Finding class net.sf.acegisecurity.Authentication [junit] [DEBUG] Class net.sf.acegisecurity.Authentication loaded from ant loader [junit] [DEBUG] Finding class org.springframework.context.support.AbstractApplicationContext [junit] [DEBUG] Finding class org.springframework.core.io.DefaultResourceLoader [junit] [DEBUG] Finding class org.springframework.core.io.ResourceLoader [junit] [DEBUG] Class org.springframework.core.io.ResourceLoader loaded from ant loader [junit] [DEBUG] Class org.springframework.core.io.DefaultResourceLoader loaded from ant loader [junit] [DEBUG] Finding class org.springframework.context.ConfigurableApplicationContext [junit] [DEBUG] Finding class org.springframework.context.ApplicationContext [junit] [DEBUG] Finding class org.springframework.beans.factory.ListableBeanFactory [junit] [DEBUG] Finding class org.springframework.beans.factory.BeanFactory [junit] [DEBUG] Class org.springframework.beans.factory.BeanFactory loaded from ant loader [junit] [DEBUG] Class org.springframework.beans.factory.ListableBeanFactory loaded from ant loader [junit] [DEBUG] Finding class org.springframework.beans.factory.HierarchicalBeanFactory [junit] [DEBUG] Class org.springframework.beans.factory.HierarchicalBeanFactory loaded from ant loader [junit] [DEBUG] Finding class org.springframework.context.MessageSource [junit] [DEBUG] Class org.springframework.context.MessageSource loaded from ant loader [junit] [DEBUG] Finding class org.springframework.context.ApplicationEventPublisher [junit] [DEBUG] Class org.springframework.context.ApplicationEventPublisher loaded from ant loader [junit] [DEBUG] Class org.springframework.context.ApplicationContext loaded from ant loader [junit] [DEBUG] Class org.springframework.context.ConfigurableApplicationContext loaded from ant loader [junit] [DEBUG] Class org.springframework.context.support.AbstractApplicationContext loaded from ant loader [junit] [DEBUG] Finding class org.springframework.context.support.ClassPathXmlApplicationContext [junit] [DEBUG] Finding class org.springframework.context.support.AbstractXmlApplicationContext [junit] [DEBUG] Class org.springframework.context.support.AbstractXmlApplicationContext loaded from ant loader [junit] [DEBUG] Class org.springframework.context.support.ClassPathXmlApplicationContext loaded from ant loader [junit] [DEBUG] Class java.lang.IllegalStateException loaded from parent loader [junit] [DEBUG] Class java.util.Properties loaded from parent loader [junit] [DEBUG] Class javax.security.auth.Subject loaded from parent loader [junit] [DEBUG] Finding class net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModuleTests$MockCallbackHandler [junit] [DEBUG] Class net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModuleTests$MockCallbackHandler loaded from ant loader [junit] [DEBUG] Finding class org.jboss.logging.Logger [junit] [DEBUG] Class org.jboss.logging.Logger loaded from ant loader [junit] [DEBUG] Finding class org.jboss.logging.LoggerPlugin [junit] [DEBUG] Class org.jboss.logging.LoggerPlugin loaded from ant loader [junit] [DEBUG] Class java.lang.ClassLoader loaded from parent loader [junit] [DEBUG] Class java.lang.System loaded from parent loader [junit] [DEBUG] Class java.lang.Thread loaded from parent loader [junit] [DEBUG] Finding class org.jboss.logging.Log4jLoggerPlugin [junit] [DEBUG] Class org.jboss.logging.Log4jLoggerPlugin loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.Category [junit] [DEBUG] Finding class org.apache.log4j.spi.AppenderAttachable [junit] [DEBUG] Class org.apache.log4j.spi.AppenderAttachable loaded from ant loader [junit] [DEBUG] Class org.apache.log4j.Category loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.Logger [junit] [DEBUG] Class org.apache.log4j.Logger loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.Priority [junit] [DEBUG] Class org.apache.log4j.Priority loaded from ant loader [junit] [DEBUG] Finding class org.jboss.logging.XLevel [junit] [DEBUG] Finding class org.apache.log4j.Level [junit] [DEBUG] Class org.apache.log4j.Level loaded from ant loader [junit] [DEBUG] Class org.jboss.logging.XLevel loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.LogManager [junit] [DEBUG] Class org.apache.log4j.LogManager loaded from ant loader [junit] [DEBUG] Class java.net.MalformedURLException loaded from parent loader [junit] [DEBUG] Finding class org.apache.log4j.spi.RootCategory [junit] [DEBUG] Class org.apache.log4j.spi.RootCategory loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.spi.LoggerRepository [junit] [DEBUG] Class org.apache.log4j.spi.LoggerRepository loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.spi.RepositorySelector [junit] [DEBUG] Class org.apache.log4j.spi.RepositorySelector loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.Hierarchy [junit] [DEBUG] Finding class org.apache.log4j.spi.RendererSupport [junit] [DEBUG] Class org.apache.log4j.spi.RendererSupport loaded from ant loader [junit] [DEBUG] Class org.apache.log4j.Hierarchy loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.spi.LoggerFactory [junit] [DEBUG] Class org.apache.log4j.spi.LoggerFactory loaded from ant loader [junit] [DEBUG] Class java.util.MissingResourceException loaded from parent loader [junit] [DEBUG] Class java.util.Enumeration loaded from parent loader [junit] [DEBUG] Class java.util.Hashtable loaded from parent loader [junit] [DEBUG] Class java.util.Vector loaded from parent loader [junit] [DEBUG] Finding class org.apache.log4j.or.RendererMap [junit] [DEBUG] Class org.apache.log4j.or.RendererMap loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.or.ObjectRenderer [junit] [DEBUG] Class org.apache.log4j.or.ObjectRenderer loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.or.DefaultRenderer [junit] [DEBUG] Class org.apache.log4j.or.DefaultRenderer loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.DefaultCategoryFactory [junit] [DEBUG] Class org.apache.log4j.DefaultCategoryFactory loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.spi.DefaultRepositorySelector [junit] [DEBUG] Class org.apache.log4j.spi.DefaultRepositorySelector loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.helpers.OptionConverter [junit] [DEBUG] Class org.apache.log4j.helpers.OptionConverter loaded from ant loader [junit] [DEBUG] Class java.lang.NumberFormatException loaded from parent loader [junit] [DEBUG] Finding class org.apache.log4j.spi.Configurator [junit] [DEBUG] Class org.apache.log4j.spi.Configurator loaded from ant loader [junit] [DEBUG] Class java.lang.IllegalAccessException loaded from parent loader [junit] [DEBUG] Class java.lang.ClassCastException loaded from parent loader [junit] [DEBUG] Class java.lang.reflect.InvocationTargetException loaded from parent loader [junit] [DEBUG] Class java.lang.NoSuchMethodException loaded from parent loader [junit] [DEBUG] Finding class org.apache.log4j.helpers.Loader [junit] [DEBUG] Class org.apache.log4j.helpers.Loader loaded from ant loader [junit] [DEBUG] Class java.lang.reflect.Method loaded from parent loader [junit] [DEBUG] Class java.lang.StringBuffer loaded from parent loader [junit] [DEBUG] Finding class org.apache.log4j.helpers.LogLog [junit] [DEBUG] Class org.apache.log4j.helpers.LogLog loaded from ant loader [junit] [DEBUG] Couldn't load Resource log4j.xml [junit] [DEBUG] Couldn't load Resource log4j.xml [junit] [DEBUG] Couldn't load Resource log4j.properties [junit] [DEBUG] Couldn't load Resource log4j.properties [junit] [DEBUG] Finding class org.apache.log4j.CategoryKey [junit] [DEBUG] Class org.apache.log4j.CategoryKey loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.ProvisionNode [junit] [DEBUG] Class org.apache.log4j.ProvisionNode loaded from ant loader [junit] [DEBUG] Finding class org.apache.log4j.spi.LoggingEvent [junit] [DEBUG] Class org.apache.log4j.spi.LoggingEvent loaded from ant loader [junit] [DEBUG] Class java.lang.Integer loaded from parent loader [junit] [DEBUG] Class java.io.PrintStream loaded from parent loader [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-invalid.xml [junit] [DEBUG] Couldn't load Resource INVALID_PATH [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] [DEBUG] Couldn't load Resource net/sf/acegisecurity/adapters/adaptertest-valid.xml [junit] Tests run: 13, Failures: 0, Errors: 9, Time elapsed: 0.17 sec [junit] [ERROR] TEST net.sf.acegisecurity.adapters.jboss.JbossAcegiLoginModuleTests FAILED ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Acegisecurity-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer