There wouldn't really be any directory structure changes that are
different from what we already have actually. We may want to move some
things around a bit to organize things better after we get all the
planet code together, but I don't think we need to do that yet.
The basics of the plan are to move the remaining pieces of the planet
business code from the Weblogger src to the sandbox/planetroller src
directory. So that would include the planet pojos and PlanetManager as
well as the planet unit tests. This would put all the code needed to
run the planet aggregator in the actual sandbox/planetroller src and we
would continue building the planet code into a roller-planet.jar which
just gets included in the set of jars that are part of the current
Weblogger app.
So nothing really changes except that the planet code gets moved into
its own codebase and the build process gets updated a bit so that the
planet code is built on its own and added to the weblogger app.
-- Allen
Dave wrote:
Will you please outline any directory structure changes you plan to
make as part of this commit?
- Dave
On 12/10/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
I think now would be a good time to complete the process of moving the
planet code into it's own standalone module which is then included as
part of Roller Weblogger.
Dave's already done most of the work already, so the only things left
are to move the planet pojos & actual planet manager code to the Roller
Planet codebase and update the build process a bit.
I've already tested this out and everything works nicely so I'd like to
go ahead an commit those changes to the trunk. Anyone object?
-- Allen