Felix Knecht schrieb: > I've still no commit access to the sandbox directory.
That's bad. Emmanuel, could you help please? > Never the less I started to adapt the doc "Build Apache Directory > Studio" and put it into the Apache Directory Sandbox [1] (I think that's the > way do to). > Just perfect, is the maven build already working? I am very curious :-) > Still some questions I couldn't find (or haven't seen) an answer in the docs: > > a) Which svn:keywords are set and used? Looking at some files I can see > different svn:keywords set, but they not always > seem to match with the references in the code. > > If no rule exists yet I'd like to suggest the following: > > svn:keyword Id > > /** > * Foo bar > * > * @author <a href="mailto:[email protected]">Apache Directory > Project</a> > * @version $Id: AbstractStudioMojo.java 350 2007-10-28 12:01:17Z felix $ > */ > Hm, I am not familiar with svn:keywords. However in our source file we use the following header: /** * ... * * @author <a href="mailto:[email protected]">Apache Directory Project</a> * @version $Rev$, $Date$ */ > b) I haven't found any documentation about project/modules/code which is done > automatically (e.g. maven reports, maven > site, JavaDocs, ...). > Is this all done either in the cwiki or packaged into a > downloadable/buildable distribution? > We have an ant task "javadoc" to generate Javadocs. But no other automatically generated docu. The other cwiki pages are created manually. > > c) Do any ideas about automated continuous integration exists, e.g. continuum? Yes, we have a continous build. Chris Custine set it up together with PAM. > > Regards > Felix > > [1] http://cwiki.apache.org/confluence/x/txEB
