Re: Say welcome to GIT

2012-05-22 Thread Massimo Lusetti
On Tue, May 22, 2012 at 8:24 AM, Jochen Frey wrote: > Massimo, I don't think the mirror is working. > > I'm looking at https://git-wip-us.apache.org/repos/asf/tapestry-5.git > > vs. > > https://github.com/apache/tapestry5 > > Seems like the apache repo is a few commits ahead as of right now. > >

Help with gradle build

2012-05-22 Thread Michael Wyraz
Hi, I have a locally checked out tapestry 5.3 branch where I have fixed bugs that I have commited to the jira but which are not yet in the trunk. I use gradle to build and upload it to our maven repository (I simply changed the "stagingUrl" in build.gradle). This worked fine for a while. If

Re: Say welcome to GIT

2012-05-22 Thread Michael Wyraz
Hi, will the old svn location still be updated from git or is it death? Will GIT allow me to commit all my patched somewhere? Or do I still need to become a committer for this? Regards, Michael. Hi devs, thanks to the work made by infra@ we finally have our own git repo: - https://git-w

Re: Help with gradle build

2012-05-22 Thread Michael Wyraz
I changes my environment to GIT to get the latest changes (including 318e031fb3e8580fba9b47b3cd09abf5b8d0d69b "Tweak the build file for compatibility with Gradle 1.0-rc-3"). I get still the same error. Hi, I have a locally checked out tapestry 5.3 branch where I have fixed bugs that I have co

Patch: TAP51858 (Branch 5.3)

2012-05-22 Thread Michael Wyraz
From 38db152c669ccbf88703adf35d90f12d3f22a2f4 Tue, 22 May 2012 13:26:22 +0200 From: Michael Wyraz Date: Tue, 22 May 2012 13:21:40 +0200 Subject: [PATCH] TAP5-1858 Cookie service should allow to set path, domain AND maxAge diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/inte

Patch: localized datepicker buttons (Branch 5.3)

2012-05-22 Thread Michael Wyraz
From e6b7bc43c665c34e1d8000e7b2966d552b67d8e9 Tue, 22 May 2012 13:27:33 +0200 From: Michael Wyraz Date: Tue, 22 May 2012 13:24:31 +0200 Subject: [PATCH] localized datepicker buttons ("Today" and "None") diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.

Patch: TAP5-1907,ie9 javascript error when partial render includes stylesheets (Branch 5.3)

2012-05-22 Thread Michael Wyraz
From 68449884b431a4e43fef47fc206d3e808d69b03a Tue, 22 May 2012 13:28:47 +0200 From: Michael Wyraz Date: Tue, 22 May 2012 13:25:49 +0200 Subject: [PATCH] TAP5-1907 ie9 javascript error when partial render includes stylesheets diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/

Re: Say welcome to GIT

2012-05-22 Thread Massimo Lusetti
On Tue, May 22, 2012 at 12:12 PM, Michael Wyraz wrote: > Hi, > > will the old svn location still be updated from git or is it death? The main repository for tapestry is under git from now on. Subversion will be kept for historical reasons but is frozen, it is read-only. > Will GIT allow me to c

Steps to upgrade from Tapestry 3 to Tapestry 5

2012-05-22 Thread Shanmuka Maridi
Hi Could you please let me know the steps for Tapestry 3 to Tapestry 5 upgrade? Thanks Shanmuka. NOTICE TO RECIPIENT: THIS E-MAIL (INCLUDING ANY ATTACHMENTS) IS MEANT FOR ONLY THE INTENDED RECIPIENT OF THE TRANSMISSION, MAY CONTAIN CONFIDENTIAL INFORMATION, AN

Re: Steps to upgrade from Tapestry 3 to Tapestry 5

2012-05-22 Thread Bob Harner
Sorry, the bad news is Tapestry 3 apps are really too ancient for an upgrade path. I believe Tapestry 3 was last actively worked on in the 2003-2004 timeframe, and while you may be able to do a Tap3-to-Tap4 migration (see http://wiki.apache.org/tapestry/Tapestry3ToTapestry4), Tapestry 5 was a compl

Re: Steps to upgrade from Tapestry 3 to Tapestry 5

2012-05-22 Thread Robert Zeigler
FWIW, I have run mixed T3/T5 apps. That's probably your best "upgrade" path: gradually convert your T3 pages & components to T5, meanwhile, run the side-by-side. Since T3 runs as a servlet and T5 as a servlet filter, they play together nicely. You have to do a little work to make them talk to e

Reopen TAP5-698

2012-05-22 Thread Denis Delangle
Hello, I fear https://issues.apache.org/jira/browse/TAP5-698 should be reopen. I encountered it when migrating from T5.2 to T5.3.3. I get something like this when clicking a link with parameters in PageTester java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java

Re: Reopen TAP5-698

2012-05-22 Thread Howard Lewis Ship
Yes, you may open a new issue and ideally link to the old issue. On Tue, May 22, 2012 at 8:15 AM, Denis Delangle wrote: > Hello, > > I fear https://issues.apache.org/jira/browse/TAP5-698 should be > reopen. I encountered it when migrating from T5.2 to T5.3.3. > > I get something like this when cl

Re: Patch: TAP51858 (Branch 5.3)

2012-05-22 Thread Howard Lewis Ship
Thanks for these patches, I look forward to applying them. Two notes: 1) Patches MUST come through JIRA, not the mailing list. This is requirement at Apache, and supports legal protections for the committers. 2) Patches with tests are even better! On Tue, May 22, 2012 at 4:27 AM, Michael Wyraz

Tapestry JPA Bug

2012-05-22 Thread Dimitris Zenios
Hi guys i think there is a bug in tapestry-jpa and value encoder In a discussion i was reading, Howard changed valueEncoder of tapestry-hibernate to return null in toClient if the id of the object was null.That was use full in cases where we wanted to have the same page for save/edit. Quote from

Re: Patch: TAP51858 (Branch 5.3)

2012-05-22 Thread Ulrich Stärk
On 22.05.2012 17:43, Howard Lewis Ship wrote: > Thanks for these patches, I look forward to applying them. Two notes: > > 1) Patches MUST come through JIRA, not the mailing list. This is > requirement at Apache, and supports legal protections for the > committers. I'll need to double-check but I

Re: Reopen TAP5-698

2012-05-22 Thread Denis Delangle
Thanks, https://issues.apache.org/jira/browse/TAP5-1936 with a patch Denis 2012/5/22 Howard Lewis Ship : > Yes, you may open a new issue and ideally link to the old issue. > > On Tue, May 22, 2012 at 8:15 AM, Denis Delangle > wrote: >> Hello, >> >> I fear https://issues.apache.org/jira/browse/T