Here is my patch. (It does a little more than just add the build file -- some other cleanup and stuff.)
I left the POM file. How much of it do you want to / need to keep? The .war generation part won't work anymore, if only because the token-replacement syntax for Ant is different. But that part isn't needed anymore and should be elided for simplicity. What's the minimum to just package it with the distro -- there is not really even an artifact to build here. On Mon, Mar 16, 2009 at 2:54 PM, Grant Ingersoll <[email protected]> wrote: > > On Mar 15, 2009, at 7:38 PM, Sean Owen wrote: >> >> On the other hand I do have a complete patch ready to go here that >> makes it all work -- via Ant that is. The patch also cleans out the >> Ant cruft from trunk/core BTW since it is exactly this stuff that >> needs to move. I'd suggest it's worth going this way to keep things >> working and move ahead with 0.1. My patch removed pom.xml but can put >> it back if it's needed for packaging purposes -- just trying to avoid >> duplicating within it some build logic. >> > > How about leaving in the POM and add the ANT build, and I will make sure the > two co-exist peacefully. I'll just have Maven call it Ant, but I also bet > it won't be that hard to just make it work in Maven. > > -Grant >
