Reinhard Poetz wrote:
Over the weekend I moved the block builder (whiteboard) over to trunk. I've set it up for the blocks "authentication-fw" and "session-fw".
Great!
Given that you have installed Ant (>= 1.6.0 + Xalan in its lib directory) on your system, you can change to the directories
/cocoon/blocks/supported/authentication-fw/trunk and /cocoon/blocks/supported/session-fw/trunk
and build them (and of course you have to check them out before ;-)).
<snip/>
If you have checked out Cocoon using the same structure as in our SVN, everything should work without having to set local properties - if not, you have to copy build.properties to local.build.properties where you can overwrite properties.
Can you be more explicit about the exact structure of your checkout structure. Have you checked out everything with:
svn checkout https://svn.apache.org/repos/asf/cocoon cocoon
or is it more like:
svn checkout https://svn.apache.org/repos/asf/cocoon/trunk cocoon-trunk
svn checkout https://svn.apache.org/repos/asf/cocoon/blocks/supported/authentication-fw/trunk authentication-fw
svn checkout https://svn.apache.org/repos/asf/cocoon/blocks/supported/session-fw/trunk session-fw
or something else?
And how will the checked out blocks relate to the external links in my checked out trunk? I would assume that it is just two unrelated copies of the same code or will they be related in some way?
Sorry for not reading the code and finding out my self, but it seemed easier to ask ;)
/Daniel
