[jira] [Commented] (TAP5-2065) Introduce support for MongoDB access as a service

2013-02-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571566#comment-13571566
 ] 

Hudson commented on TAP5-2065:
--

Integrated in tapestry-trunk-freestyle #1019 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1019/])
TAP5-2065 Publish MongoClient and DB as tapestry services (Revision 
dd299faef9d7e2021a0866bc473ca22f89a71a5e)
TAP5-2065 activate tapestry-mongodb module (Revision 
2327f7cd46a0dd52e05583f01d7f40d842b76fe1)

 Result = FAILURE
mlusetti : 
Files : 
* tapestry-mongodb/src/main/java/org/apache/tapestry5/mongodb/MongodbModule.java
* tapestry-mongodb/src/main/java/org/apache/tapestry5/mongodb/MongoDBSource.java
* 
tapestry-mongodb/src/test/java/org/apache/tapestry5/internal/mongodb/People.java
* tapestry-mongodb/src/main/java/org/apache/tapestry5/mongodb/MongoDB.java
* 
tapestry-mongodb/src/main/java/org/apache/tapestry5/internal/mongodb/MongoDBSourceImpl.java
* 
tapestry-mongodb/src/test/java/org/apache/tapestry5/internal/mongodb/MongoDBTestModule.java
* tapestry-mongodb/NOTICE.txt
* tapestry-mongodb/build.gradle
* tapestry-mongodb/src/test/groovy/MongoDBSpec.groovy
* 
tapestry-mongodb/src/main/java/org/apache/tapestry5/mongodb/MongoDBSymbols.java
* 
tapestry-mongodb/src/main/java/org/apache/tapestry5/internal/mongodb/MongoDBImpl.java
* tapestry-mongodb/src/test/conf/testng.xml
* tapestry-mongodb/LICENSE.txt

mlusetti : 
Files : 
* settings.gradle


> Introduce support for MongoDB access as a service
> -
>
> Key: TAP5-2065
> URL: https://issues.apache.org/jira/browse/TAP5-2065
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-ioc
>Reporter: Massimo Lusetti
>Assignee: Massimo Lusetti
>
> Provide infrastructure services to be able to access a MongoDB instance 
> through Tapestry5 services.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[2/3] git commit: update windows script... I know no one runs windows but...

2013-02-05 Thread mlusetti
update windows script... I know no one runs windows but...


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1e353b6b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1e353b6b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1e353b6b

Branch: refs/heads/master
Commit: 1e353b6bd7167338666bc3592d4de5277c5241e1
Parents: 60329ec
Author: Massimo Lusetti 
Authored: Thu Dec 20 19:10:07 2012 +0100
Committer: Massimo Lusetti 
Committed: Tue Feb 5 19:21:21 2013 +0100

--
 gradle/wrapper/gradle-wrapper.properties |2 +-
 gradlew.bat  |  180 
 2 files changed, 91 insertions(+), 91 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1e353b6b/gradle/wrapper/gradle-wrapper.properties
--
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 6abf25c..36e7a7d 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,4 +1,4 @@
-#Mon Dec 17 10:15:38 PST 2012
+#Thu Dec 20 19:06:17 CET 2012
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1e353b6b/gradlew.bat
--
diff --git a/gradlew.bat b/gradlew.bat
index 8a0b282..aec9973 100644
--- a/gradlew.bat
+++ b/gradlew.bat
@@ -1,90 +1,90 @@
-@if "%DEBUG%" == "" @echo off
-@rem ##
-@rem
-@rem  Gradle startup script for Windows
-@rem
-@rem ##
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS 
to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto init
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your 
PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto init
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:init
-@rem Get command-line arguments, handling Windowz variants
-
-if not "%OS%" == "Windows_NT" goto win9xME_args
-if "%@eval[2+2]" == "4" goto 4NT_args
-
-:win9xME_args
-@rem Slurp the command line arguments.
-set CMD_LINE_ARGS=
-set _SKIP=2
-
-:win9xME_args_slurp
-if "x%~1" == "x" goto execute
-
-set CMD_LINE_ARGS=%*
-goto execute
-
-:4NT_args
-@rem Get arguments from the 4NT Shell from JP Software
-set CMD_LINE_ARGS=%$
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% 
"-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" 
org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code 
instead of
-rem the _cmd.exe /c_ return code!
-if  not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
+@if "%DEBUG%" == "" @echo off
+@rem ##
+@rem
+@rem  Gradle startup script for Windows
+@rem
+@rem ##
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS 
to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your 
PATH.
+echo.
+

