You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2005/11/18 00:57:09 UTC

svn commit: r345370 - in /jakarta/commons/sandbox/scxml/trunk/xdocs: building.xml navigation.xml

Author: rahul
Date: Thu Nov 17 15:57:05 2005
New Revision: 345370

URL: http://svn.apache.org/viewcvs?rev=345370&view=rev
Log:
Add a section on "Building Commons SCXML".

Based on IO's rendition of the corresponding page, with minor changes.

Added:
    jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml   (with props)
Modified:
    jakarta/commons/sandbox/scxml/trunk/xdocs/navigation.xml

Added: jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml?rev=345370&view=auto
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml (added)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml Thu Nov 17 15:57:05 2005
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2002-2005 The Apache Software Foundation.
+ 
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+  <title>Building Commons SCXML</title>
+  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Overview">
+<p>
+  Commons SCXML uses <a href="http://maven.apache.org">Maven</a> or
+  <a href="http://ant.apache.org">Ant</a> as a build system.
+</p>
+</section>
+<!-- ================================================== -->
+<section name="Maven Goals">
+  <p>
+    To build a jar file, change into SCXML's root directory and run "maven jar".
+    The result will be in the "target" subdirectory.
+  </p>
+  <p>
+    To build the Javadocs, run "maven javadoc".
+    The result will be in "target/docs/apidocs".
+  </p>
+  <p>
+    To build the full website, run "maven site". You will need to fetch the
+    <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/">commons-build</a>
+    directory to build the full website, and place it as a sibling directory of
+    SCXML's root directory. The result will be in "target/docs".
+  </p>
+</section>
+<!-- ================================================== -->
+<section name="Ant Goals">
+  <p>
+    To build a jar file, change into SCXML's root directory and run "ant jar".
+    The result will be in the "target" subdirectory.
+  </p>
+  <p>
+    To build the Javadocs, run "ant javadoc".
+    The result will be in "dist/docs".
+  </p>
+</section>
+<!-- ================================================== -->
+</body>
+</document>

Propchange: jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/scxml/trunk/xdocs/building.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/navigation.xml?rev=345370&r1=345369&r2=345370&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/navigation.xml Thu Nov 17 15:57:05 2005
@@ -20,6 +20,9 @@
   <body>
     <menu         name="Commons SCXML Resources">
 
+      <item       name="Building"                      
+                  href="/building.html" />
+
       <item       name="Usecases"                      
                   href="/usecases.html"
               collapse="true">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org