Michiel Meeuwissen wrote:
That's good news.Kees Jongenburger <[EMAIL PROTECTED]> wrote:Its fine to have a "script" module
but we should look into cvs so that we can retireve all modules at once(I think this is possible)
That way you can do a "cvs co xyz"
and actualy get a full mmbase with the config src/org/mmbase documentation etc..
Ir is this already done?
Not yet, but because the question came up more often (even today), I took
the liberty to do so.
So, developers, besides the normal:
cvs co mmbase
cvs co config
cvs co html
cvs co documentation
you can now also do cvs co src
(create src/org/mmbase tree, which is handy, you don't have to create
src/org by hand)
and also:
cvs co -d . all (creates 4 directories in current dir: src config html documentation)
I think we need a whole new dir-structure, something like:
mmbase
config
html
src
core
org/mmbase/...
cache
org/mmbase/...
bride
cache
org/mmbase/...
applications
cache
org/mmbase/...
...
Each mmbase-module in the src-dir could have it's own build.xml, the one in the root calls these.
Gerard
