"Ralph Goers" <ralph.go...@dslextreme.com> wrote in message news:e5f9b3bc-6c90-4592-a1e3-0e906bd4b...@dslextreme.com... > I'm curious as to why the last change was made to commons-proper.xml. I > fixed the broken unit test yesterday and last night's run should have > worked. I'm not sure why it is a good idea to split the tests from the > build but I would prefer they not be, just as they aren't for other > commons projects.
Generally the test are split from the build when a project is failing for awhile because of a test failure and it has other projects that depend on it. In this case, the dependant projects won't be built by Gump because of the failure. By splitting, the jar files are available for these projects to get built by Gump. Of course, all ASF committers have karma to change the Gump metadata, so you are free to change it back. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org