Re: testng.xml and selenium

2011-08-11 Thread Kalle Korhonen
On Thu, Aug 11, 2011 at 7:25 PM, Mark wrote: > On Thu, Aug 11, 2011 at 7:57 PM, Howard Lewis Ship wrote: >> And I wonder if it wouldn't make sense to scrap SeleniumTestCase and >> all that, and just have people do something sensible, like use Geb. > > Geb looks interesting. Do you have any public

Re: testng.xml and selenium

2011-08-11 Thread Mark
On Thu, Aug 11, 2011 at 7:57 PM, Howard Lewis Ship wrote: > And I wonder if it wouldn't make sense to scrap SeleniumTestCase and > all that, and just have people do something sensible, like use Geb. Geb looks interesting. Do you have any public code that is using it? I'm curious how you'd handle

Re: testng.xml and selenium

2011-08-11 Thread Howard Lewis Ship
On Thu, Aug 11, 2011 at 5:53 PM, Mark wrote: > By the way, the current patch will only switch to the newer version of > selenium. It does not use WebDriver which is what would be necessary > to use HtmlUnit. > For that to work, we need to replace the old setup in SeleniumTestCase: > > final Seleni

Re: testng.xml and selenium

2011-08-11 Thread Mark
By the way, the current patch will only switch to the newer version of selenium. It does not use WebDriver which is what would be necessary to use HtmlUnit. For that to work, we need to replace the old setup in SeleniumTestCase: final Selenium selenium = new DefaultSelenium(commandProcessor); Wit

Re: Reviewing issues

2011-08-11 Thread Howard Lewis Ship
Perhaps what we should do is add a tag (JIRA now has tagging) to the issues as in "review-for-closing". Then we can look at a batch of such questionable bugs easily (via search) and then close them as a unit once we determine which really should be closed. On Thu, Aug 11, 2011 at 5:50 PM, Howard

Re: Reviewing issues

2011-08-11 Thread Howard Lewis Ship
On Thu, Aug 11, 2011 at 5:44 PM, Josh Canfield wrote: >> Thanks for stepping forward and volunteering, Josh! > Of course. I like to help out where I can ;) > >> This isn't just blanket closing of issues, but if the issue is obscure >> and not well described, I think it is valid to add a polite mes

Re: Reviewing issues

2011-08-11 Thread Josh Canfield
> Thanks for stepping forward and volunteering, Josh! Of course. I like to help out where I can ;) > This isn't just blanket closing of issues, but if the issue is obscure > and not well described, I think it is valid to add a polite message > asking for it to be reopened when a test case is made

Fwd: [jira] [Closed] (TAP5-199) Tapestry writes localization initialization information for DateField even when in locale "en"

2011-08-11 Thread Howard Lewis Ship
Two things: if it isn't fixed, it shouldn't have a fix release. If it has a fix release, it may show up in the release notes incorrectly. Second, I was picturing this purge as being more about invalid or non-reproducible bugs. This improvement request, for example, is valid (just very low priori

Re: Reviewing issues

2011-08-11 Thread Howard Lewis Ship
On Thu, Aug 11, 2011 at 3:50 PM, Josh Canfield wrote: > I have a problem with closing defects as "Might not be a problem > anymore". Do at least some due diligence so you can at least say > "can't reproduce" Thanks for stepping forward and volunteering, Josh! Seriously, we need to get the bug li

Re: ValueChanged event from RadioGroup and Checkbox

2011-08-11 Thread Andreas Andreou
That makes sense to me too - see http://tapestry.1045711.n5.nabble.com/Parameters-in-implementation-mixins-td3395407.html I may be wrong but wasn't that zoneupdate mixin added in 5.3? If that's the case, then it's just a matter of using it ... and perhaps deciding what to do with select (which loo

Re: ValueChanged event from RadioGroup and Checkbox

2011-08-11 Thread Josh Canfield
Perhaps the patch should be to make select component do it as a mixin ;) On Thu, Aug 11, 2011 at 1:01 PM, Denis Stepanov wrote: >> What about a mixin instead of changing the component themselves? That's what >> I'd do. > > Select component doesn't implement it using a mixin. > > I would like to

Re: Reviewing issues

2011-08-11 Thread Josh Canfield
I have a problem with closing defects as "Might not be a problem anymore". Do at least some due diligence so you can at least say "can't reproduce" On Thu, Aug 11, 2011 at 12:57 PM, Massimo Lusetti wrote: > On Thu, Aug 11, 2011 at 9:34 PM, Howard Lewis Ship wrote: > >> I've been trying to clean

Jenkins build is back to normal : tapestry-trunk-freestyle #470

2011-08-11 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org

Re: Reviewing issues

