Cool! This is going to be sweet. Can you throw some of this into JIRA under the 'buildsystem' component.
-David On Tue, Sep 14, 2004 at 03:03:18PM -0700, David Jencks wrote: > As threatened, I've committed a way to build all (most?) geronimo > related projects at once. > > maven getotherprojects > > will check out activemq, howl, openejb, tranql-connector and tranql > into appropriate directories at the root level. This is set up to by > default check out anonymously. If you are a committer on all or some > of these projects look at project.properties to see what to set. > > maven completerebuild -o > > will remove activemq, geronimo, howl, openejb, and tranql from the > local maven repo, do multiproject:clean, and then multiproject:install > > This should be useful for checking that all versions in these projects > are consistent and up to date. > > For normal builds, > > maven multiproject:install > > will build all these projects. > > > Also, I've ported dain's plugin-ready itest implementation from the > openejb itests to maven-itest-plugin. > > As far as I can tell the old style build continues to work exactly as > before. > > Many thanks, > david jencks
