Build failed in Jenkins: tapestry-trunk-freestyle #951

2012-09-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/tapestry-trunk-freestyle/951/changes

Changes:

[kaosko] FIXED - TAP5-1996: Add Severity.SUCCESS enum for alerts

--
Started by an SCM change
Building remotely on ubuntu5 in workspace 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/
Checkout:tapestry-trunk-freestyle / 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/ - 
hudson.remoting.Channel@377c4949:ubuntu5
Using strategy: Default
Last Built Revision: Revision 229e049e42ddbbbdd07525040004cd6d7e09b5f1 
(origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/tapestry-5.git
Commencing build of Revision aea07df75c1149b3a0ca0cc864d949f39d550c93 
(origin/master)
Checking out Revision aea07df75c1149b3a0ca0cc864d949f39d550c93 (origin/master)
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson5107313938140075615.sh
+ Xvfb :6 -ac -screen 0 1024x768x8
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, 
removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, 
removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, removing 
from list!
[dix] Could not init font path element 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See 
http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for 
more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson4960841279935501464.sh
+ DISPLAY=:6.0
+ bash https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew 
-Dfile.encoding=UTF-8 -b 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle 
continuousIntegration
Dynamic properties are deprecated: 
http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
Deprecated dynamic property: jdkName on 
org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@1539d49, value: 1.6.
Deprecated dynamic property jdkName created in multiple locations.
:plastic:compileJava UP-TO-DATE
:plastic:compileGroovy UP-TO-DATE
:plastic:processResources UP-TO-DATE
:plastic:classes UP-TO-DATE
:plastic:jar UP-TO-DATE
:tapestry-core:generateGrammarSource UP-TO-DATE
:tapestry-func:compileJava UP-TO-DATE
:tapestry-func:compileGroovy UP-TO-DATE
:tapestry-func:processResources UP-TO-DATE
:tapestry-func:classes UP-TO-DATE
:tapestry-func:jar UP-TO-DATE
:tapestry-test:compileJava UP-TO-DATE
:tapestry-test:compileGroovy UP-TO-DATE
:tapestry-test:processResources UP-TO-DATE
:tapestry-test:classes UP-TO-DATE
:tapestry-test:jar UP-TO-DATE
:tapestry5-annotations:compileJava UP-TO-DATE
:tapestry5-annotations:compileGroovy UP-TO-DATE
:tapestry5-annotations:processResources UP-TO-DATE
:tapestry5-annotations:classes UP-TO-DATE
:tapestry5-annotations:jar UP-TO-DATE
:tapestry-ioc:compileJava UP-TO-DATE
:tapestry-ioc:compileGroovy UP-TO-DATE
:tapestry-ioc:processResources UP-TO-DATE
:tapestry-ioc:classes UP-TO-DATE
:tapestry-ioc:jar UP-TO-DATE
:tapestry-json:compileJava UP-TO-DATE
:tapestry-json:compileGroovy UP-TO-DATE
:tapestry-json:processResources UP-TO-DATE
:tapestry-json:classes UP-TO-DATE
:tapestry-json:jar UP-TO-DATE
:tapestry-core:compileJavaNote: Some input files use or override a deprecated 
API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:tapestry-core:compileGroovy UP-TO-DATE
:tapestry-core:processResources UP-TO-DATE
:tapestry-core:classes
:tapestry-core:jar UP-TO-DATE
:tapestry-hibernate-core:compileJava UP-TO-DATE
:tapestry-hibernate-core:compileGroovy UP-TO-DATE
:tapestry-hibernate-core:processResources UP-TO-DATE
:tapestry-hibernate-core:classes UP-TO-DATE
:tapestry-hibernate-core:jar UP-TO-DATE
:tapestry-javadoc:compileJava UP-TO-DATE
:tapestry-javadoc:compileGroovy UP-TO-DATE
:tapestry-javadoc:processResources UP-TO-DATE
:tapestry-javadoc:classes UP-TO-DATE
:tapestry-javadoc:jar UP-TO-DATE
:aggregateJavadochttps://builds.apache.org/job/tapestry-trunk-freestyle/ws/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/MethodSignature.java:226:
 warning - Tag @link: reference not found: 
org.apache.tapestry5.ioc.internal.util.MethodIterator
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupRendererFilter.java:29:
 warning - Tag @see: can't find 
contributeMarkupRenderer(org.apache.tapestry5.ioc.OrderedConfiguration,
  org.apache.tapestry5.Asset, boolean, String, boolean, 
org.apache.tapestry5.ioc.services.SymbolSource,
  

Serverside push

2012-09-11 Thread Lance Java
Hi Tapestry team,

As you may be aware, I've created a push implementation for tapestry [1]
based on CometD [2]. I have seen recently that both wicket and primefaces
are supporting push using atmosphere [3] which is far more portable than
CometD.

When I introduced tapestry-cometd, Howard mentioned that he was keen to
include something similar in tapestry [4]. More recently he has said that he
intends to include push support in tapestry by december [5].

So, before I go ahead and move from cometd to atmosphere, I'd like to know
whether the tapestry team plan to use my implementation as a basis for the
tapestry push functionality or if you plan to do a clean room implementation
(in which case I won't bother).

Cheers,
Lance.

[1] https://github.com/uklance/tapestry-cometd
[2] http://cometd.org/
[3] https://github.com/Atmosphere/atmosphere
[4]
http://tapestry.1045711.n5.nabble.com/Announcement-Beta-release-of-tapestry-cometd-td5714020.html
[5] https://speakerdeck.com/u/hlship/p/tapestry-5-dot-4-in-the-pipeline





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Serverside-push-tp5716189.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org



Re: How to use jquery fullCalenar with Tapestry 5.3

2012-09-11 Thread Lance Java
The main requirements of fullcalendar is a feed of events (json) between a
start date and an end date [1]. Fullcalendar is very configurable but by
default, it will hit a URL of the form:
/someURL?start=1262332800end=1265011200

1. Create an event on your page which uses a JSONObject to return a
TextStreamResponse.
public StreamResponse onGetEvents(@RequestParameter(start) long start,
@RequestParameter(end) long end)

2. Use componentResources.createEventLink(getEvents) to generate the base
URL

3. Pass the URL to the client (via JavaScriptSupport) to configure the
fullcalendar.

[1] http://arshaw.com/fullcalendar/docs/event_data/events_json_feed/



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-use-jquery-fullCalenar-with-Tapestry-5-3-tp5716186p5716190.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org



Re: Serverside push

2012-09-11 Thread Thiago H de Paula Figueiredo
On Tue, 11 Sep 2012 06:18:31 -0300, Lance Java lance.j...@googlemail.com  
wrote:



Hi Tapestry team,


Hi, Lance!

So, before I go ahead and move from cometd to atmosphere, I'd like to  
know whether the tapestry team plan to use my implementation as a basis  
for the tapestry push functionality or if you plan to do a clean room  
implementation (in which case I won't bother).


Atmosphere is Apache-licensed, so, if you write code with quality and  
tests, something I'm sure you'll do, there's no reason why not to adopt it  
IMHO. ;)


--
Thiago H. de Paula Figueiredo

-
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org



How to use jquery fullCalenar with Tapestry 5.3

2012-09-11 Thread Khaynaa
Hi all

How to use jquery fullCalenar with Tapestry 5.3



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-use-jquery-fullCalenar-with-Tapestry-5-3-tp5716186.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org



Build failed in Jenkins: tapestry-trunk-freestyle #952

2012-09-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/tapestry-trunk-freestyle/952/

--
Started by an SCM change
Building remotely on ubuntu_ARM_15 in workspace 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/
Checkout:tapestry-trunk-freestyle / 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/ - 
hudson.remoting.Channel@6efbdea:ubuntu_ARM_15
Using strategy: Default
Last Built Revision: Revision aea07df75c1149b3a0ca0cc864d949f39d550c93 
(origin/master)
Cloning the remote Git repository
Cloning repository origin
Error trying to determine the git version: Error performing command: git 
--version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone 
https://git-wip-us.apache.org/repos/asf/tapestry-5.git
hudson.plugins.git.GitException: Could not clone 
https://git-wip-us.apache.org/repos/asf/tapestry-5.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:251)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1122)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: hudson.plugins.git.GitException: Error performing command: git clone 
-o origin https://git-wip-us.apache.org/repos/asf/tapestry-5.git 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:825)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:39)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:247)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:227)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:227)
... 12 more
Caused by: java.io.IOException: Cannot run program git: error=2, No such file 
or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at hudson.Proc$LocalProc.init(Proc.java:244)
at hudson.Proc$LocalProc.init(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:709)
at hudson.Launcher$ProcStarter.start(Launcher.java:338)
at hudson.Launcher$ProcStarter.join(Launcher.java:345)
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:806)
... 18 more
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.init(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
... 24 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1134)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

-
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org



Build failed in Jenkins: tapestry-trunk-freestyle #953

2012-09-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/tapestry-trunk-freestyle/953/

--
[...truncated 13 lines...]
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, 
removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, removing 
from list!
[dix] Could not init font path element 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Process leaked file descriptors. See 
http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for 
more information
[tapestry-trunk-freestyle] $ /bin/bash -xe /tmp/hudson7995625380650169271.sh
+ DISPLAY=:6.0
+ bash https://builds.apache.org/job/tapestry-trunk-freestyle/ws/gradlew 
-Dfile.encoding=UTF-8 -b 
https://builds.apache.org/job/tapestry-trunk-freestyle/ws/build.gradle 
continuousIntegration
Downloading http://services.gradle.org/distributions/gradle-1.0-bin.zip
.
Unzipping 
/home/jenkins/.gradle/wrapper/dists/gradle-1.0-bin/3712n820lsda7ntccvm5qn52st/gradle-1.0-bin.zip
 to 
/home/jenkins/.gradle/wrapper/dists/gradle-1.0-bin/3712n820lsda7ntccvm5qn52st
Set executable permissions for: 
/home/jenkins/.gradle/wrapper/dists/gradle-1.0-bin/3712n820lsda7ntccvm5qn52st/gradle-1.0/bin/gradle
Dynamic properties are deprecated: 
http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
Deprecated dynamic property: jdkName on 
org.gradle.plugins.ide.idea.model.IdeaModel_Decorated@192d8d6, value: 1.6.
Deprecated dynamic property jdkName created in multiple locations.
Download 
http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/1.8.6/groovy-all-1.8.6.pom
Download 
http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.pom
Download 
http://repo1.maven.org/maven2/org/antlr/antlr-master/3.3/antlr-master-3.3.pom
Download 
http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/1.8.6/groovy-all-1.8.6.jar
Download 
http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.jar
:plastic:compileJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:plastic:compileGroovy UP-TO-DATE
:plastic:processResources UP-TO-DATE
:plastic:classes
:plastic:jar
:tapestry-core:generateGrammarSource
Download http://repo1.maven.org/maven2/org/antlr/antlr/3.3/antlr-3.3.pom
Download http://repo1.maven.org/maven2/org/antlr/antlr/3.3/antlr-3.3.jar
:tapestry-func:compileJava
:tapestry-func:compileGroovy UP-TO-DATE
:tapestry-func:processResources UP-TO-DATE
:tapestry-func:classes
:tapestry-func:jar
:tapestry-test:compileJava
Download 
http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-java/2.14.0/selenium-java-2.14.0.pom
Download 
http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-parent/2.14.0/selenium-parent-2.14.0.pom
Download 
http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/2.14.0/selenium-server-2.14.0.pom
Download http://repo1.maven.org/maven2/org/testng/testng/6.5.2/testng-6.5.2.pom
Download 
http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/7.0.0.v20091005/jetty-server-7.0.0.v20091005.pom
Download 
http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/7.0.0.v20091005/jetty-project-7.0.0.v20091005.pom
Download