Actually, wait a sec. I keep forgetting that i can't 'clean install' with xwork in the profiles
mvn clean install -Pxwork,all << -- fails Each one runs fine separately. So .... nevermind. On Feb 16, 2008 2:19 PM, James Mitchell <[EMAIL PROTECTED]> wrote: > Right, I don't trust Maven enough to rely solely on the > maven.repo.local switch, but that's another discussion ;) > > I am getting a build failure right now. Is anyone else seeing this? > > > > Failed tests: > > testAnnotatedMethodFailure(com.opensymphony.xwork2.validator.ValidatorAnnotationTest) > setUp(com.opensymphony.xwork2.validator.StringValidatorTest) > setUp(com.opensymphony.xwork2.validator.LongRangeValidatorTest) > > testPackageInheritance(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderPackagesTest) > > testBadInheritance(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderPackagesTest) > > testDefaultPackage(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderPackagesTest) > > testBasicPackages(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderPackagesTest) > > testGlobalResultInheritenceTest(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderGlobalResultInheritenceTest) > > testInvalidFileThrowsException(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderInvalidFileTest) > > testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest) > > testInheritence(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest) > > testModelFieldErrorsAddedWithoutFieldPrefix(com.opensymphony.xwork2.validator.VisitorFieldValidatorModelTest) > > testModelFieldErrorsAddedWithoutFieldPrefixForInterface(com.opensymphony.xwork2.validator.VisitorFieldValidatorModelTest) > > testActions(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderResultsTest) > > testResultTypes(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderResultsTest) > > testResultInheritance(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderResultsTest) > > testParseValidators(com.opensymphony.xwork2.validator.DefaultValidatorFactoryTest) > > testInterceptorsLoadedFromSpringApplicationContext(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderInterceptorsSpringTest) > > testMultipleConfigProviders(com.opensymphony.xwork2.config.ConfigurationTest) > > testInheritedResultTypesParams(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderResultTypesTest) > > testPlainResultTypesParams(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderResultTypesTest) > > testMultiLevelInheritance(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderMultilevelTest) > tearDown(com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest) > > testIncludesAndExcludesMethodWithExcludeWildcard(com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest) > setUp(com.opensymphony.xwork2.validator.IntRangeValidatorTest) > setUp(com.opensymphony.xwork2.validator.DoubleRangeValidatorTest) > > testInvalidActions(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderActionsTest) > > testActions(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderActionsTest) > setUp(com.opensymphony.xwork2.LocaleAwareTest) > setUp(com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest) > testFindNamedResource(com.opensymphony.xwork2.util.ResolverUtilTest) > testSimpleTest(com.opensymphony.xwork2.TestNGXWorkTestCaseTest) > > testPrefixMethodInvocation1(com.opensymphony.xwork2.interceptor.ValidationInterceptorPrefixMethodInvocationTest) > > testPrefixMethodInvocation2(com.opensymphony.xwork2.interceptor.ValidationInterceptorPrefixMethodInvocationTest) > setUp(com.opensymphony.xwork2.validator.ExpressionValidatorTest) > > testContextIsOverriddenByContextParamInValidationXML(com.opensymphony.xwork2.validator.VisitorFieldValidatorTest) > > testBeanMessagesUseBeanResourceBundle(com.opensymphony.xwork2.validator.VisitorFieldValidatorTest) > > testArrayValidation(com.opensymphony.xwork2.validator.VisitorFieldValidatorTest) > > testCollectionValidation(com.opensymphony.xwork2.validator.VisitorFieldValidatorTest) > > testContextIsPropagated(com.opensymphony.xwork2.validator.VisitorFieldValidatorTest) > > testModelDrivenValidation(com.opensymphony.xwork2.validator.ModelDrivenValidationTest) > > testInterceptorParamOverriding(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderInterceptorsTest) > > testInterceptorInheritance(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderInterceptorsTest) > > testBasicInterceptors(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderInterceptorsTest) > > testWildCardInclude(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderWildCardIncludeTest) > > testActions(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderExceptionMappingsTest) > > setUp(com.opensymphony.xwork2.validator.AnnotationActionValidatorManagerTest) > setUp(com.opensymphony.xwork2.interceptor.ParametersInterceptorTest) > > testValidateDoXXXThowsException(com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor2Test) > > testValidateXXXThrowsException(com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor2Test) > setUp(com.opensymphony.xwork2.validator.ShortRangeValidatorTest) > setUp(com.opensymphony.xwork2.validator.DateRangeValidatorTest) > setUp(com.opensymphony.xwork2.validator.SimpleActionValidationTest) > > Tests run: 692, Failures: 53, Errors: 0, Skipped: 164 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 37 seconds > [INFO] Finished at: Sat Feb 16 14:02:53 EST 2008 > [INFO] Final Memory: 12M/41M > [INFO] > ------------------------------------------------------------------------ > > > > > > On Feb 16, 2008 12:58 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On Feb 16, 2008 10:19 AM, James Mitchell <[EMAIL PROTECTED]> wrote: > > > > > It's probably a good idea to try the build after moving or removing > > > your .m2 dir to fully ensure a clean set of publicly available > > > dependencies. > > > > > > I'll do this right now to make sure...stay tuned. > > > > That's what I did, except that I prefer to leave ~/.m2/repository > > alone and use -Dmaven.repo.local=/path/to/temp/repo > > > > As mentioned, I had to build struts-annotations and xwork locally, but > > other than that, everything was available *without* the repos we > > currently have listed in the struts2-parent pom. So I think they can > > be removed/commented out now. > > > > -- > > > > Wendy > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > James Mitchell > -- James Mitchell --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]