I should read *all* my emails before responding. ;-) What he said.
On Dec 21, 2009, at 7:04 AM, Michael Bushe wrote: > I'm working on the trunk and following the directions in the BUILD file, see > my original post for the exact commands. > > Maven is not used. Ant uses the maven-ant-tasks, so the poms on the trunk > are only needed for installation, not compilation, so no changes are > required to build. It looks like maven-ant-tasks made a recent change that > pulled the rug out from under this build. > > Michael Bushe > Software Architect/Developer > [email protected] > www.bushe.com > > > On Mon, Dec 21, 2009 at 2:58 AM, Patrick Wright <[email protected]> wrote: > >> Hi Michael >> >> I submitted the original version of the POM files. I haven't had time >> to follow up on the progress, though I noted in one of the (issue >> tracker?) mailing lists that they had been checked in. >> >> What code are you working against? On trunk I'm getting a clean Maven >> build but with no sources compiled, unfortunately. The current POMs in >> trunk seem wrong--a lot was chopped out of them. For example, in core, >> the source directory is src, not (as Maven defaults) src/main/java, so >> that must be explicitly stated using the build/sourceDirectory >> element. And the compiler needs to be configured for at least Java 5 >> if not Java 6 (not sure of the minimum required for Pivot), because >> the default is 1.4; I had done this via the compiler plugin in the >> top-level POM. >> >> Are you working on a branch? I can't see how the POMs in trunk could work. >> >> >> Regards >> Patrick >>
