You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by Bob Schellink <sa...@gmail.com> on 2010/11/21 23:17:56 UTC

[VOTE] Release Click 2.3.0-M1

Hi all,

Click 2.3.0-M1 is available here:

Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2

Please try it out and report any issues.


Things to test:
- Build from source
- Run tests -> 'ant test-all'
- Test the examples

The vote will last 5 days until Friday 26th. If no issues are raised target release date is Sunday 28th.


Kind regards

Bob

Re: [VOTE] Release Click 2.3.0-M1

Posted by Naoki Takezoe <ta...@gmail.com>.
+1

2010/11/22 Bob Schellink <sa...@gmail.com>:
> Hi all,
>
> Click 2.3.0-M1 is available here:
>
> Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
> Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2
>
> Please try it out and report any issues.
>
>
> Things to test:
> - Build from source
> - Run tests -> 'ant test-all'
> - Test the examples
>
> The vote will last 5 days until Friday 26th. If no issues are raised target release date is Sunday 28th.
>
>
> Kind regards
>
> Bob
>



-- 
Naoki Takezoe

[RESULT][VOTE] Release Click 2.3.0-M1

Posted by Bob Schellink <sa...@gmail.com>.
The vote is successful with the following votes cast:

Adrian Antal     +1 (Binding)
Bob Schellink    +1 (Binding)
Naoki Takezoe    +1 (Binding)

I'll push out the artifacts on Sunday.

Thanks all

Bob


On 22/11/2010 09:17, Bob Schellink wrote:
> Hi all,
> 
> Click 2.3.0-M1 is available here:
> 
> Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
> Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2
> 
> Please try it out and report any issues.
> 
> 
> Things to test:
> - Build from source
> - Run tests -> 'ant test-all'
> - Test the examples
> 
> The vote will last 5 days until Friday 26th. If no issues are raised target release date is Sunday 28th.
> 
> 
> Kind regards
> 
> Bob
> 


Re: [VOTE] Release Click 2.3.0-M1

Posted by based <fa...@gmail.com>.
Hi Bob,

After cleaning click resources directory, it works.

Thanks for your quick response.

Kind regards
Fatih
-- 
View this message in context: http://click.1134972.n2.nabble.com/VOTE-Release-Click-2-3-0-M1-tp5761109p5770056.html
Sent from the click-development mailing list archive at Nabble.com.

Re: [VOTE] Release Click 2.3.0-M1

Posted by Bob Schellink <sa...@gmail.com>.
Hi Fatih,

On 24/11/2010 20:10, based wrote:
> 
> I just upgrade an 2.2.0 based application to 2.3.0-M1 and i have following
> problem.
> 
> -Context : Add DateField to form and render page
> -Error : Javascript error : Firebug says "Click.addLoadEvent is not a
> function"

In Click 2.3.0 we're busy moving all Click's JavaScript functions under the Click namespace. When
you upgraded, the old Click resources are still deployed no your server. When Click starts up it
copies all its resources (CSS, JS, images etc) to the 'click' folder under the web app root folder.
You can simply delete this folder on your server and restart. The new Click 3.3.0 resources should
be deployed. Let us know if you run into issues.

I know thi s is a little inconvenient. Fortunately Servlet 3.0 (Tomcat 7, JBoss 6 etc) solves this
issue for us.

Kind regards

Bob

PS: I noticed your mail got blocked by the mail server. This normally occurs when not subscribed to
this mail list: http://click.apache.org/docs/click-online.html#mailing-lists

Re: [VOTE] Release Click 2.3.0-M1

Posted by based <fa...@gmail.com>.
Hi,

I just upgrade an 2.2.0 based application to 2.3.0-M1 and i have following
problem.

-Context : Add DateField to form and render page
-Error : Javascript error : Firebug says "Click.addLoadEvent is not a
function"

When i back to 2.2.0, it is working.

Regards
Fatih
-- 
View this message in context: http://click.1134972.n2.nabble.com/VOTE-Release-Click-2-3-0-M1-tp5761109p5769646.html
Sent from the click-development mailing list archive at Nabble.com.

Re: [VOTE] Release Click 2.3.0-M1

Posted by "Adrian A." <a....@gmail.com>.
+1.

