Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1994 - in development/main/central/site/src/docs/about: community/process resources

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: tobias.wolf5 AT freenet.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1994 - in development/main/central/site/src/docs/about: community/process resources
  • Date: Tue, 08 Mar 2005 22:11:55 -0500

Author: tobias.wolf5 AT freenet.de
Date: Tue Mar 8 22:11:55 2005
New Revision: 1994

Modified:
development/main/central/site/src/docs/about/community/process/index.xml
development/main/central/site/src/docs/about/resources/build.xml
development/main/central/site/src/docs/about/resources/svn.xml
Log:
fixed some typos


Modified:
development/main/central/site/src/docs/about/community/process/index.xml
==============================================================================
--- development/main/central/site/src/docs/about/community/process/index.xml
(original)
+++ development/main/central/site/src/docs/about/community/process/index.xml
Tue Mar 8 22:11:55 2005
@@ -56,9 +56,9 @@
<subsection name="Code Ladder" >
<p>
We use an informal code ladder, which at the moment starts in the
- Laboratory (<a
href="http://paris.dpml.net/svn/development/laboratory";>
- /svn/development/laboratory</a>), then moves to Main, then QA and
- finally Production. Laboratory is a place where new part or
subsystems
+ Laboratory (<a
href="https://scm.dpml.net/repos/dpml/development/laboratory/";>
+ /development/laboratory</a>), then moves to Main, then QA and
+ finally Production. Laboratory is a place where new parts or
subsystems
are added first. If the community feels comfortable with it, it is
moved to Main, where the bulk of the development occurs. When there
is time for a release, the Main (or part of it) is moved to QA,
where

Modified: development/main/central/site/src/docs/about/resources/build.xml
==============================================================================
--- development/main/central/site/src/docs/about/resources/build.xml
(original)
+++ development/main/central/site/src/docs/about/resources/build.xml Tue
Mar 8 22:11:55 2005
@@ -13,7 +13,7 @@

<p>
The DPML platform has the four major product groups.
-To build respective products please incoke the follwing commands:
+To build respective products please invoke the following commands:
</p>

<pre>
@@ -31,6 +31,16 @@
build will exit with a failed condition and a message requesting
recommencement of the build. If you run transit target a second
time the build will continue as normal.
+
+For a complete build of the whole platform you can use a Utility script.
Windows users will execute <pre>build.bat</pre> and Linux users will execute
<pre>build.sh</pre>. The syntax for the usage is (in this case showing the
Usage for Linux, Windows will have to adapt) :
+<pre>
+$ cd main
+$ ./build.sh all 1234
+</pre>
+
+The first argument determines what will be build. Here 'all' is the keyword
to build the whole platform. The above listing is still valid (with all it
dependencies), so you can replace 'all' with 'transit' and the script will
build only the 'transit'-product.
+
+The second argument is optional and describes a build revision identifier.
</p>

</subsection>

Modified: development/main/central/site/src/docs/about/resources/svn.xml
==============================================================================
--- development/main/central/site/src/docs/about/resources/svn.xml
(original)
+++ development/main/central/site/src/docs/about/resources/svn.xml Tue
Mar 8 22:11:55 2005
@@ -27,7 +27,7 @@
</p>
<subsection name="DPML Repository" >
<p>Checkout the DPML codebase using the following svn
commandline:</p>
- <source>svn checkout
http://paris.dpml.net/svn/development/main</source>
+ <source>svn checkout
https://scm.dpml.net/repos/dpml/development/main/</source>
</subsection>
</section>




  • svn commit: r1994 - in development/main/central/site/src/docs/about: community/process resources, tobias . wolf5, 03/08/2005

Archive powered by MHonArc 2.6.24.

Top of Page