Author: jbonofre
Date: Fri Jan 20 13:22:18 2012
New Revision: 1233896

URL: http://svn.apache.org/viewvc?rev=1233896&view=rev
Log:
Add EIK subprojects and fix typo

Added:
    karaf/site/trunk/src/main/webapp/index/subprojects/eik/
    karaf/site/trunk/src/main/webapp/index/subprojects/eik.page
    karaf/site/trunk/src/main/webapp/index/subprojects/eik/building.page
    karaf/site/trunk/src/main/webapp/index/subprojects/eik/download.page
    karaf/site/trunk/src/main/webapp/index/subprojects/eik/source.page
Modified:
    karaf/site/trunk/src/main/webapp/index/subprojects.page
    karaf/site/trunk/src/main/webapp/index/subprojects/cave.page
    karaf/site/trunk/src/main/webapp/index/subprojects/cave/building.page
    karaf/site/trunk/src/main/webapp/site/navigation.page

Modified: karaf/site/trunk/src/main/webapp/index/subprojects.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects.page?rev=1233896&r1=1233895&r2=1233896&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects.page (original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects.page Fri Jan 20 13:22:18 
2012
@@ -10,4 +10,5 @@ This section contains information about 
 
 * [Cave]
 * [Cellar]
+* [EIK]
 * [WebConsole]

Modified: karaf/site/trunk/src/main/webapp/index/subprojects/cave.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/cave.page?rev=1233896&r1=1233895&r2=1233896&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cave.page (original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/cave.page Fri Jan 20 
13:22:18 2012
@@ -6,7 +6,7 @@ page_modifier: jbonofre
 --- pipeline:conf
 h2. Karaf Cave
 
-provides an OSGi Bundle Repository (OBR) and Karaf
+Karaf Cave provides an OSGi Bundle Repository (OBR) and Karaf
 Features Repository (KFR).
 
 OBR provides a service that can automatically install a bundle, with its 
deployment dependencies, from a bundle

Modified: karaf/site/trunk/src/main/webapp/index/subprojects/cave/building.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/cave/building.page?rev=1233896&r1=1233895&r2=1233896&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cave/building.page 
(original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/cave/building.page Fri 
Jan 20 13:22:18 2012
@@ -13,7 +13,7 @@ h3. Prequisites
 *Required:*
 * Download and [install Maven 3.0.x|http://maven.apache.org/download.html]
 * Get the latest [Source|/subproject/cave/source.html] 
-* Java 1.r65
+* Java 1.6
 
 h3. A normal build
 

Added: karaf/site/trunk/src/main/webapp/index/subprojects/eik.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/eik.page?rev=1233896&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/eik.page (added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/eik.page Fri Jan 20 
13:22:18 2012
@@ -0,0 +1,29 @@
+---
+title: EIK
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Eclipse Integration for Karaf (EIK) 
+
+Apache Karaf EIK (Eclipse Integration for Karaf) is the integration of the 
Apache Karaf
+container and the Eclipse IDE.
+
+Notable features include:
+
+- Custom Eclipse perspective for Apache Karaf development: 
+-- places valuable Karaf runtime information in one location
+- Apache Karaf installation management in your workspace:
+-- Karaf installations are managed as workspace projects giving the developer 
visibility in to the runtime
+-- each Karaf installation is automatically synchronized with your workspace, 
including additional bundles, configuration files
+- Run and debug Karaf installations with a single Eclipse Launcher:
+-- the launch configuration allows developers to fine tune how Karaf will 
launch
+- Automatic deployment of workspace plugin projects:
+-- create plugin-projects and have them deployed automatically
+- Advanced instrumentation of the running Karaf instance:
+-- watch bundles deploy in real time and examine the OSGi service registry 
from within the Eclipse IDE
+- Access Eclipse platform IDE plugins from within a running Karaf instance:
+-- all Eclipse plugins are presented as an OBR
+
+h2. Quick Start
+

Added: karaf/site/trunk/src/main/webapp/index/subprojects/eik/building.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/eik/building.page?rev=1233896&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/eik/building.page (added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/eik/building.page Fri 
Jan 20 13:22:18 2012
@@ -0,0 +1,41 @@
+---
+title: Building
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Building 
+
+Karaf EIK uses [Maven|http://maven.apache.org/] as its build tool.
+
+h3. Prequisites
+
+*Required:*
+* Download and [install Maven 3.0.x|http://maven.apache.org/download.html]
+* Get the latest [Source|/subproject/cave/source.html] 
+* Java 1.6
+
+h3. A normal build
+
+{code}
+mvn install
+{code}
+
+h3. Doing a Quick Build
+
+The following avoids running all the unit test cases, we just skip the test 
running phase and not the building part
+{code}
+mvn -Dmaven.test.skip=true clean install
+{code}
+
+or
+
+{code}
+mvn -DskipTests clean install 
+{code}
+
+h3. Building source jars
+If you want to build jar files with the source code, that for instance Eclipse 
can important so you can debug the Karaf code as well. Then you can run this 
command from the karaf root folder:
+{code}
+mvn clean source:jar install -Dtest=false
+{code}

Added: karaf/site/trunk/src/main/webapp/index/subprojects/eik/download.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/eik/download.page?rev=1233896&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/eik/download.page (added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/eik/download.page Fri 
Jan 20 13:22:18 2012
@@ -0,0 +1,27 @@
+---
+title: EIK Download
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Latest Releases
+{section}
+
+{column:width=20%}
+{div:style=padding-right:20px;float:left;}
+!/images/karaf-box.png|width=256!
+{div}
+{column}
+
+{column:width=80%}
+{div:style=min-height:200px}
+
+Karaf EIK has not been released yet.
+
+h2. Keys
+The {{KEYS}} used to sign the release can be found 
[here|http://www.apache.org/dist/karaf/KEYS].
+
+h2. Snapshots
+If you want to give a try to the latest snapshots, they are available at the 
following location:
+  
https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/cave
+

Added: karaf/site/trunk/src/main/webapp/index/subprojects/eik/source.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/eik/source.page?rev=1233896&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/eik/source.page (added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/eik/source.page Fri Jan 
20 13:22:18 2012
@@ -0,0 +1,54 @@
+---
+title: Source
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Web Browsing of SVN
+
+To browse  via the web use the ViewVC interface:
+
+{panel}
+http://svn.apache.org/viewvc/karaf/eik/trunk/
+{panel}
+
+Or to browse the source tree directly:
+
+{panel}
+https://svn.apache.org/repos/asf/karaf/eik/trunk/
+{panel}
+
+h2. Checking out from SVN
+
+{code}
+svn co https://svn.apache.org/repos/asf/karaf/eik/trunk eik
+{code}
+
+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.
+
+h3. SVN and Eclipse
+
+See [this 
article|http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html]
 for getting started guides. Basically you need 
[subclipse|http://subclipse.tigris.org]
+
+h3. Branches
+
+We use the trunk for the next main release; then we use a branch for any bug 
fixes on the previous major release. You can look at all branches here
+
+https://svn.apache.org/repos/asf/karaf/eik/branches/
+
+h2. Using GIT-SVN
+
+A git-svn mirror is available.
+
+{code}
+PROJECT_NAME="karaf-eik"
+git clone git://git.apache.org/"$PROJECT_NAME"
+cd "$PROJECT_NAME"/.git; wget http://git.apache.org/authors.txt; cd ..
+git config svn.authorsfile ".git/authors.txt"
+git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches 
https://svn.apache.org/repos/asf/"$PROJECT_NAME";
+git svn rebase
+{code}
+
+h2. Building the code
+
+To then build the code see [Building|/index/subprojects/eik/building.html].

Modified: karaf/site/trunk/src/main/webapp/site/navigation.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/site/navigation.page?rev=1233896&r1=1233895&r2=1233896&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/site/navigation.page (original)
+++ karaf/site/trunk/src/main/webapp/site/navigation.page Fri Jan 20 13:22:18 
2012
@@ -64,6 +64,11 @@ h3. [Subprojects]
 -- User Guide 
([HTML|http://karaf.apache.org/manual/cellar/latest-2.2.x/user-guide/index.html]|[PDF|http://repo1.maven.org/maven2/org/apache/karaf/cellar/manual/2.2.2/manual-2.2.2.pdf])
 -- Architecture Guide 
([HTML|http://karaf.apache.org/manual/cellar/latest-2.2.x/architecture-guide/index.html]|[PDF|http://repo1.maven.org/maven2/org/apache/karaf/cellar/manual/2.2.2/manual-2.2.2.pdf])
 
+- [EIK]
+-- [Download|/index/subprojects/eik/download.html]
+-- [Source|/index/subprojects/eik/source.html]
+-- [Building|/index/subprojects/eik/building.html]
+
 - [WebConsole]
 -- [Download|/index/subprojects/webconsole/download.html]
 -- [Source|/index/subprojects/webconsole/source.html]


Reply via email to