[3/3] git commit: TAP5-2065 activate tapestry-mongodb module

2013-02-05 Thread mlusetti
Updated Branches:
  refs/heads/master 60329ec10 -> 2327f7cd4


TAP5-2065 activate tapestry-mongodb module


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2327f7cd
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2327f7cd
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2327f7cd

Branch: refs/heads/master
Commit: 2327f7cd46a0dd52e05583f01d7f40d842b76fe1
Parents: dd299fa
Author: Massimo Lusetti 
Authored: Tue Feb 5 19:19:27 2013 +0100
Committer: Massimo Lusetti 
Committed: Tue Feb 5 19:21:22 2013 +0100

--
 settings.gradle |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2327f7cd/settings.gradle
--
diff --git a/settings.gradle b/settings.gradle
index 357585e..ee68d16 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
 include "plastic", "tapestry5-annotations", "tapestry-test", "tapestry-func", 
"tapestry-ioc", "tapestry-json", "tapestry-core"
 include "tapestry-hibernate-core", "tapestry-hibernate", "tapestry-jmx", 
"tapestry-upload", "tapestry-spring"
 include "tapestry-beanvalidator", "tapestry-yuicompressor", "tapestry-jpa", 
"tapestry-kaptcha"
-include "tapestry-javadoc", "quickstart", "tapestry-clojure"
+include "tapestry-javadoc", "quickstart", "tapestry-clojure", 
"tapestry-mongodb"
 



[jira] [Created] (TAP5-2065) Introduce support for MongoDB access as a service

2013-02-05 Thread Massimo Lusetti (JIRA)
Massimo Lusetti created TAP5-2065:
-

 Summary: Introduce support for MongoDB access as a service
 Key: TAP5-2065
 URL: https://issues.apache.org/jira/browse/TAP5-2065
 Project: Tapestry 5
  Issue Type: New Feature
  Components: tapestry-ioc
Reporter: Massimo Lusetti


Provide infrastructure services to be able to access a MongoDB instance through 
Tapestry5 services.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (TAP5-2065) Introduce support for MongoDB access as a service

2013-02-05 Thread Massimo Lusetti (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Massimo Lusetti reassigned TAP5-2065:
-

Assignee: Massimo Lusetti

> Introduce support for MongoDB access as a service
> -
>
> Key: TAP5-2065
> URL: https://issues.apache.org/jira/browse/TAP5-2065
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-ioc
>Reporter: Massimo Lusetti
>Assignee: Massimo Lusetti
>
> Provide infrastructure services to be able to access a MongoDB instance 
> through Tapestry5 services.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


svn commit: r849475 - in /websites/production/tapestry/content: cache/main.pageCache component-libraries.html

2013-02-05 Thread buildbot
Author: buildbot
Date: Tue Feb  5 12:20:50 2013
New Revision: 849475

Log:
Production update by buildbot for tapestry

Modified:
websites/production/tapestry/content/cache/main.pageCache
websites/production/tapestry/content/component-libraries.html

Modified: websites/production/tapestry/content/cache/main.pageCache
==
Binary files - no diff available.

Modified: websites/production/tapestry/content/component-libraries.html
==
--- websites/production/tapestry/content/component-libraries.html (original)
+++ websites/production/tapestry/content/component-libraries.html Tue Feb  5 
12:20:50 2013
@@ -293,7 +293,7 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 Classpath assets, those packaged in JAR files (such as the happy.jpg asset) 
are retrieved by the client web browser using a URL that reflects the package 
name. Tapestry users a special virtual folder, /assets, under the context 
folder for this purpose.
 
-The image file here would exposed to the web browser via the URL 
/happyapp/assets/org/example/happylib/components/happy.jpg (this assumes that 
the application was deployed as happyapp.war).
+The image file here is exposed to the web browser via the URL 
/happyapp/assets/org/example/happylib/components/happy.jpg (this assumes that 
the application was deployed as happyapp.war).
 
 Tapestry uses a far-future expiration date for classpath assets; this 
allows browsers to aggressively cache the file, but in Tapestry 5.1 and earlier 
this causes a problem when a later version of the library changes the file. 
This is discussed in detail in http://developer.yahoo.com/performance/rules.html#expires"; >Yahoo's 
Performance Best Practices.