You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/06/30 14:43:26 UTC

svn commit: r1141512 - in /servicemix/website/trunk/src/main/webapp: developers/ developers/source/ site/

Author: gertv
Date: Thu Jun 30 12:43:25 2011
New Revision: 1141512

URL: http://svn.apache.org/viewvc?rev=1141512&view=rev
Log:
Add building/source information for all the bits and pieces we have

Added:
    servicemix/website/trunk/src/main/webapp/developers/source/_source-locations.ssp
    servicemix/website/trunk/src/main/webapp/developers/source/_source.scaml
    servicemix/website/trunk/src/main/webapp/developers/source/archetypes-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/bundles-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/components-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/smx3-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/smx4-features-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/smx4-nmr-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/specs-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/utils-source.page
Modified:
    servicemix/website/trunk/src/main/webapp/developers/source.page
    servicemix/website/trunk/src/main/webapp/developers/source/documentation-source.page
    servicemix/website/trunk/src/main/webapp/developers/source/website-source.page
    servicemix/website/trunk/src/main/webapp/site/navigation.page

Modified: servicemix/website/trunk/src/main/webapp/developers/source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source.page?rev=1141512&r1=1141511&r2=1141512&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source.page (original)
+++ servicemix/website/trunk/src/main/webapp/developers/source.page Thu Jun 30 12:43:25 2011
@@ -5,18 +5,28 @@ title: Source
 At the Apache ServiceMix project, we are maintaining a few versions of ServiceMix, each of which has its own set of modules, components, ...
 The information on this page will show you where the source code lives for all these different bits and pieces, as well as provide you with instructions on how to build the projects.
 
-h2. ServiceMix 3.x
+h2. [ServiceMix 3.x|smx3-source]
 
-//TODO: write something about this
+ServiceMix 3.x consists of a number of different subprojects that need to be built independently:
+* [ServiceMix Utils|utils-source]: a set of utility classes, shared between ServiceMix 3, ServiceMix 4 and the JBI components
+* [ServiceMix Components|components-source]: the JBI component set shipped with ServiceMix 3
+* [ServiceMix 3|smx3-source]: ServiceMix 3 JBI container implementation
+* [ServiceMix Archetypes|archetypes-source]: a set of Maven archetypes
+
+h2. [ServiceMix 4.x|smx4-features-source]
+
+ServiceMix 4.x consists of a number of different subprojects that need to be built independently:
+* [ServiceMix Utils|utils-source]: a set of utility classes, shared between ServiceMix 3, ServiceMix 4 and the JBI components
+* [ServiceMix Components|components-source]: the JBI component set shipped with ServiceMix 4
+* [ServiceMix Bundles|bundles-source]: a set of OSGi bundles for all kinds of dependency JARs
+* [ServiceMix Specs|specs-source]: a set of OSGi-fied and -enhanced versions for Java specifications like JAXB, JAX-RS, ...
+* [ServiceMix 4 NMR|smx4-nmr-source]: NMR and JBI implementation of ServiceMix 4
+* [ServiceMix 4 Features|smx4-features-source]: ServiceMix 4 container based on Apache Karaf
+* [ServiceMix Archetypes|archetypes-source]: a set of Maven archetypes
 
-h2. ServiceMix 4.x
-
-//TODO: write something about this
-
-h2. ServiceMix 5.x
-
-//TODO: write something about this
+h2. [ServiceMix 5.x|smx5-source]
 
+ServiceMix 5.x is our next major version of Apache ServiceMix.  Have a look at the road map to find out more about this project.
 
 h2. [Documentation|documentation-source]
 

