svn commit: r1492402 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/

2013-06-12 Thread lukaszlenart
Author: lukaszlenart
Date: Wed Jun 12 19:57:40 2013
New Revision: 1492402

URL: http://svn.apache.org/r1492402
Log:
WW-4097 Updates JavaDoc to match current implementations

Modified:

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DateRangeFieldValidator.java

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DoubleRangeFieldValidator.java

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/IntRangeFieldValidator.java

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/ShortRangeFieldValidator.java

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/StringLengthFieldValidator.java

Modified: 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DateRangeFieldValidator.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DateRangeFieldValidator.java?rev=1492402&r1=1492401&r2=1492402&view=diff
==
--- 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DateRangeFieldValidator.java
 (original)
+++ 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DateRangeFieldValidator.java
 Wed Jun 12 19:57:40 2013
@@ -85,11 +85,35 @@ import java.lang.annotation.Target;
  *  Date property.  The minimum the date must be. 

  * 
  * 
+ * minExpression
+ * no
+ *  
+ * OGNL expression used to obtain the minimum the 
date must be.
+ * 
+ * 
  *  max 
  *  no 
  *  
  *  Date property.  The maximum date can be. 
  * 
+ * 
+ * maxExpression
+ * no
+ *  
+ * OGNL expression used to obtain the maximum date 
can be.
+ * 
+ * 
+ * maxExpression
+ * no
+ *  
+ * OGNL expression used to obtain the maximum date 
can be.
+ * 
+ * 
+ * dateFormat
+ * no
+ *  
+ * Format used to parse min/max value.
+ * 
  * 
  *
  * If neither min nor max is set, nothing will be 
done.
@@ -131,7 +155,7 @@ public @interface DateRangeFieldValidato
 String maxExpression() default "";
 
 /**
- * Date format used to parse min and mac value
+ * Date format used to parse min and max value
  */
 String dateFormat() default "";
 

Modified: 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DoubleRangeFieldValidator.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DoubleRangeFieldValidator.java?rev=1492402&r1=1492401&r2=1492402&view=diff
==
--- 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DoubleRangeFieldValidator.java
 (original)
+++ 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/DoubleRangeFieldValidator.java
 Wed Jun 12 19:57:40 2013
@@ -86,23 +86,47 @@ import java.lang.annotation.Target;
  *  Double property.  The inclusive minimum the 
number must be. 
  * 
  * 
+ * minInclusiveExpression
+ * no
+ *  
+ * OGNL expression used to obtain the inclusive 
minimum the number must be. 
+ * 
+ * 
  *  maxInclusive 
  *  no 
  *  
  *  Double property.  The inclusive maximum number 
can be. 
  * 
  * 
+ *  maxInclusiveExpression 
+ *  no 
+ *  
+ * OGNL expression used to obtain the inclusive 
maximum number can be. 
+ * 
+ * 
  *  minExclusive 
  *  no 
  *  
  *  Double property.  The exclusive minimum the 
number must be. 
  * 
  * 
+ *  minExclusiveExpression 
+ *  no 
+ *  
+ * OGNL expression used to obtain the exclusive 
minimum the number must be. 
+ * 
+ * 
  *  maxExclusive 
  *  no 
  *  
  *  Double property.  The exclusive maximum number 
can be. 
  * 
+ * 
+ *  maxExclusiveExpression 
+ *  no 
+ *  
+ * OGNL expression used to obtain the exclusive 
maximum number can be. 
+ * 
  * 
  *
  * If neither min nor max is set, nothing will be 
done.

Modified: 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/IntRangeFieldValidator.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/IntRangeFieldValidator.java?rev=1492402&r1=1492401&r2=1492402&view=diff
==
--- 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/IntRangeFieldValidator.java
 (original)
+++ 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/validator/annotations/IntRangeFieldValidator.java
 Wed Jun 12 19:57:40 2013
@@ -83,13 +83,25 @@ import java.lang.annotation.Target;
  *  min 
  *  no 
  *  
- *  Integer property. The minimum th

[CONF] Confluence Changes in the last 24 hours

