On 11/29/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > According to Wendy, its *much* easier to just change the structure to > adopt to Maven. What I would like to do is set up a bunch of SVN > externals to link everything in the manner which Maven expects. This > way we can build nightlies without changing the structure that > everyone else is dealing with. I figure we can experiment and see > whether we can live with the reorg or not. > > What do you think?
Did you get Colin's m2 build files? I took a look at them and sent him some feedback, but that was a while ago. The svn:externals thing only works for directories, not individual files. If that doesn't get you far enough, take a look at the Shale m2 build experiment. I check out from svn and move everything around with a shell script: http://wiki.wsmoak.net/cgi-bin/wiki.pl?ShaleMaven2 I'm sure there will be plenty of people at ApacheCon who can help. :) -- Wendy
