Author: buildbot
Date: Tue May 27 23:27:48 2014
New Revision: 910178
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/build.html
websites/staging/deltaspike/trunk/content/documentation.html
websites/staging/deltaspike/trunk/content/draft/index2.html
websites/staging/deltaspike/trunk/content/index.html
websites/staging/deltaspike/trunk/content/supporters.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 27 23:27:48 2014
@@ -1 +1 @@
-1597819
+1597900
Modified: websites/staging/deltaspike/trunk/content/build.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/build.html (original)
+++ websites/staging/deltaspike/trunk/content/build.html Tue May 27 23:27:48
2014
@@ -83,15 +83,14 @@
<li><a href="#introduction">Introduction</a><ul>
<li><a href="#full-build">Full build</a></li>
<li><a href="#build-with-test">Build with test</a></li>
-<li><a href="#build-example">Build example</a></li>
<li><a href="#integration-tests">Integration Tests</a><ul>
<li><a href="#tomee">TomEE</a></li>
-<li><a href="#jbossas7">JBossAS7</a><ul>
+<li><a href="#jboss-as7">JBoss AS7</a><ul>
<li><a href="#without-existing-as7">Without existing AS7</a></li>
<li><a href="#with-existing-as7">With existing AS7</a></li>
</ul>
</li>
-<li><a href="#jboss-wildfly8">JBoss WildFly8</a><ul>
+<li><a href="#wildfly-8">WildFly 8</a><ul>
<li><a href="#without-existing-wf8">Without existing WF8</a></li>
<li><a href="#with-existing-wf8">With existing WF8</a></li>
</ul>
@@ -129,13 +128,6 @@
</pre></div>
-<h2 id="build-example">Build example</h2>
-<div class="codehilite"><pre><span class="n">mvn</span> <span
class="n">clean</span> <span class="n">install</span> <span
class="o">-</span><span class="n">Pexamples</span> <span
class="o">-</span><span class="n">POWB</span> <span class="o">//</span><span
class="n">build</span> <span class="n">everything</span> <span
class="n">including</span> <span class="n">the</span> <span
class="n">examples</span> <span class="n">with</span> <span
class="n">OpenWebBeans</span>
-<span class="n">or</span>
-<span class="n">mvn</span> <span class="n">clean</span> <span
class="n">install</span> <span class="o">-</span><span
class="n">Pexamples</span> <span class="o">-</span><span class="n">PWeld</span>
<span class="o">//</span><span class="n">build</span> <span
class="n">everything</span> <span class="n">including</span> <span
class="n">the</span> <span class="n">examples</span> <span
class="n">with</span> <span class="n">Weld</span>
-</pre></div>
-
-
<h2 id="integration-tests">Integration Tests</h2>
<p>With the unpack Maven-Plugin all Arquillian-Tests get copied to the
integration-test module. Together with the special integration-tests they get
executed via a remote container. Currently we have configurations for the
following containers.</p>
<h3 id="tomee">TomEE</h3>
@@ -144,21 +136,21 @@
</pre></div>
-<h3 id="jbossas7">JBossAS7</h3>
+<h3 id="jboss-as7">JBoss AS7</h3>
<h4 id="without-existing-as7">Without existing AS7</h4>
-<p><strong>Executing the Arquillian tests with JBoss-AS7 (without AS7
installation)</strong></p>
+<p><strong>Executing the Arquillian tests with JBoss AS7 (without AS7
installation)</strong></p>
<div class="codehilite"><pre><span class="n">mvn</span> <span
class="n">clean</span> <span class="n">install</span> <span
class="o">-</span><span class="n">Pjbossas</span><span class="o">-</span><span
class="n">build</span><span class="o">-</span><span
class="n">managed</span><span class="o">-</span>7
</pre></div>
<h4 id="with-existing-as7">With existing AS7</h4>
<p>Set JBoss_HOME</p>
-<p><strong>Executing the Arquillian tests with JBoss-AS7 (AS7 installation
required)</strong></p>
+<p><strong>Executing the Arquillian tests with JBoss AS7 (AS7 installation
required)</strong></p>
<div class="codehilite"><pre><span class="n">mvn</span> <span
class="n">clean</span> <span class="n">install</span> <span
class="o">-</span><span class="n">Pjbossas</span><span class="o">-</span><span
class="n">managed</span><span class="o">-</span>7
</pre></div>
-<h3 id="jboss-wildfly8">JBoss WildFly8</h3>
+<h3 id="wildfly-8">WildFly 8</h3>
<h4 id="without-existing-wf8">Without existing WF8</h4>
<p><strong>Executing the Arquillian tests with JBoss-WF8 (without WF8
installation)</strong></p>
<div class="codehilite"><pre><span class="n">mvn</span> <span
class="n">clean</span> <span class="n">install</span> <span
class="o">-</span><span class="n">Pwildfly</span><span class="o">-</span><span
class="n">build</span><span class="o">-</span><span class="n">managed</span>
Modified: websites/staging/deltaspike/trunk/content/documentation.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation.html Tue May 27
23:27:48 2014
@@ -169,7 +169,7 @@ not provided out of the box by the CDI s
<li>Provide new scopes (Window Scope, ...),</li>
<li>Manage messages and configurations</li>
</ul>
-<p>The project is currently tested on different CDI implementations like
Apache OpenWebBeans and JBoss Weld, and also on different Java Web containers
like Apache TomEE or JavaEE, JBoss-AS7, Oracle GlassFish 3.1+, Oracle Weblogic
Server 12c.</p>
+<p>The project is currently tested on different CDI implementations like
Apache OpenWebBeans and JBoss Weld, and also on different Java Web containers
like Apache TomEE or JavaEE, JBoss AS7, Oracle GlassFish 3.1+, Oracle WebLogic
Server 12c.</p>
<h2 id="what-is-a-portable-cdi-extension">What is a portable CDI extension
?</h2>
<p>A portable CDI extension means that CDI itself can be extended. Such
extensions can be used with any spec. compliant CDI implementation. From the
user perspective, it means that you can simply drop in CDI extension jars into
your runtime e.g. to integrate third-party APIs with CDI or to improve existing
JavaEE-APIs.</p>
<p>The CDI Portable extensions SPI (Service Provider Interface) allows to
define additional beans, scopes, stereotypes, interceptors and decorators. The
SPI of CDI is a powerful vehicle for innovation and DeltaSpike is an example of
it.</p>
Modified: websites/staging/deltaspike/trunk/content/draft/index2.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/draft/index2.html (original)
+++ websites/staging/deltaspike/trunk/content/draft/index2.html Tue May 27
23:27:48 2014
@@ -86,8 +86,8 @@ developed and maintained by a wealthy co
<h2 id="portability">Portability</h2>
<p>We will also ensure true portability! We are testing DeltaSpike on
different CDI implementations like
Apache OpenWebBeans and JBoss Weld, and also on different Java EE servers like
-Apache Tomcat and TomEE, JBoss-AS7, Oracle GlassFish 3.1+, IBM Websphere 8.x,
-Oracle Weblogic Server 12c, Jetty, and others.</p>
+Apache Tomcat and TomEE, JBoss AS7, Oracle GlassFish 3.1+, IBM WebSphere 8.x,
+Oracle WebLogic Server 12c, Jetty, and others.</p>
<h2 id="community">Community</h2>
<p>For creating Apache DeltaSpike, we got many features contributed by
existing portable CDI extensions like Apache MyFaces CODI, JBoss Seam3 and
Modified: websites/staging/deltaspike/trunk/content/index.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/index.html (original)
+++ websites/staging/deltaspike/trunk/content/index.html Tue May 27 23:27:48
2014
@@ -87,7 +87,7 @@
<img src="resources/images/deltaspike-3words.png"/><p></p>
<img src="resources/images/ds-logo.png" width="350"
height="250"/><p></p>
<p>DeltaSpike consist of a number of portable CDI extensions that
provide useful features for Java application developers.</p>
- <p>We will also ensure true portability! We are testing DeltaSpike
on different CDI implementations like Apache OpenWebBeans and JBoss Weld, and
also on different Java EE servers like Apache Tomcat and TomEE, JBoss-AS7,
JBoss WildFly8, Oracle GlassFish 3.1+ and 4.x+, IBM Websphere 8.x, Oracle
Weblogic Server 12c, Jetty, and others.</p>
+ <p>We will also ensure true portability! We are testing DeltaSpike
on different CDI implementations like Apache OpenWebBeans and JBoss Weld, and
also on different Java EE servers like Apache Tomcat and TomEE, JBoss AS7,
WildFly 8, Oracle GlassFish 3.1+ and 4.x+, IBM WebSphere 8.x, Oracle WebLogic
Server 12c, Jetty, and others.</p>
<!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p>
-->
</div>
Modified: websites/staging/deltaspike/trunk/content/supporters.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/supporters.html (original)
+++ websites/staging/deltaspike/trunk/content/supporters.html Tue May 27
23:27:48 2014
@@ -112,7 +112,7 @@
</ul>
<p>So far we test the following environments on a regular basis (manually)</p>
<ul>
-<li>Weblogic Server 12c: <a href="http://www.c4j.be">c4j</a></li>
+<li>WebLogic Server 12c: <a href="http://www.c4j.be">c4j</a></li>
</ul>
<p>As soon as we have the corresponding config (and/or Arquillian Plugin)</p>
<ul>