2011-08-11 Thread Howard Lewis Ship
On Thu, Aug 11, 2011 at 1:17 PM, Kalle Korhonen wrote: > On Thu, Aug 11, 2011 at 1:00 PM, Massimo Lusetti wrote: >> On Thu, Aug 11, 2011 at 9:41 PM, Kalle Korhonen >> wrote: >>> I'm about to apply the patch to upgrade to Selenium 2 (TAP5-1599). >> It has been already commited > > Whoops, yeah se

Re: Test failing... anyone else?

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 10:15 PM, Howard Lewis Ship wrote: > I would strongly advise using Gradle 1.0-milestone-3 ... that's what I > use, that's what Jenkins is using. Yes using the gradle wrapper let you use milestone-3 as configured now but that doesn't prevent the FormTests:datefield_select_

Re: Reviewing issues

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 10:17 PM, Kalle Korhonen wrote: > Whoops, yeah seems that Howard just did so... noting the failures > which was exactly the reason I didn't do it yet. Boy, is it difficult > to run just a few selected integration tests or am I missing > something? Not at all... The best w

Re: Reviewing issues

2011-08-11 Thread Kalle Korhonen
On Thu, Aug 11, 2011 at 1:00 PM, Massimo Lusetti wrote: > On Thu, Aug 11, 2011 at 9:41 PM, Kalle Korhonen > wrote: >> I'm about to apply the patch to upgrade to Selenium 2 (TAP5-1599). > It has been already commited Whoops, yeah seems that Howard just did so... noting the failures which was exac

Re: Test failing... anyone else?

2011-08-11 Thread Howard Lewis Ship
I would strongly advise using Gradle 1.0-milestone-3 ... that's what I use, that's what Jenkins is using. On Thu, Aug 11, 2011 at 11:40 AM, Massimo Lusetti wrote: > On Thu, Aug 11, 2011 at 8:25 PM, Christian Riedel > wrote: > >> Have you checked the timezone settings of ci and your machines...?

Re: Reviewing issues

2011-08-11 Thread Howard Lewis Ship
On Thu, Aug 11, 2011 at 12:41 PM, Kalle Korhonen wrote: > On Thu, Aug 11, 2011 at 12:34 PM, Howard Lewis Ship wrote: >> I've been trying to clean up the Tapestry issue list. If everyone >> could take a peek, and help weed out duplicates and such, it would be >> great. > > I'm about to apply the p

Re: Reviewing issues

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 9:34 PM, Howard Lewis Ship wrote: > I'm also in a quandrary about some bugs ... I'm very tempted to mark a > bunch of bugs that date back to 5.1 or earlier as "won't fix", > especially if they are fixed in 5.3 or no longer applicable. > Thoughts? Isn't enough to close the

Re: ValueChanged event from RadioGroup and Checkbox

2011-08-11 Thread Denis Stepanov
> What about a mixin instead of changing the component themselves? That's what > I'd do. Select component doesn't implement it using a mixin. I would like to have consistent behaviour in core components, if a Select could update a zone on change why other form's component can't. Denis On 11.

Re: Reviewing issues

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 9:41 PM, Kalle Korhonen wrote: > I'm about to apply the patch to upgrade to Selenium 2 (TAP5-1599). It has been already commited > Also, I'm planning on committing Dragan's EmbeddedMixin once he's > created an issue and a patch for it. Do you think is a good patch for a

Re: Reviewing issues

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 9:34 PM, Howard Lewis Ship wrote: > I've been trying to clean up the Tapestry issue list. If everyone > could take a peek, and help weed out duplicates and such, it would be > great. > > I'm also in a quandrary about some bugs ... I'm very tempted to mark a > bunch of bugs

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

2011-08-11 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-1577: Duplication in operation trace when invoking certain methods [hlship] TAP5-832: Support a nulls parameter on Hidden to correctly handle null values sent to or received from the client inside th

Re: ValueChanged event from RadioGroup and Checkbox

2011-08-11 Thread Thiago H. de Paula Figueiredo
On Thu, 11 Aug 2011 14:41:59 -0300, Denis Stepanov wrote: Anyone? What about a mixin instead of changing the component themselves? That's what I'd do. On 10.8.2011, at 13:40, Denis Stepanov wrote: https://issues.apache.org/jira/browse/TAP5-1602 Someone with commit access please rev

Re: Reviewing issues

2011-08-11 Thread Kalle Korhonen
On Thu, Aug 11, 2011 at 12:34 PM, Howard Lewis Ship wrote: > I've been trying to clean up the Tapestry issue list. If everyone > could take a peek, and help weed out duplicates and such, it would be > great. I'm about to apply the patch to upgrade to Selenium 2 (TAP5-1599). Also, I'm planning on

Reviewing issues

