Difference between revisions of "ESciDoc Development environment"

From MPDLMediaWiki
Jump to navigation Jump to search
(New page for dev environment revision)
 
Line 1: Line 1:
[[Category:eSciDoc]]
[[Category:eSciDoc]]
== Subversion repository ==
<h4>Some ideas why using one repository instead of multiple ones</h4>
* Easier to checkout the whole escidoc-project
* External libraries can be checked in the repository
* build, dist and lib paths can be made relative, instead of using local_build.property files
<pre>
/escidoc
    /dev
        /src
              /citationmanager_service
                  /bin
                  /src
                  /resource
                  .
                  .
                  .
              .
              .
              .
        /build
        /dist
        /lib
    /doc
</pre>

Revision as of 16:09, 16 October 2007


Subversion repository

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
  • build, dist and lib paths can be made relative, instead of using local_build.property files



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