2013-06-12 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache Bigtop (https://cwiki.apache.org/confluence/display/BIGTOP)

Pages
-
How to install Hadoop distribution from Bigtop 0.6.0 edited by  mackrorysd  
(05:41 PM)
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop+0.6.0



Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
Weather edited by  davsclaus  (11:25 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Weather

Geocoder edited by  davsclaus  (10:47 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Geocoder



Apache Cayenne (https://cwiki.apache.org/confluence/display/CAY)

Pages
-
Board Report June 2013 edited by  andrus  (04:41 AM)
https://cwiki.apache.org/confluence/display/CAY/Board+Report+June+2013



Apache Open Climate Workbench 
(https://cwiki.apache.org/confluence/display/CLIMATE)

Pages
-
Easy-RCMET edited by  skhudiky  (07:50 PM)
https://cwiki.apache.org/confluence/display/CLIMATE/Easy-RCMET

Apache Open Climate Workbench UI - Installation edited by  ahart  (06:38 PM)
https://cwiki.apache.org/confluence/display/CLIMATE/Apache+Open+Climate+Workbench+UI+-+Installation

Open Climate Workbench API summary edited by  boustani  (04:17 PM)
https://cwiki.apache.org/confluence/display/CLIMATE/Open+Climate+Workbench+API+summary



Apache Cloudstack (https://cwiki.apache.org/confluence/display/CLOUDSTACK)

Pages
-
Palo Alto Firewall Integration edited by  wstevens  (04:04 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Palo+Alto+Firewall+Integration

Apache CloudStack Weekly News - 17 June 2013 created by mormullins (03:50 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Apache+CloudStack+Weekly+News+-+17+June+2013

Apache CloudStack Weekly News - 10 June 2013 edited by  mormullins  (08:09 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Apache+CloudStack+Weekly+News+-+10+June+2013

Scaling-up CPU and RAM for running VMs edited by  prashantkm  (07:10 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Scaling-up+CPU+and+RAM+for+running+VMs

CloudStack Books created by sebgoa (06:05 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Books

Egress firewall rules - Ability to change the default created by jayapal (03:29 
AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Egress+firewall+rules+-+Ability+to+change+the+default

Database Creator edited by  dahn  (05:12 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Database+Creator



Apache CXF Documentation (https://cwiki.apache.org/confluence/display/CXF20DOC)

Pages
-
FeaturesList edited by  dkulp  (01:08 PM)
https://cwiki.apache.org/confluence/display/CXF20DOC/FeaturesList

Annotations edited by  dkulp  (01:05 PM)
https://cwiki.apache.org/confluence/display/CXF20DOC/Annotations



Apache Hive (https://cwiki.apache.org/confluence/display/Hive)

Pages
-
Fix Hive Unit Tests on Hadoop 2 - HIVE-3949 edited by  bro...@gmail.com  (01:53 
PM)
https://cwiki.apache.org/confluence/display/Hive/Fix+Hive+Unit+Tests+on+Hadoop+2+-+HIVE-3949



Apache Labs (https://cwiki.apache.org/confluence/display/labs)

Pages
-
Physical pages edited by  elecharny  (05:55 AM)
https://cwiki.apache.org/confluence/display/labs/Physical+pages



Apache Mesos (https://cwiki.apache.org/confluence/display/MESOS)

Pages
-
Index edited by  chrismattmann  (10:26 PM)
https://cwiki.apache.org/confluence/display/MESOS/Index

Release Process created by chrismattmann (10:19 PM)
https://cwiki.apache.org/confluence/display/MESOS/Release+Process



OFBiz Project Administration Workspace 
(https://cwiki.apache.org/confluence/display/OFBADMIN)

Pages
-
A New Application Framework Design edited by  adrianc  (06:06 AM)
https://cwiki.apache.org/confluence/display/OFBADMIN/A+New+Application+Framework+Design

Security created by adrianc (06:01 AM)
https://cwiki.apache.org/confluence/display/OFBADMIN/Security



Apache OpenOffice Community 
(https://cwiki.apache.org/confluence/display/OOOUSERS)

Pages
-
Product Logo Use edited by  pescetti  (03:56 AM)
htt

svn commit: r1492531 - in /struts/site/trunk: README build_cms.sh scripts/ scripts/update-draft-docs.sh

2013-06-12 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Jun 13 05:56:31 2013
New Revision: 1492531

URL: http://svn.apache.org/r1492531
Log:
INFRA-6350 Prepares script to periodically update Draft Docs

Added:
struts/site/trunk/README
struts/site/trunk/build_cms.sh
struts/site/trunk/scripts/
struts/site/trunk/scripts/update-draft-docs.sh

Added: struts/site/trunk/README
URL: http://svn.apache.org/viewvc/struts/site/trunk/README?rev=1492531&view=auto
==
--- struts/site/trunk/README (added)
+++ struts/site/trunk/README Thu Jun 13 05:56:31 2013
@@ -0,0 +1,7 @@
+This project is used to update main Apache Struts website 
http://struts.apache.org/
+On each commit site is rebuild and available at 
http://struts.staging.apache.org/
+You must manually push changes to production via CMS.
+
+Site is generated by Maven and uses xdoc either markdown format.
+
+There is also additional build_cms.sh script used right now only to update 
Draft docs available http://struts.apache.org/development/2.x/

Added: struts/site/trunk/build_cms.sh
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/build_cms.sh?rev=1492531&view=auto
==
--- struts/site/trunk/build_cms.sh (added)
+++ struts/site/trunk/build_cms.sh Thu Jun 13 05:56:31 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Update draft docs
+scripts/update-draft-docs.sh

Added: struts/site/trunk/scripts/update-draft-docs.sh
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/scripts/update-draft-docs.sh?rev=1492531&view=auto
==
--- struts/site/trunk/scripts/update-draft-docs.sh (added)
+++ struts/site/trunk/scripts/update-draft-docs.sh Thu Jun 13 05:56:31 2013
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+# This script is used to periodically update Development version of docs - 
Draft docs
+# The docs are available here http://struts.apache.org/development/2.x/docs/
+
+svn co 
https://svn.apache.org/repos/infra/websites/production/struts/content/development/2.x/docs
 struts2-draft-docs --no-auth-cache
+
+# Grab docs from Confluence
+wget -erobots=off -nH -nv -E -L --directory-prefix=cwiki 
--no-check-certificate -r https://cwiki.apache.org/WW/
+
+# Remove the old docs
+rm -R struts2-draft-docs/*
+
+# Move the new docs
+mv cwiki/WW/* struts2-draft-docs/
+
+cd struts2-draft-docs
+
+touch PLACEHOLDER
+
+# Check for changes
+DIFF=`svn status`
+if [ -n "$DIFF" ]; then
+# echo "Changes detected - add and commit"
+# Add all the file
+svn add ./ --force
+# Commit changes
+svn commit -m "Updates draft docs" --no-auth-cache
+fi
+
+cd ..
+
+# Cleanup
+rm -R struts2-draft-docs
+rm -R cwiki
+
+# echo "Success!"




svn commit: r865507 - in /websites/staging/struts/trunk/content: ./ dev/

2013-06-12 Thread buildbot
Author: buildbot
Date: Thu Jun 13 05:58:10 2013
New Revision: 865507

Log:
Staging update by buildbot for struts

Modified:
websites/staging/struts/trunk/content/   (props changed)
websites/staging/struts/trunk/content/announce-2002.html
websites/staging/struts/trunk/content/announce-2003.html
websites/staging/struts/trunk/content/announce-2004.html
websites/staging/struts/trunk/content/announce-2005.html
websites/staging/struts/trunk/content/announce-2006.html
websites/staging/struts/trunk/content/announce-2007.html
websites/staging/struts/trunk/content/announce-2008.html
websites/staging/struts/trunk/content/announce-2009.html
websites/staging/struts/trunk/content/announce-2010.html
websites/staging/struts/trunk/content/announce-2011.html
websites/staging/struts/trunk/content/announce-2012.html
websites/staging/struts/trunk/content/announce.html
websites/staging/struts/trunk/content/dev/builds.html
websites/staging/struts/trunk/content/dev/bylaws.html
websites/staging/struts/trunk/content/dev/dev-mail.html
websites/staging/struts/trunk/content/dev/minutes.html
websites/staging/struts/trunk/content/dev/releases.html
websites/staging/struts/trunk/content/dev/site.html
websites/staging/struts/trunk/content/dev/volunteers.html
websites/staging/struts/trunk/content/download.html
websites/staging/struts/trunk/content/downloads.html
websites/staging/struts/trunk/content/faqs.html
websites/staging/struts/trunk/content/helping.html
websites/staging/struts/trunk/content/index.html
websites/staging/struts/trunk/content/javadoc.html
websites/staging/struts/trunk/content/kickstart.html
websites/staging/struts/trunk/content/mail.html
websites/staging/struts/trunk/content/primer.html
websites/staging/struts/trunk/content/release-checklist.html
websites/staging/struts/trunk/content/roadmap.html
websites/staging/struts/trunk/content/security.html
websites/staging/struts/trunk/content/struts1eol-announcement.html
websites/staging/struts/trunk/content/struts1eol-press.html

Propchange: websites/staging/struts/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 05:58:10 2013
@@ -1 +1 @@
-1489475
+1492531

Modified: websites/staging/struts/trunk/content/announce-2002.html
==
--- websites/staging/struts/trunk/content/announce-2002.html (original)
+++ websites/staging/struts/trunk/content/announce-2002.html Thu Jun 13 
05:58:10 2013
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 
 Announcements - 2002 and prior
@@ -54,7 +54,7 @@
 
 
 
-  Last Published: 2013-06-04
+  Last Published: 2013-06-13
   
 
 

Modified: websites/staging/struts/trunk/content/announce-2003.html
==
--- websites/staging/struts/trunk/content/announce-2003.html (original)
+++ websites/staging/struts/trunk/content/announce-2003.html Thu Jun 13 
05:58:10 2013
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 
 Announcements - 2003
@@ -54,7 +54,7 @@
 
 
 
-  Last Published: 2013-06-04
+  Last Published: 2013-06-13
   
 
 

Modified: websites/staging/struts/trunk/content/announce-2004.html
==
--- websites/staging/struts/trunk/content/announce-2004.html (original)
+++ websites/staging/struts/trunk/content/announce-2004.html Thu Jun 13 
05:58:10 2013
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 
 Announcements - 2004
@@ -54,7 +54,7 @@
 
 
 
-  Last Published: 2013-06-04
+  Last Published: 2013-06-13
   
 
 

Modified: websites/staging/struts/trunk/content/announce-2005.html
==
--- websites/staging/struts/trunk/content/announce-2005.html (original)
+++ websites/staging/struts/trunk/content/announce-2005.html Thu Jun 13 
05:58:10 2013
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 
 Announcements - 2005
@@ -54,7 +54,7 @@
 
 
 
-  Last Published: 2013-06-04
+