You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/10/17 08:21:26 UTC

[3/3] git commit: first iteration of source.xml

first iteration of source.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/59b77a94
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/59b77a94
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/59b77a94

Branch: refs/heads/master
Commit: 59b77a940fc0aab3fad62c9d1378af6ea9175dce
Parents: a9fab05
Author: David Nalley <da...@gnsa.us>
Authored: Tue Oct 16 20:27:16 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Tue Oct 16 20:27:16 2012 -0400

----------------------------------------------------------------------
 cloud.spec            |    2 +-
 docs/en-US/source.xml |   37 +++++++++++++++++++++++++++++++++++++
 wscript_build         |    2 +-
 3 files changed, 39 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/59b77a94/cloud.spec
----------------------------------------------------------------------
diff --git a/cloud.spec b/cloud.spec
index 7e31edf..deaf1ca 100644
--- a/cloud.spec
+++ b/cloud.spec
@@ -38,7 +38,7 @@ Group:     System Environment/Libraries
 Source0:   %{name}-%{_ver}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{_ver}-%{release}-build
 
-BuildRequires: java-1.6.0-openjdk-devel
+BuildRequires: java-1.7.0-openjdk-devel
 BuildRequires: tomcat6
 BuildRequires: ws-commons-util
 BuildRequires: jpackage-utils

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/59b77a94/docs/en-US/source.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/source.xml b/docs/en-US/source.xml
new file mode 100644
index 0000000..ffa3d0c
--- /dev/null
+++ b/docs/en-US/source.xml
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
+%BOOK_ENTITIES;
+]>
+
+<!-- Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+-->
+
+<section id="sect-source">
+    <title>Building from Source</title>
+    <para>The official &PRODUCT; release is always in source code form. While there may
+        exist convenience binaries in various forms from a number of places, the
+        source is the canonical release will be source. In this document we'll cover 
+        acquiring the source release, building that into binary, deployable packages.
+    </para>
+    <xi:include href="getting-release.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+    <xi:include href="verifying-source.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="source-prereqs.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="build-deb-packages" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="build-rpm-packages" xmlns:xi="http://www.w3.org/2001/XInclude" />  
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/59b77a94/wscript_build
----------------------------------------------------------------------
diff --git a/wscript_build b/wscript_build
index 595b38f..1c12c61 100644
--- a/wscript_build
+++ b/wscript_build
@@ -432,7 +432,7 @@ def build_usage_dir ():
 
 
 # Get started to execute here
-build_utils_docs ()
+#build_utils_docs ()
 build_jars ()
 build_premium ()
 #build_thirdparty_dir()