Adrian.

> Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
> Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2
>
> Please try it out and report any issues.
>
>
> Things to test:
> - Build from source
> - Run tests ->  'ant test-all'
> - Test the examples
>
> The vote will last 5 days until Friday 26th. If no issues are raised target release date is Sunday 28th.


Re: [VOTE] Release Click 2.3.0-M1

Posted by Bob Schellink <sa...@gmail.com>.
Here is my +1.


On 22/11/2010 09:17, Bob Schellink wrote:
> Hi all,
> 
> Click 2.3.0-M1 is available here:
> 
> Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
> Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2
> 
> Please try it out and report any issues.
> 
> 
> Things to test:
> - Build from source
> - Run tests -> 'ant test-all'
> - Test the examples
> 
> The vote will last 5 days until Friday 26th. If no issues are raised target release date is Sunday 28th.
> 
> 
> Kind regards
> 
> Bob
> 


Re: [VOTE] Release Click 2.3.0-M1

Posted by Bob Schellink <sa...@gmail.com>.
On 23/11/2010 09:58, Adrian A. wrote:
>> Can you post the stacktrace? It works for me on Vista with JDK 1.5.19 and JDK 1.6.22.
> 
>> Maybe it's a locale issue?
> Yes, indeed! It's locale issue: this computer has a different locale.
> 
> If I change MockContext.initContext() to
> MockContext.initContext(Locale.ENGLISH), in TableTest, than the tests run without problems.


Thanks I'll make the change to trunk. This shouldn't affect deployments though as Locale is picked
up from the browser.

Still, would appreciate your vote: +1,-1 or 0 :)

Kind regards

Bob

Re: [VOTE] Release Click 2.3.0-M1

Posted by "Adrian A." <a....@gmail.com>.
> Can you post the stacktrace? It works for me on Vista with JDK 1.5.19 and JDK 1.6.22.

> Maybe it's a locale issue?
Yes, indeed! It's locale issue: this computer has a different locale.

If I change MockContext.initContext() to
MockContext.initContext(Locale.ENGLISH), in TableTest, than the tests 
run without problems.



Adrian.


Re: [VOTE] Release Click 2.3.0-M1

Posted by Bob Schellink <sa...@gmail.com>.
Can you post the stacktrace? It works for me on Vista with JDK 1.5.19 and JDK 1.6.22. Maybe it's a
locale issue?

Thanks

Bob

On 23/11/2010 09:23, Adrian A. wrote:
>> Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
>> Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2
>>
>> Please try it out and report any issues.
> The locally build distro looks good, the examples and Docs too but running the unit tests
> with 'test-all' after running 'build-all' will give an error at TableTest (under Windows Vista + jdk
> 1.6.0_18)
> --------------------
> ...
>     [junit] click-servlet: init
>     [junit] click-servlet: init
>     [junit] click-servlet: init
>     [junit] click-servlet: init
> BUILD FAILED
> C:/..../build.xml:734: Test org.apache.click.control.TableTest failed
> -------------------
> Running the same tests from the IDE gives the same error. This is also true for a fresh checkout and
> build to a totally new directory.
> 
> Running the tests on Linux however seem to work without problems.
> 
> 
> Adrian.
> 
> 


Re: [VOTE] Release Click 2.3.0-M1

Posted by "Adrian A." <a....@gmail.com>.
> Distribution: http://people.apache.org/~sabob/click/click/2.3.0-M1/dist
> Maven: http://people.apache.org/~sabob/click/click/2.3.0-M1/maven2
>
> Please try it out and report any issues.
The locally build distro looks good, the examples and Docs too but 
running the unit tests
with 'test-all' after running 'build-all' will give an error at 
TableTest (under Windows Vista + jdk 1.6.0_18)
--------------------
...
     [junit] click-servlet: init
     [junit] click-servlet: init
     [junit] click-servlet: init
     [junit] click-servlet: init
BUILD FAILED
C:/..../build.xml:734: Test org.apache.click.control.TableTest failed
-------------------
Running the same tests from the IDE gives the same error. This is also 
true for a fresh checkout and build to a totally new directory.

Running the tests on Linux however seem to work without problems.


Adrian.