You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/04 06:30:29 UTC

svn commit: r711182 - in /myfaces/extensions/validator/trunk: ./ component-support/generic-support/src/site/ component-support/generic-support/src/site/apt/ component-support/trinidad-support/src/site/ component-support/trinidad-support/src/site/apt/ c...

Author: lu4242
Date: Mon Nov  3 21:30:27 2008
New Revision: 711182

URL: http://svn.apache.org/viewvc?rev=711182&view=rev
Log:
EXTVAL-3 initial project site setup

Added:
    myfaces/extensions/validator/trunk/component-support/generic-support/src/site/
    myfaces/extensions/validator/trunk/component-support/generic-support/src/site/apt/
    myfaces/extensions/validator/trunk/component-support/generic-support/src/site/apt/index.apt
    myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/
    myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/apt/
    myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/apt/index.apt
    myfaces/extensions/validator/trunk/core/src/site/
    myfaces/extensions/validator/trunk/core/src/site/apt/
    myfaces/extensions/validator/trunk/core/src/site/apt/index.apt
    myfaces/extensions/validator/trunk/parent/src/
    myfaces/extensions/validator/trunk/parent/src/site/
    myfaces/extensions/validator/trunk/parent/src/site/apt/
    myfaces/extensions/validator/trunk/parent/src/site/apt/index.apt
    myfaces/extensions/validator/trunk/parent/src/site/site.xml   (with props)
    myfaces/extensions/validator/trunk/site/   (with props)
    myfaces/extensions/validator/trunk/site/pom.xml   (with props)
    myfaces/extensions/validator/trunk/site/src/
    myfaces/extensions/validator/trunk/site/src/site/
    myfaces/extensions/validator/trunk/site/src/site/apt/
    myfaces/extensions/validator/trunk/site/src/site/apt/index.apt
    myfaces/extensions/validator/trunk/site/src/site/site.xml   (with props)
    myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/
    myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/apt/
    myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/apt/index.apt
Modified:
    myfaces/extensions/validator/trunk/parent/pom.xml
    myfaces/extensions/validator/trunk/pom.xml

Added: myfaces/extensions/validator/trunk/component-support/generic-support/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/component-support/generic-support/src/site/apt/index.apt?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/component-support/generic-support/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/trunk/component-support/generic-support/src/site/apt/index.apt Mon Nov  3 21:30:27 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Validator Generic Support Module
+ ------
+
+Apache MyFaces Extensions Validator Generic Support Module Overview
+
+    Myfaces Extensions Validator Generic Support Module provides default support for jsf frameworks to use Myfaces Extensions Validator.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+    

Added: myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/apt/index.apt?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/trunk/component-support/trinidad-support/src/site/apt/index.apt Mon Nov  3 21:30:27 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Validator Trinidad Support Module
+ ------
+
+Apache MyFaces Extensions Validator Trinidad Support Module Overview
+
+    Myfaces Extensions Validator Trinidad Support Module provides trinidad support for use Myfaces Extensions Validator.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+    

Added: myfaces/extensions/validator/trunk/core/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/core/src/site/apt/index.apt?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/core/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/trunk/core/src/site/apt/index.apt Mon Nov  3 21:30:27 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Validator Core Module
+ ------
+
+Apache MyFaces Extensions Validator Core Module Overview
+
+    Myfaces Extensions Validator Core Module provides an stable api for add validation features to jsf applications.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+    

Modified: myfaces/extensions/validator/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/parent/pom.xml?rev=711182&r1=711181&r2=711182&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/parent/pom.xml (original)
+++ myfaces/extensions/validator/trunk/parent/pom.xml Mon Nov  3 21:30:27 2008
@@ -37,6 +37,7 @@
     <version>1.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Project Parent</name>
+    <url>http://myfaces.apache.org/extensions/validator12</url>
 
     <issueManagement>
         <system>jira</system>
@@ -192,7 +193,7 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.2</version>
                 <configuration>
-                    <configLocation>default/myfaces-checks-normal.xml</configLocation>
+                    <configLocation>default/myfaces-checks-standard.xml</configLocation>
                     <headerLocation>default/myfaces-header.txt</headerLocation>
                 </configuration>
             </plugin>
@@ -214,7 +215,7 @@
         </snapshotRepository>
         <site>
             <id>apache-site</id>
