You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by bu...@apache.org on 2016/10/28 21:13:15 UTC

svn commit: r1000078 - in /websites/staging/bval/trunk/content: ./ beanvalidation-tck.html jsr303-tck.html

Author: buildbot
Date: Fri Oct 28 21:13:15 2016
New Revision: 1000078

Log:
Staging update by buildbot for bval

Added:
    websites/staging/bval/trunk/content/beanvalidation-tck.html
Removed:
    websites/staging/bval/trunk/content/jsr303-tck.html
Modified:
    websites/staging/bval/trunk/content/   (props changed)

Propchange: websites/staging/bval/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Oct 28 21:13:15 2016
@@ -1 +1 @@
-1767078
+1767079

Added: websites/staging/bval/trunk/content/beanvalidation-tck.html
==============================================================================
--- websites/staging/bval/trunk/content/beanvalidation-tck.html (added)
+++ websites/staging/bval/trunk/content/beanvalidation-tck.html Fri Oct 28 21:13:15 2016
@@ -0,0 +1,218 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- 
+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. 
+-->
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <meta name="author" content="dev@bval.apache.org" />
+
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+  <META name="Description" content="Apache BVal -- JSR303 TCK" />
+  <META name="Keywords" content="Apache BVal Bean Validation JSR-303 JavaEE6" />
+  <META name="Owner" content="dev@bval.apache.org" />
+  <META name="Robots" content="index, follow" />
+  <META name="Security" content="Public" />
+  <META name="Source" content="wiki template" />
+  <META name="DC.Rights" content="Copyright � 2010-2012, The Apache Software Foundation" />
+
+  <!-- Le styles -->
+  <link href="./resources/css/bootstrap.css" rel="stylesheet">
+  <style type="text/css">
+    body {
+      padding-top: 60px;
+      padding-bottom: 40px;
+    }
+  </style>
+  <link href="./resources/css/bootstrap-responsive.css" rel="stylesheet">
+  <link href="./resources/css/bval.css" rel="stylesheet">
+
+  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+  <!--[if lt IE 9]>
+    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+
+  <!-- Fav and touch icons -->
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="shortcut icon" href="./resources/images/feather-small.png">
+
+  <title>Apache BVal</title>
+</head>
+
+<body>
+  <div class="navbar navbar-inverse navbar-fixed-top">
+    <div class="navbar-inner">
+      <div class="container">
+        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </a>
+        <a class="brand" href="./index.html"><img src=".//resources/images/bval-bean-small.png" alt="Apache BVal" title="Apache BVal" /></a>
+        <div class="nav-collapse collapse">
+          <ul class="nav">
+            <li><a href="./downloads.html">Downloads</a></li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="./samples.html">Samples</a></li>
+                <li><a href="./mvnsite/index.html">Generated Docs</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="https://svn.apache.org/repos/asf/bval/trunk">Source Code</a></li>
+                <li><a href="./coding-standards.html">Coding Standards</a></li>
+                <li><a href="./building.html">Building</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/BVAL">Issue Tracker</a></li>
+                <li><a href="./jsr303-tck.html">JSR303 TCK</a></li>
+                <li><a href="./automated-builds.html">Automated Builds</a></li>
+                <li><a href="./release-management.html">Release Management</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="./board-reports/index.html">Status</a></li>
+                <li><a href="./getting-involved.html">Getting Involved</a></li>
+                <li><a href="./people.html">People</a></li>
+                <li><a href="./mailing-lists.html">Mailing Lists</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="http://www.apache.org">Home</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+              </ul>
+            </li>
+          </ul>
+          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+            <input value="bval.apache.org" name="sitesearch" type="hidden" />
+            <input class="search-query" name="q" id="query" type="text" />
+          </form>
+          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+        </div><!--/.nav-collapse -->
+      </div>
+    </div>
+  </div>
+
+  <div class="container" id="BValContent_JSR303 TCK">
+
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><a name="JSR303TCK-HowtoobtaintheTCKfortesting"></a></p>
+<h3 id="how-to-obtain-the-tck-for-testing">How to obtain the TCK for testing<a class="headerlink" href="#how-to-obtain-the-tck-for-testing" title="Permanent link">&para;</a></h3>
+<p>The JSR303 Bean Validation TCK was created by <a href="http://www.jboss.org/">Red Hat/JBoss</a> and is
+available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>, which allows anyone
+to download and run the TCK without having to sign the Sun/ASF NDA.</p>
+<p>Please see the
+<a href="http://community.jboss.org/wiki/BeanValidationTCK">Bean Validation TCK</a>
+website for details on how to setup a local JBoss instance for running the TCK.
+The <code>bval-tck</code> module should be used to execute the TCK against Apache BVal.</p>
+<p><a name="JSR303TCK-StepstoruntheTCKagainstourimplementation"></a></p>
+<h3 id="steps-to-run-the-tck">Steps to run the TCK<a class="headerlink" href="#steps-to-run-the-tck" title="Permanent link">&para;</a></h3>
+<p>For the below build and TCK runs, it is assumed that you have the latest Sun
+1.6.0 JDK installed and set as the default Java implementation.</p>
+<p><a name="JSR303TCK-Standalone"></a></p>
+<h4 id="standalone">Standalone<a class="headerlink" href="#standalone" title="Permanent link">&para;</a></h4>
+<ol>
+<li>
+<p>Build the project and run the <a href="http://junit.org">JUnit</a> tests:</p>
+<div class="codehilite"><pre><span class="nb">cd </span>bval/trunk
+mvn clean install
+</pre></div>
+
+
+</li>
+<li>
+<p>Run the JBoss provided TCK in standalone mode -</p>
+<div class="codehilite"><pre><span class="nb">cd </span>bval/trunk/bval-tck
+mvn -Ptck
+</pre></div>
+
+
+</li>
+</ol>
+<p><a name="JSR303TCK-In-container"></a></p>
+<h4 id="in-container">In-container<a class="headerlink" href="#in-container" title="Permanent link">&para;</a></h4>
+<ol>
+<li>
+<p>Build the project and run the <a href="http://junit.org">JUnit</a> tests:</p>
+<div class="codehilite"><pre><span class="nb">cd </span>bval/trunk
+mvn clean install
+</pre></div>
+
+
+</li>
+<li>
+<p>Install <a href="http://www.jboss.org/jbossas">JBoss Application Server</a>; version
+ 5.1.0 or later.</p>
+</li>
+<li>Run the JBoss provided TCK in the in-container mode, against your JBoss AS
+ installation (where <code>$jbosshome</code> denotes the installation path):<div class="codehilite"><pre><span class="nb">cd </span>bval/trunk/bval-tck
+mvn -Ptck,incontainer -Djboss.home<span class="o">=</span><span class="nv">$jbosshome</span>
+</pre></div>
+
+
+</li>
+</ol>
+<p><a name="JSR303TCK-CertificationagainsttheJCPprovidedTCK"></a></p>
+<h3 id="certification-against-the-jcp-provided-tck">Certification against the JCP provided TCK<a class="headerlink" href="#certification-against-the-jcp-provided-tck" title="Permanent link">&para;</a></h3>
+<p><em>TBD</em> - Must we use the Sun/Oracle provided TCK for final certification testing?</p>
+
+  </div>
+
+  <hr>
+
+  <div class="container">
+    <footer>
+      <p>Copyright © 2010-2016 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+        View our <a href="./privacy-policy.html">privacy policy</a>.
+      </p>
+      <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
+      </p>
+    </footer>
+
+  </div> <!-- /container -->
+
+  <!-- Le javascript
+  ================================================== -->
+  <!-- Placed at the end of the document so the pages load faster -->
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="/resources/js/bootstrap.min.js"></script>
+
+</body>
+</html>