Difference between revisions of "ESciDoc Development environment"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 7: Line 7:
escidoc project. Since there are dependencys between these repositorys, the usage of a single one shall be investigated.
escidoc project. Since there are dependencys between these repositorys, the usage of a single one shall be investigated.


<h4>Some ideas why using one repository instead of multiple ones</h4>
<h5>Some ideas why using one repository instead of multiple ones:</h5>


* Easier to checkout the whole escidoc-project
* Easier to checkout the whole escidoc-project

Revision as of 08:41, 17 October 2007


Subversion repository

Currently the developers are using multiple subversion repositorys for each of the components of the escidoc project. Since there are dependencys between these repositorys, the usage of a single one shall be investigated.

Some ideas why using one repository instead of multiple ones:
  • Easier to checkout the whole escidoc-project
  • External libraries can be checked in the repository. This ensures that every developer uses the same library and application server versions
  • build, dist and lib paths can be made relative, instead of using local_build.property files

Directory structure inside the single repository:


/escidoc
     /dev
         /src
              /citationmanager_service
                   /bin
                   /src
                   /resource
                   .
                   .
                   .
              .
              .
              .
         /build
         /dist
         /lib
         /ext
               /jboss
     /doc