-            <url>scpexe://people.apache.org/www/myfaces.apache.org/extensions/validator</url>
+            <url>scpexe://people.apache.org/www/myfaces.apache.org/extensions/validator12</url>
         </site>
     </distributionManagement>
 

Added: myfaces/extensions/validator/trunk/parent/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/parent/src/site/apt/index.apt?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/parent/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/trunk/parent/src/site/apt/index.apt Mon Nov  3 21:30:27 2008
@@ -0,0 +1,8 @@
+ ------
+Overview
+ ------
+
+Apache Myfaces Extensions Validator for JSF 1.2
+
+  This project contains the artifacts compatible with jsf 1.2 for Myfaces Extensions Validator.
+

Added: myfaces/extensions/validator/trunk/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/parent/src/site/site.xml?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/parent/src/site/site.xml (added)
+++ myfaces/extensions/validator/trunk/parent/src/site/site.xml Mon Nov  3 21:30:27 2008
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+-->
+
+<project name="Apache MyFaces Extensions Validator for JSF 1.2">
+  <bannerLeft>
+    <name>Apache MyFaces</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/index.html</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>  
+
+  <publishDate format="dd MMM yyyy"/>
+
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>1-SNAPSHOT</version>
+  </skin>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
+    </links>
+
+    <menu name="Apache MyFaces" inherit="top">
+      <item name="Overview"       href="http://myfaces.apache.org/index.html"/>
+      <item name="Download"       href="http://myfaces.apache.org/download.html"/>
+    </menu>
+
+    <menu name="Contents" inherit="top">
+        <item name="Myfaces Extensions Validator Main Site"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
+        <item name="Myfaces Extensions Validator for JSF 1.1"       href="http://myfaces.apache.org/extensions/validator11/index.html" collapse="true">
+            <item name="dummy"        href="dummy"/>
+        </item>
+        <item name="Myfaces Extensions Validator for JSF 1.2"   href="http://myfaces.apache.org/extensions/validator12/index.html">
+              <item name="Myfaces ExtVal Core API"              href="http://myfaces.apache.org/extensions/validator12/myfaces-extval-core/index.html"/>
+              <item name="Myfaces ExtVal Generic Support"       href="http://myfaces.apache.org/extensions/validator12/component-support-modules-project/myfaces-extval-generic-support/index.html"/>
+              <item name="Myfaces ExtVal Trinidad Support"      href="http://myfaces.apache.org/extensions/validator12/component-support-modules-project/myfaces-extval-trinidad-support/index.html"/>
+              <item name="Myfaces ExtVal Property Validation"   href="http://myfaces.apache.org/extensions/validator12/validation-modules-project/myfaces-extval-property-validation/index.html"/>
+        </item>
+    </menu>
+	
+    <menu name="Documentation">
+      <item name="About"         href="index.html"/>
+    </menu>
+
+    <menu ref="reports"/>
+
+    <menu name="Foundation" inherit="bottom">
+      <item name="ASF"            href="http://www.apache.org/" />
+      <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+  </body>
+</project>

Propchange: myfaces/extensions/validator/trunk/parent/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/extensions/validator/trunk/parent/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/extensions/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/pom.xml?rev=711182&r1=711181&r2=711182&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/pom.xml (original)
+++ myfaces/extensions/validator/trunk/pom.xml Mon Nov  3 21:30:27 2008
@@ -27,7 +27,16 @@
     <version>${build.version}</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Module</name>
-    <url>http://myfaces.apache.org/extensions/validator</url>
+    <url>http://myfaces.apache.org/extensions/validator12</url>
+
+    <!-- WARNING: DO NOT GENERATE SITE FROM HERE DIRECTLY
+    Since this project has an async release procedure (not
+    all modules should be released at once), the parent pom.xml 
+    is not this (there is a module for that). Use maven site 
+    plugin here cause problems when the site is generated.
+    The procedure must execute site commmand first on parent 
+    module and then on each module listed below. 
+     -->
 
     <modules>
         <module>parent</module>

Propchange: myfaces/extensions/validator/trunk/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov  3 21:30:27 2008
@@ -0,0 +1,10 @@
+target
+.classpath
+.project
+.wtpmodules
+*.ipr
+*.iml
+*.iws
+.settings
+maven-eclipse.xml
+.externalToolBuilders

