1.4-rc5 - built - but needs to be tested

View: New views
10 Messages — Rating Filter:   Alert me  

1.4-rc5 - built - but needs to be tested

by jthomerson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Devs,
  I built the rc5 release tonight, but as previously mentioned, had
one problem with the signin2 example in wicket-examples.  I manually
tested that the examples work as they should (as the test is testing
for).  So, it must be a problem with the test or WicketTester.

  I have not had time to do much testing.  So, please give it a test
if you have time.  Also, someone please check that it is signed
properly.  When I hear back that several are okay, I will call a vote
on the release.

--
Jeremy Thomerson
http://www.wickettraining.com

Re: 1.4-rc5 - built - but needs to be tested

by Alexandru Objelean :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
when the new build will be available on public maven repo? I would start use it straight away & report problems if there are any.

Thanks!
Alex Objelean

Jeremy Thomerson-5 wrote:
Devs,
  I built the rc5 release tonight, but as previously mentioned, had
one problem with the signin2 example in wicket-examples.  I manually
tested that the examples work as they should (as the test is testing
for).  So, it must be a problem with the test or WicketTester.

  I have not had time to do much testing.  So, please give it a test
if you have time.  Also, someone please check that it is signed
properly.  When I hear back that several are okay, I will call a vote
on the release.

--
Jeremy Thomerson
http://www.wickettraining.com

Re: 1.4-rc5 - built - but needs to be tested

by igor.vaynberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

mvn clean install worked
examples worked

-igor

On Sun, Jun 7, 2009 at 8:34 PM, Jeremy
Thomerson<jeremy@...> wrote:

> Devs,
>  I built the rc5 release tonight, but as previously mentioned, had
> one problem with the signin2 example in wicket-examples.  I manually
> tested that the examples work as they should (as the test is testing
> for).  So, it must be a problem with the test or WicketTester.
>
>  I have not had time to do much testing.  So, please give it a test
> if you have time.  Also, someone please check that it is signed
> properly.  When I hear back that several are okay, I will call a vote
> on the release.
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>

Re: 1.4-rc5 - built - but needs to be tested

by Alexandru Objelean :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Unfortunatelly I cannot migrate to unreleased version... Btw, why some versions (like rc2, rc4) can be found at maven repo and others (like rc3, rc5) can't?

Thanks!
Alex

igor.vaynberg wrote:
mvn clean install worked
examples worked

-igor

On Sun, Jun 7, 2009 at 8:34 PM, Jeremy
Thomerson<jeremy@wickettraining.com> wrote:
> Devs,
>  I built the rc5 release tonight, but as previously mentioned, had
> one problem with the signin2 example in wicket-examples.  I manually
> tested that the examples work as they should (as the test is testing
> for).  So, it must be a problem with the test or WicketTester.
>
>  I have not had time to do much testing.  So, please give it a test
> if you have time.  Also, someone please check that it is signed
> properly.  When I hear back that several are okay, I will call a vote
> on the release.
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>

Re: 1.4-rc5 - built - but needs to be tested

by jthomerson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

rc3 - was never released - voted down
rc5 - as you can tell in the email, has not been released yet

--
Jeremy Thomerson
http://www.wickettraining.com




On Tue, Jun 9, 2009 at 9:57 AM, Alex Objelean<alex_objelean@...> wrote:

>
> Unfortunatelly I cannot migrate to unreleased version... Btw, why some
> versions (like rc2, rc4) can be found at maven repo and others (like rc3,
> rc5) can't?
>
> Thanks!
> Alex
>
>
> igor.vaynberg wrote:
>>
>> mvn clean install worked
>> examples worked
>>
>> -igor
>>
>> On Sun, Jun 7, 2009 at 8:34 PM, Jeremy
>> Thomerson<jeremy@...> wrote:
>>> Devs,
>>>  I built the rc5 release tonight, but as previously mentioned, had
>>> one problem with the signin2 example in wicket-examples.  I manually
>>> tested that the examples work as they should (as the test is testing
>>> for).  So, it must be a problem with the test or WicketTester.
>>>
>>>  I have not had time to do much testing.  So, please give it a test
>>> if you have time.  Also, someone please check that it is signed
>>> properly.  When I hear back that several are okay, I will call a vote
>>> on the release.
>>>
>>> --
>>> Jeremy Thomerson
>>> http://www.wickettraining.com
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/1.4-rc5---built---but-needs-to-be-tested-tp23917818p23944548.html
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Re: 1.4-rc5 - built - but needs to be tested

by jthomerson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry I totally forgot to put the links in the email  - I'm going to
just call a vote on it now anyway.

--
Jeremy Thomerson
http://www.wickettraining.com