2011-08-11 Thread Howard Lewis Ship
I've been trying to clean up the Tapestry issue list. If everyone could take a peek, and help weed out duplicates and such, it would be great. I'm also in a quandrary about some bugs ... I'm very tempted to mark a bunch of bugs that date back to 5.1 or earlier as "won't fix", especially if they ar

Re: Beta

2011-08-11 Thread Igor Drobiazko
I still need to do some work for JPA integration. Hopefully this weekend. On Thu, Aug 11, 2011 at 6:24 PM, Howard Lewis Ship wrote: > The only thing holding me off from switching to a beta release is a > concern that ProQuest has unearthed, the one about bytecode > transformation that I sent aro

Re: Test failing... anyone else?

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 8:25 PM, Christian Riedel wrote: > Have you checked the timezone settings of ci and your machines...? I don't think I've enough karma to do that on the ci server... > I'd would verify the tests on my computer but I can't run the build. it gives > me an error in line 91:

Re: Test failing... anyone else?

2011-08-11 Thread Christian Riedel
Have you checked the timezone settings of ci and your machines...? I'd would verify the tests on my computer but I can't run the build. it gives me an error in line 91: 20:22:11.438 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: 20:22:11.439 [ERROR] [org.gradle.BuildExceptionRepo

Re: integrate swing components to tapestry

2011-08-11 Thread based2
http://download.oracle.com/javase/tutorial/uiswing/components/applet.html http://swingweb.sourceforge.net/swingweb/screen-internalframe.html http://stackoverflow.com/questions/5352169/java-swing-knowledge-for-a-web-developer http://stackoverflow.com/questions/5402943/java-swing-for-web-development

Re: ValueChanged event from RadioGroup and Checkbox

2011-08-11 Thread Denis Stepanov
Anyone? On 10.8.2011, at 13:40, Denis Stepanov wrote: > https://issues.apache.org/jira/browse/TAP5-1602 > > Someone with commit access please review the patch. > > Denis > > On Aug 8, 2011, at 11:20 AM, Denis Stepanov wrote: > >> Thanks, I have implemented this by using a mixin in our code. >

Re: integrate swing components to tapestry

2011-08-11 Thread Andreas Andreou
Really weird question. So weird, it got me interested... Looks like there's some java introductory course at http://www.cs.duke.edu/courses/cps004/fall99/doc/ and for some reason they used tapestry.support package! Nut anyway, that's unrelated to tapestry (the web framework) so you can't use thos

Re: integrate swing components to tapestry

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 6:55 PM, Howard Lewis Ship wrote: > To quote Charles Babbage: "I am not able rightly to apprehend the kind > of confusion of ideas that could provoke such a question." Please say professor Charles Babbage -- Massimo http://meridio.blogspot.com -

Re: integrate swing components to tapestry

2011-08-11 Thread Howard Lewis Ship
To quote Charles Babbage: "I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question." On Thu, Aug 11, 2011 at 5:41 AM, daoudja wrote: > hello i want to know if it is possible to manipulate swing components such as > JFRame and others as tapestry compone

Re: Volatile = true issues

2011-08-11 Thread Howard Lewis Ship
When you have a Loop inside a Form, the questions is: is that Loop related to the Form; i.e., is the Loop iterating over objects that are themselves editted by fields inside the Form? Normally, a Loop stores information inside a hidden field of the Form to coordinate things when the Form is subm

Re: Maven archetype

2011-08-11 Thread Howard Lewis Ship
Nope, just that. The format of the output JAR for the archetype looks straight forward enough. On Thu, Aug 11, 2011 at 9:51 AM, Massimo Lusetti wrote: > On Thu, Aug 11, 2011 at 6:31 PM, Howard Lewis Ship wrote: > >> Gradle doesn't have an equivalent feature; my goal is to package up a >> JAR ar

Volatile = true issues

2011-08-11 Thread Shiva
What are the implications of setting volatile="true". I am using Tapestry5. I saw in some of the threads suggesting me not to change this value. But I am unclear whats the role of volatile. Googled a lot. Perhaps I am missing something ? FYI I am new to Tapestry -- View this message in context:

Re: Maven archetype

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 6:31 PM, Howard Lewis Ship wrote: > Gradle doesn't have an equivalent feature; my goal is to package up a > JAR artifact that is usable by maven's artifact:generate task, as if > it had been created by a Maven build. Have you in mind some gradle plugin or some "gradle way

integrate swing components to tapestry

2011-08-11 Thread daoudja
hello i want to know if it is possible to manipulate swing components such as JFRame and others as tapestry components ? my second question is the answer to the first is yes so how ? if no how can we use the component tapestry.support.swing.TFrame ? -- View this message in context: http://tapest

Re: Maven archetype

2011-08-11 Thread Howard Lewis Ship
Gradle doesn't have an equivalent feature; my goal is to package up a JAR artifact that is usable by maven's artifact:generate task, as if it had been created by a Maven build. On Wed, Aug 10, 2011 at 11:59 PM, Massimo Lusetti wrote: > On Wed, Aug 10, 2011 at 6:33 PM, Howard Lewis Ship wrote: >

Beta

2011-08-11 Thread Howard Lewis Ship
The only thing holding me off from switching to a beta release is a concern that ProQuest has unearthed, the one about bytecode transformation that I sent around earlier. Once that is resolved or put aside, I'm ready for a beta release and a hopefully quick ramp up to a GA. -- Howard M. Lewis S

Re: Test failing... anyone else?

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 1:19 PM, Igor Drobiazko wrote: > These two tests are failing for me too. How that could run fine in the ci server? Cheers -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: dev-unsubscr..

Re: Test failing... anyone else?

2011-08-11 Thread Igor Drobiazko
These two tests are failing for me too. On Thu, Aug 11, 2011 at 1:11 PM, Massimo Lusetti wrote: > I did verify it deeply and is something related to firefox here I > tried every firefox I know: 3.6.18, 4.0 and 5.0.1 and everyone does > the same. > > After I clear, choose english locale and put t

Re: Test failing... anyone else?

2011-08-11 Thread Massimo Lusetti
I did verify it deeply and is something related to firefox here I tried every firefox I know: 3.6.18, 4.0 and 5.0.1 and everyone does the same. After I clear, choose english locale and put the date 05/28/2046 (the same actions from FormTests) when i click the calendar trigger icon it show me the 2

Re: Build is broken since revision r1153867

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 12:28 PM, Igor Drobiazko wrote: > Thanks, solved. One of my macs was still using gradle-0.9.2. Upgrading > to gradle-1.0-milestone-4 solved the problem. Yep you need at least milestone-3. Milestone-4 introduce a lot of "deprecated" in our build.gradles Cheers -- Massimo

Re: Build is broken since revision r1153867

2011-08-11 Thread Igor Drobiazko
Thanks, solved. One of my macs was still using gradle-0.9.2. Upgrading to gradle-1.0-milestone-4 solved the problem. On Thu, Aug 11, 2011 at 10:57 AM, Massimo Lusetti wrote: > On Thu, Aug 11, 2011 at 10:49 AM, Igor Drobiazko > wrote: > > > Currently gradle build is broken on my machine. I can't

Re: Build is broken since revision r1153867

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 10:49 AM, Igor Drobiazko wrote: > Currently gradle build is broken on my machine. I can't perform any of the > gradle tasks. See below > > gradle build > > FAILURE: Build failed with an exception. > > * Where: > Build file '/Users/idrobiazko/Documents/idea/tapestry5/build.

Build is broken since revision r1153867

2011-08-11 Thread Igor Drobiazko
Currently gradle build is broken on my machine. I can't perform any of the gradle tasks. See below gradle build FAILURE: Build failed with an exception. * Where: Build file '/Users/idrobiazko/Documents/idea/tapestry5/build.gradle' line: 91 * What went wrong: A problem occurred evaluating root p

Re: Test failing... anyone else?

2011-08-11 Thread Massimo Lusetti
On Thu, Aug 11, 2011 at 10:27 AM, Denis Stepanov wrote: > Tests failing on my mac laptop too: >> AlertsTest: com.thoughtworks.selenium.SeleniumException: window.$$ is not a >> function I've seen that too and it happen when my machine is busy... I suspect timing issues again here. >> FormTests:

Re: Test failing... anyone else?

2011-08-11 Thread Denis Stepanov
Tests failing on my mac laptop too: > AlertsTest: com.thoughtworks.selenium.SeleniumException: window.$$ is not a > function > FormTests: java.lang.AssertionError: expected:<28> but was:<27> > at > org.apache.tapestry5.integration.app1.FormTests.datefield_select_newmonth_samedate(FormTes

Test failing... anyone else?

2011-08-11 Thread Massimo Lusetti
I'm on a Ubuntu laptop now and I've always had test failing. The "org.apache.tapestry5.integration.app1.FormTests:datefield_select_newmonth_samedate" always fails with "expected:<28> but was:<27>". Before the recent commit by Howard on rev 1155446: "Fix (I hope) a couple of broken tests" where i

Re: Maven archetype

2011-08-11 Thread Massimo Lusetti
On Wed, Aug 10, 2011 at 6:33 PM, Howard Lewis Ship wrote: > If someones looking for something to do ... I think it should be > reasonable to create the Maven quickstart archetype using Gradle.  I > won't have a chance to look at it for a couple of weeks. Did you actually mean a proper maven arch