Added: servicemix/website/trunk/src/main/webapp/developers/source/_source-locations.ssp
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/_source-locations.ssp?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/_source-locations.ssp (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/_source-locations.ssp Thu Jun 30 12:43:25 2011
@@ -0,0 +1,51 @@
+<%@ var svn: String %>
+<%@ var git: String %>
+
+h3. Web Browsing of SVN
+
+To browse the raw SVN repo, use the following URL:
+
+{panel}
+[http://svn.apache.org/repos/asf/servicemix/${svn}]
+{panel}
+
+To browse the SVN repo using [ViewVC|http://www.viewvc.org/], use the following URL:
+
+{panel}
+[http://svn.apache.org/viewvc/servicemix/documentation/trunk/]
+{panel}
+
+A hearty thanks to [Atlassian|http://atlassian.com/] for providing [FishEye|http://www.atlassian.com/software/fisheye/] hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:
+
+{panel}
+[http://fisheye6.cenqua.com/browse/servicemix/documentation/]
+{panel}
+
+h2. Checking out the Source Tree
+
+h3. Anonymous Checkout from the ServiceMix SVN Repo
+
+This project's SVN repository can be checked out anonymously using the following command:
+
+{panel}
+*{{svn co http://svn.apache.org/repos/asf/servicemix/documentation/trunk/}}*
+{panel}
+
+h3. Using the git mirror
+
+There was a git mirror set up for the documentation project at git://git.apache.org/servicemix-documentation.git.  Have a look at [http://wiki.apache.org/general/GitAtApache] for more information on working with the git mirrors.
+
+{panel}
+*{{git clone git://git.apache.org/servicemix-documentation.git}}*
+{panel}
+
+
+h3. Committer Checkout from the ServiceMix SVN Repo
+
+ServiceMix committers can check out using the following command:
+
+{panel}
+*{{svn co https://svn.apache.org/repos/asf/servicemix/documentation/trunk/}}*
+{panel}
+
+*Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.*

Added: servicemix/website/trunk/src/main/webapp/developers/source/_source.scaml
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/_source.scaml?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/_source.scaml (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/_source.scaml Thu Jun 30 12:43:25 2011
@@ -0,0 +1,58 @@
+-@ val overview: String
+-@ val building: String
+-@ val svn: String
+-@ val git: String
+
+= unescape(overview)
+
+%h2 Browsing the Source Tree
+
+%h3 Web Browsing of SVN
+%p To browse the raw SVN repo, use the following URL:
+%div.panel
+  %p
+    - var url = "http://svn.apache.org/repos/asf/servicemix/%s/trunk/".format(svn)
+    %a{:href => url}= url
+
+%p To browse the SVN repo using <a href="http://www.viewvc.org/">ViewVC</a>, use the following URL:
+%div.panel
+  %p
+    - url = "http://svn.apache.org/viewvc/servicemix/%s/trunk/".format(svn)
+    %a{:href => url}= url
+
+%p A hearty thanks to <a href="http://atlassian.com/">Atlassian</a> for providing <a href="http://www.atlassian.com/software/fisheye/">FishEye</a> hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:
+%div.panel
+  %p
+    - url = "http://fisheye6.cenqua.com/browse/servicemix/%s/".format(svn)
+    %a{:href => url}= url
+
+%h2 Checking out the Source Tree
+
+%h3 Anonymous Checkout from the ServiceMix SVN Repo
+%P This project's SVN repository can be checked out anonymously using the following command:
+%div.panel
+  %p
+    %strong
+      - url = "http://svn.apache.org/repos/asf/servicemix/%s/trunk/".format(svn)
+      %tt= "svn co %s".format(url)
+
+%h3 Using the git mirror
+%p There was a git mirror set up for the documentation project at git://git.apache.org/servicemix-documentation.git. <br/> Have a look at <a href="http://wiki.apache.org/general/GitAtApache">http://wiki.apache.org/general/GitAtApache</a> for more information on working with the git mirrors.
+
+%div.panel
+  %p
+    %strong
+      %tt= "git clone git://git.apache.org/%s.git".format(git)
+
+%h3 Committer Checkout from the ServiceMix SVN Repo
+%p ServiceMix committers can check out using the following command:
+%div.panel
+  %p
+    %strong
+      - url = "https://svn.apache.org/repos/asf/servicemix/%s/trunk/".format(svn)
+      %tt= "svn co %s".format(url)
+
+%p
+  %strong Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.
+
+= unescape(building)
\ No newline at end of file

Added: servicemix/website/trunk/src/main/webapp/developers/source/archetypes-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/archetypes-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/archetypes-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/archetypes-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,26 @@
+---
+title: ServiceMix Archetypes Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix Archetypes Project
+
+This project contains a set of Maven archetypes for generating JBI SU and SA as well as OSGi bundles for Camel and CXF integration solutions.
+
+--- name:building pipeline:conf
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-Archetypes/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "archetypes",
+                                                  "git" -> "servicemix-archetypes")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/bundles-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/bundles-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/bundles-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/bundles-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,31 @@
+---
+title: ServiceMix Bundles Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix Bundles Project
+
+The Bundles project contains OSGi-fied versions of popular Java JARs that we use for building ServiceMix 4.
+
+--- name:building pipeline:conf
+
+h2. Layout
+
+In the bundles project, every version of every JAR we tranform into an OSGi bundle has its own directory.
+There is a root pom.xml available to conveniently build SNAPSHOT versions of new bundles.
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-Bundles/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "smx4/bundles",
+                                                  "git" -> "servicemix4-bundles")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/components-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/components-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/components-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/components-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,37 @@
+---
+title: ServiceMix Components Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix Components Project
+
+The components project holds a set of JBI components that can be installed in both the ServiceMix 3 and ServiceMix 4 containers.
+
+--- name:building pipeline:conf
+
+h2. Project Layout
+The project contains 3 top-level directories:
+* {{shared-libraries}} contains the code for the {{servicemix-shared}} JBI Shared Library
+* {{engines}} contains 15 JBI Service Engines
+* {{bindings}} holds 13 JBI Binding Components
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h3. Source Code Checking
+
+There's a special profile called *{{sourcecheck}}* available to do more thorough source code checking during a build.
+Activate it by running *{{mvn -Psourcecheck clean install}}*.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-Components/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "components",
+                                                  "git" -> "servicemix-components")) %>

Modified: servicemix/website/trunk/src/main/webapp/developers/source/documentation-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/documentation-source.page?rev=1141512&r1=1141511&r2=1141512&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/documentation-source.page (original)
+++ servicemix/website/trunk/src/main/webapp/developers/source/documentation-source.page Thu Jun 30 12:43:25 2011
@@ -1,6 +1,6 @@
 ---
 title: Documentation Project
---- pipeline:conf
+--- name:overview pipeline:conf
 
 h1. Documentation Project
 
@@ -9,49 +9,7 @@ The ServiceMix documentation project aim
 It's currently used to generate the contents for:
 - ServiceMix 4.3-SNAPSHOT: [http://servicemix.apache.org/docs/4.3.0-SNAPSHOT/]
 
-h2. Browsing the Source Tree
-
-h3. Web Browsing of SVN
-
-To browse the raw SVN repo, use the following URL:
-
-{panel}
-[http://svn.apache.org/repos/asf/servicemix/documentation/trunk/]
-{panel}
-
-To browse the SVN repo using [ViewVC|http://www.viewvc.org/], use the following URL:
-
-{panel}
-[http://svn.apache.org/viewvc/servicemix/documentation/trunk/]
-{panel}
-
-h3. Web Browsing of FishEye
-
-A hearty thanks to [Atlassian|http://atlassian.com/] for providing [FishEye|http://www.atlassian.com/software/fisheye/] hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:
-
-{panel}
-[http://fisheye6.cenqua.com/browse/servicemix/documentation/]
-{panel}
-
-h2. Checking out the Source Tree
-
-h3. Anonymous Checkout from the ServiceMix SVN Repo
-
-This project's SVN repository can be checked out anonymously using the following command:
-
-{panel}
-*{{svn co http://svn.apache.org/repos/asf/servicemix/documentation/trunk/}}*
-{panel}
-
-h3. Committer Checkout from the ServiceMix SVN Repo
-
-ServiceMix committers can check out using the following command:
-
-{panel}
-*{{svn co https://svn.apache.org/repos/asf/servicemix/documentation/trunk/}}*
-{panel}
-
-*Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.*
+--- name:building pipeline:conf
 
 h2. Project layout
 The project is a basic Maven WAR project.  Some important directories and files in the project:
@@ -103,3 +61,12 @@ A Hudson build has been set up for trunk
 {note:title=No automatic deployment}
 At the moment, we're unable to deploy updates to the documentation automatically from the Hudson builds.
 {note}
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "documentation",
+                                                  "git" -> "servicemix-documentation")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/smx3-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/smx3-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/smx3-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/smx3-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,31 @@
+---
+title: ServiceMix 3 Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix 3 Project
+
+This project contains the JBI container implementation for the ServiceMix 3.x releases
+
+--- name:building pipeline:conf
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h3. Source Code Checking
+
+There's a special profile called *{{sourcecheck}}* available to do more thorough source code checking during a build.
+Activate it by running *{{mvn -Psourcecheck clean install}}*.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix3/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "smx3",
+                                                  "git" -> "servicemix3")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/smx4-features-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/smx4-features-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/smx4-features-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/smx4-features-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,32 @@
+---
+title: ServiceMix 4 Features Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix 4 Features Project
+
+The ServiceMix 4 Features Project contains:
+* the actual ServiceMix 4 container
+* the examples that come with the container
+* the Camel and CXF NMR component implementaions
+
+--- name:building pipeline:conf
+
+h2. Project layout
+
+h2. Building
+
+This project is a normal Maven build.
+Just use *{{mvn clean install}}* to build.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-Features/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "smx4/features",
+                                                  "git" -> "servicemix4-features")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/smx4-nmr-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/smx4-nmr-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/smx4-nmr-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/smx4-nmr-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,31 @@
+---
+title: ServiceMix 4 NMR Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix 4 NMR Project
+
+The ServiceMix 4 NMR Project contains two building blocks for ServiceMix 4:
+* NMR is a generic, lightweight OSGi messaging implementation, useful for e.g. interconnecting Camel routes across bundles
+* a JBI 1.0 compatibility layer built on top of the NMR to allow ServiceMix 4 to support JBI components and deployables
+
+--- name:building pipeline:conf
+
+h2. Project layout
+
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-NMR/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "smx4/nmr",
+                                                  "git" -> "servicemix4-nmr")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,22 @@
+---
+title: ServiceMix 5 Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix 5 Project
+
+ServiceMix 5 is the next major version of the Apache ServiceMix project.
+
+--- name:building pipeline:conf
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "smx5",
+                                                  "git" -> "servicemix5")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/specs-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/specs-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/specs-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/specs-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,27 @@
+---
+title: ServiceMix Specs Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix Specs Project
+
+The servicemix-specs project contains OSGi-fied versions of popular JSR-* specifications.
+It also contains helper classes to allow these specifications to lookup suitable implementations more efficiently in an OSGi environment.
+
+--- name:building pipeline:conf
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-Specs/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "smx4/specs",
+                                                  "git" -> "servicemix4-specs")) %>

Added: servicemix/website/trunk/src/main/webapp/developers/source/utils-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/utils-source.page?rev=1141512&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/utils-source.page (added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/utils-source.page Thu Jun 30 12:43:25 2011
@@ -0,0 +1,26 @@
+---
+title: ServiceMix Utils Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix Utils Project
+
+The servicemix-utils project holds the code for a set of classes that are common to ServiceMix 3, ServiceMix 4 and JBI components projects.
+
+--- name:building pipeline:conf
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to build.
+
+h2. Jenkins
+
+Jenkins CI build has been set up at [https://builds.apache.org/job/ServiceMix-Utils/]
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "utils",
+                                                  "git" -> "servicemix-utils")) %>

Modified: servicemix/website/trunk/src/main/webapp/developers/source/website-source.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/website-source.page?rev=1141512&r1=1141511&r2=1141512&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/website-source.page (original)
+++ servicemix/website/trunk/src/main/webapp/developers/source/website-source.page Thu Jun 30 12:43:25 2011
@@ -1,52 +1,13 @@
 ---
 title: Website Source
---- pipeline:conf
+--- name:overview pipeline:conf
 
 h1. Website Project
 
-h2. Browsing the Source Tree
+The website projects holds the code for our main website.
+The new website is currently work-in-progress and staged at http://servicemix.apache.org/staging
 
-h3. Web Browsing of SVN
-
-To browse the raw SVN repo, use the following URL:
-
-{panel}
-[http://svn.apache.org/repos/asf/servicemix/website/trunk/]
-{panel}
-
-To browse the SVN repo using [ViewVC|http://www.viewvc.org/], use the following URL:
-
-{panel}
-[http://svn.apache.org/viewvc/servicemix/website/trunk/]
-{panel}
-
-h3. Web Browsing of FishEye
-
-A hearty thanks to [Atlassian|http://atlassian.com/] for providing [FishEye|http://www.atlassian.com/software/fisheye/] hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:
-
-{panel}
-[http://fisheye6.cenqua.com/browse/servicemix/website/]
-{panel}
-
-h2. Checking out the Source Tree
-
-h3. Anonymous Checkout from the ServiceMix SVN Repo
-
-This project's SVN repository can be checked out anonymously using the following command:
-
-{panel}
-*{{svn co http://svn.apache.org/repos/asf/servicemix/website/trunk/}}*
-{panel}
-
-h3. Committer Checkout from the ServiceMix SVN Repo
-
-ServiceMix committers can check out using the following command:
-
-{panel}
-*{{svn co https://svn.apache.org/repos/asf/servicemix/website/trunk/}}*
-{panel}
-
-*Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.*
+--- name:building pipeline:conf
 
 h2. Building a new website
 
@@ -85,3 +46,12 @@ Before you run this command, ensure to c
 
 </settings>
 {pygmentize}
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_source.scaml", Map("overview" -> overview,
+                                                  "building" -> building,
+                                                  "svn" -> "website",
+                                                  "git" -> "servicemix-website")) %>

Modified: servicemix/website/trunk/src/main/webapp/site/navigation.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/site/navigation.page?rev=1141512&r1=1141511&r2=1141512&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/site/navigation.page (original)
+++ servicemix/website/trunk/src/main/webapp/site/navigation.page Thu Jun 30 12:43:25 2011
@@ -38,8 +38,6 @@ h3. [Community]
 h3. [Developers]
 
 - [Source]
-- [Building]
-- [Ideas]
 - [Becoming a committer]
 - [Committer's Guide]
 - [Release Guide]