On Sun, Jun 7, 2009 at 10:34 PM, Jeremy
Thomerson<jeremy@...> wrote:

> Devs,
>  I built the rc5 release tonight, but as previously mentioned, had
> one problem with the signin2 example in wicket-examples.  I manually
> tested that the examples work as they should (as the test is testing
> for).  So, it must be a problem with the test or WicketTester.
>
>  I have not had time to do much testing.  So, please give it a test
> if you have time.  Also, someone please check that it is signed
> properly.  When I hear back that several are okay, I will call a vote
> on the release.
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>

Re: 1.4-rc5 - built - but needs to be tested

by Martijn Dashorst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

rc3 was never released. We had to re-issue the release, and wanted to
ensure we didn't get into problems with different versions having the
same name (maven antipattern). RC5 is still not released. Hence the
request to test it.

Test first, release later.

Martijn

On Tue, Jun 9, 2009 at 4:57 PM, Alex Objelean<alex_objelean@...> wrote:

>
> Unfortunatelly I cannot migrate to unreleased version... Btw, why some
> versions (like rc2, rc4) can be found at maven repo and others (like rc3,
> rc5) can't?
>
> Thanks!
> Alex
>
>
> igor.vaynberg wrote:
>>
>> mvn clean install worked
>> examples worked
>>
>> -igor
>>
>> On Sun, Jun 7, 2009 at 8:34 PM, Jeremy
>> Thomerson<jeremy@...> wrote:
>>> Devs,
>>>  I built the rc5 release tonight, but as previously mentioned, had
>>> one problem with the signin2 example in wicket-examples.  I manually
>>> tested that the examples work as they should (as the test is testing
>>> for).  So, it must be a problem with the test or WicketTester.
>>>
>>>  I have not had time to do much testing.  So, please give it a test
>>> if you have time.  Also, someone please check that it is signed
>>> properly.  When I hear back that several are okay, I will call a vote
>>> on the release.
>>>
>>> --
>>> Jeremy Thomerson
>>> http://www.wickettraining.com
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/1.4-rc5---built---but-needs-to-be-tested-tp23917818p23944548.html
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>



--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

RE: 1.4-rc5 - built - but needs to be tested

by Stefan Lindner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tested a few near production applications. No obvious problems found, everything seems to run stable.

Re: 1.4-rc5 - built - but needs to be tested

by Alexandru Objelean :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you found the reason why SignInTest2 fails?

Alex

Jeremy Thomerson-5 wrote:
rc3 - was never released - voted down
rc5 - as you can tell in the email, has not been released yet

--
Jeremy Thomerson
http://www.wickettraining.com




On Tue, Jun 9, 2009 at 9:57 AM, Alex Objelean<alex_objelean@yahoo.com> wrote:
>
> Unfortunatelly I cannot migrate to unreleased version... Btw, why some
> versions (like rc2, rc4) can be found at maven repo and others (like rc3,
> rc5) can't?
>
> Thanks!
> Alex
>
>
> igor.vaynberg wrote:
>>
>> mvn clean install worked
>> examples worked
>>
>> -igor
>>
>> On Sun, Jun 7, 2009 at 8:34 PM, Jeremy
>> Thomerson<jeremy@wickettraining.com> wrote:
>>> Devs,
>>>  I built the rc5 release tonight, but as previously mentioned, had
>>> one problem with the signin2 example in wicket-examples.  I manually
>>> tested that the examples work as they should (as the test is testing
>>> for).  So, it must be a problem with the test or WicketTester.
>>>
>>>  I have not had time to do much testing.  So, please give it a test
>>> if you have time.  Also, someone please check that it is signed
>>> properly.  When I hear back that several are okay, I will call a vote
>>> on the release.
>>>
>>> --
>>> Jeremy Thomerson
>>> http://www.wickettraining.com
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/1.4-rc5---built---but-needs-to-be-tested-tp23917818p23944548.html
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Re: 1.4-rc5 - built - but needs to be tested

by Alexandru Objelean :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've installed the latest version from svn (SNAPSHOT). Beside the build problem with SignIn2Test ... there seems to be everything ok. I've deployed my application with this snapshot and everything seems to be ok.

Alex

Jeremy Thomerson-5 wrote:
Devs,
  I built the rc5 release tonight, but as previously mentioned, had
one problem with the signin2 example in wicket-examples.  I manually
tested that the examples work as they should (as the test is testing
for).  So, it must be a problem with the test or WicketTester.

  I have not had time to do much testing.  So, please give it a test
if you have time.  Also, someone please check that it is signed
properly.  When I hear back that several are okay, I will call a vote
on the release.

--
Jeremy Thomerson
http://www.wickettraining.com