Added: myfaces/extensions/validator/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/site/pom.xml?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/site/pom.xml (added)
+++ myfaces/extensions/validator/trunk/site/pom.xml Mon Nov  3 21:30:27 2008
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.myfaces</groupId>
+        <artifactId>myfaces</artifactId>
+        <version>6</version>
+    </parent>
+    <groupId>org.apache.myfaces.extensions.validator</groupId>
+    <artifactId>myfaces-extval-site</artifactId>
+    <version>1.2.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Apache MyFaces Extensions-Validator</name>
+    <url>http://myfaces.apache.org/extensions/validator</url>
+
+    <build>
+        <defaultGoal>site</defaultGoal>
+        <extensions>
+          <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh-external</artifactId>
+            <version>1.0-alpha-5</version>
+          </extension>
+        </extensions>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/trunk/site</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/trunk/site</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/extensions/validator/trunk/site</url>
+    </scm>
+    <distributionManagement>
+      <site>
+        <id>apache-site</id>
+        <name>Apache Website</name>
+        <url>scpexe://people.apache.org/www/myfaces.apache.org/extensions/validator</url>
+      </site>
+    </distributionManagement>
+
+</project>

Propchange: myfaces/extensions/validator/trunk/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/extensions/validator/trunk/site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/extensions/validator/trunk/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/site/src/site/apt/index.apt?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/site/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/trunk/site/src/site/apt/index.apt Mon Nov  3 21:30:27 2008
@@ -0,0 +1,18 @@
+ ------
+Apache MyFaces Extensions Validator
+ ------
+
+Apache MyFaces Extensions Validator Overview
+
+    Myfaces Extensions Validator provide a framework for validation in jsf.
+  
+    It uses annotations on the managed beans to define which fields needs validation and how this should be handled. 
+It has a pluggable architecture, so it is possible to add new validation modules or provide compatibility with jsf
+frameworks like trinidad.
+
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+    A release is not available yet, but you can checkout the code using svn {{{http://svn.apache.org/repos/asf/myfaces/extensions/validator}Here}}.
+  
+    

Added: myfaces/extensions/validator/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/site/src/site/site.xml?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/site/src/site/site.xml (added)
+++ myfaces/extensions/validator/trunk/site/src/site/site.xml Mon Nov  3 21:30:27 2008
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+-->
+
+<project name="Apache Myfaces Extensions Validator">
+  <bannerLeft>
+    <name>Apache MyFaces</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/index.html</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>  
+
+  <publishDate format="dd MMM yyyy"/>
+
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>1-SNAPSHOT</version>
+  </skin>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
+    </links>
+
+    <menu name="Apache MyFaces" inherit="top">
+      <item name="Overview"       href="http://myfaces.apache.org/index.html"/>
+      <item name="Download"       href="http://myfaces.apache.org/download.html"/>
+    </menu>
+
+    <menu name="Contents" inherit="top">
+        <item name="Myfaces Extensions Validator Main Site"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
+        <item name="Myfaces Extensions Validator for JSF 1.1"       href="http://myfaces.apache.org/extensions/validator11/index.html" collapse="true">
+            <item name="dummy"        href="dummy"/>
+        </item>
+        <item name="Myfaces Extensions Validator for JSF 1.2"       href="http://myfaces.apache.org/extensions/validator12/index.html" collapse="true">
+            <item name="dummy"        href="dummy"/>
+        </item>
+    </menu>
+
+    <menu name="Documentation">
+      <item name="About"         href="index.html"/>
+    </menu>
+
+    <menu ref="reports"/>
+
+    <menu name="Foundation" inherit="top">
+      <item name="ASF"            href="http://www.apache.org/" />
+      <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+  </body>
+</project>

Propchange: myfaces/extensions/validator/trunk/site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/extensions/validator/trunk/site/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/apt/index.apt?rev=711182&view=auto
==============================================================================
--- myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/trunk/validation-modules/property-validation/src/site/apt/index.apt Mon Nov  3 21:30:27 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Property Validation Module
+ ------
+
+Apache MyFaces Extensions Property Validation Module Overview
+
+    Myfaces Extensions Validator Property Validation provides validation using annotations on managed beans for jsf applications.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+