Re: 1.3.4 release

2008-06-11 Thread Frank Bille
Hi,
The 1.3.4 release has been delayed a couple of times for various reasons.
Right now the state is that I need to find the time to look into an issue
that could mean regression from 1.3.3[0]. I just haven't got the time for it
yet.

Frank

[0]: https://issues.apache.org/jira/browse/WICKET-1646


On Tue, Jun 10, 2008 at 3:47 PM, Ricky [EMAIL PROTECTED] wrote:

 Hi,

 I know I have asked this question couple of times now, but is there a
 fixed release date on this yet? sorry if it sounds like a duplicate
 question; but we are being pushed to raise the concern over and over; Using
 a 1.3-SNAPSHOT is not really a great idea, because if something changes at
 wicket end which breaks our stuff it would end up being a bug on our plate
 from users here ... Hopefully someone can give a definitive schedule for
 release date. The original question was raised like a month back and the
 response was that it will be sometime that week itself. apparently each
 time the response has been the same.

 My question is:
 1.) Is it delayed?
 2.) Is it canceled?
 3.) Is it being replaced by 1.4? (in that there will be *NO* 1.3.4 anymore)

 My apologies if i sound obstinate.

 Thnx,
 Rick.



1.3.4 release

2008-06-10 Thread Ricky
Hi,

I know I have asked this question couple of times now, but is there a
fixed release date on this yet? sorry if it sounds like a duplicate
question; but we are being pushed to raise the concern over and over; Using
a 1.3-SNAPSHOT is not really a great idea, because if something changes at
wicket end which breaks our stuff it would end up being a bug on our plate
from users here ... Hopefully someone can give a definitive schedule for
release date. The original question was raised like a month back and the
response was that it will be sometime that week itself. apparently each
time the response has been the same.

My question is:
1.) Is it delayed?
2.) Is it canceled?
3.) Is it being replaced by 1.4? (in that there will be *NO* 1.3.4 anymore)

My apologies if i sound obstinate.

Thnx,
Rick.


Re: 1.3.4 release

2008-06-10 Thread Martijn Dashorst
The release will be made available when we have confidence that it
won't break stuff, and when someone actually finds the time to build
the release. Remember: you don't pay for support, Wicket is a
volunteer effort - it is our spare time to build and check the
release.

Working on 1.3-snapshot should not be too problematic. Just build your
own version and fix your version number to a specific date/time, such
as 1.3-20080612-134768  We build the release from the same 1.3 branch,
so your build should be as good as ours.

Martijn

On Tue, Jun 10, 2008 at 3:47 PM, Ricky [EMAIL PROTECTED] wrote:
 Hi,

 I know I have asked this question couple of times now, but is there a
 fixed release date on this yet? sorry if it sounds like a duplicate
 question; but we are being pushed to raise the concern over and over; Using
 a 1.3-SNAPSHOT is not really a great idea, because if something changes at
 wicket end which breaks our stuff it would end up being a bug on our plate
 from users here ... Hopefully someone can give a definitive schedule for
 release date. The original question was raised like a month back and the
 response was that it will be sometime that week itself. apparently each
 time the response has been the same.

 My question is:
 1.) Is it delayed?
 2.) Is it canceled?
 3.) Is it being replaced by 1.4? (in that there will be *NO* 1.3.4 anymore)

 My apologies if i sound obstinate.

 Thnx,
 Rick.




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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 1.3.4 release

2008-06-10 Thread Jeremy Thomerson
Yes, just checkout the 1.3.x branch, change the POM to 
1.3-whatever-you-want-to-tag-it and run mvn install.  Copy it to your shared 
mvn repo so all developers can access it.  Change your POM to use wicket 
version 1.3-whatever-you-called-it, and now you're on a stable build.  Test 
your ap.  Deploy with confidence.

That's the beauty of open source.  Build your own.  Modify if necessary.  
Lather, rinse, repeat.

Jeremy Thomerson
http://www.wickettraining.com
-- sent from a wireless device


-Original Message-
From: Martijn Dashorst [EMAIL PROTECTED]
Sent: Tuesday, June 10, 2008 10:03 AM
To: users@wicket.apache.org
Subject: Re: 1.3.4 release

The release will be made available when we have confidence that it
won't break stuff, and when someone actually finds the time to build
the release. Remember: you don't pay for support, Wicket is a
volunteer effort - it is our spare time to build and check the
release.

Working on 1.3-snapshot should not be too problematic. Just build your
own version and fix your version number to a specific date/time, such
as 1.3-20080612-134768  We build the release from the same 1.3 branch,
so your build should be as good as ours.

Martijn

On Tue, Jun 10, 2008 at 3:47 PM, Ricky [EMAIL PROTECTED] wrote:
 Hi,

 I know I have asked this question couple of times now, but is there a
 fixed release date on this yet? sorry if it sounds like a duplicate
 question; but we are being pushed to raise the concern over and over; Using
 a 1.3-SNAPSHOT is not really a great idea, because if something changes at
 wicket end which breaks our stuff it would end up being a bug on our plate
 from users here ... Hopefully someone can give a definitive schedule for
 release date. The original question was raised like a month back and the
 response was that it will be sometime that week itself. apparently each
 time the response has been the same.

 My question is:
 1.) Is it delayed?
 2.) Is it canceled?
 3.) Is it being replaced by 1.4? (in that there will be *NO* 1.3.4 anymore)

 My apologies if i sound obstinate.

 Thnx,
 Rick.




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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 1.3.4 release

2008-06-10 Thread Martijn Dashorst
On Tue, Jun 10, 2008 at 5:03 PM, Martijn Dashorst
[EMAIL PROTECTED] wrote:
 When someone actually finds the time to build
 the release.

Our team has 2 guys that know the release procedure in and out, and
we'd rather let one of them build the release as to not goof up
anything. Both guys (me and Frank) have pressing stuff (non-Wicket) to
do this week (and past weeks).

It is not the ./release.sh call that takes the longest time, but
ensuring the surrounding stuff of the release that is time consuming:
release notes, tagging, uploading, JIRA issues reassignment, site
updates, etc.

Martijn

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 1.3.4 release

2008-06-10 Thread Ricky
OK, thanks for your response guys. appreciate it; I understand that it is a
time consuming process and also takes time to check if release has any
impacts etc. I guess we'll have to go with 1.3-SNAPSHOT for now.

Thanks,
Rick

On Tue, Jun 10, 2008 at 11:39 AM, Martijn Dashorst 
[EMAIL PROTECTED] wrote:

 On Tue, Jun 10, 2008 at 5:03 PM, Martijn Dashorst
 [EMAIL PROTECTED] wrote:
  When someone actually finds the time to build
  the release.

 Our team has 2 guys that know the release procedure in and out, and
 we'd rather let one of them build the release as to not goof up
 anything. Both guys (me and Frank) have pressing stuff (non-Wicket) to
 do this week (and past weeks).

 It is not the ./release.sh call that takes the longest time, but
 ensuring the surrounding stuff of the release that is time consuming:
 release notes, tagging, uploading, JIRA issues reassignment, site
 updates, etc.

 Martijn

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

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: 1.3.4 release

2008-06-10 Thread Michael Mehrle
1.3-SNAPSHOT seems to be pretty stable and easy to add to your maven project. I 
actually downloaded and compiled yesterday but after having compile problems 
wound up using 1.3-SNAPSHOT. Just my 2 cents...

Michael

-Original Message-
From: Ricky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 10, 2008 8:50 AM
To: users@wicket.apache.org
Subject: Re: 1.3.4 release

OK, thanks for your response guys. appreciate it; I understand that it is a
time consuming process and also takes time to check if release has any
impacts etc. I guess we'll have to go with 1.3-SNAPSHOT for now.

Thanks,
Rick




Re: 1.3.4 Release

2008-05-21 Thread OliZilla

Any news on the 1.3.4 release date yet? 
We are waiting on a couple of fixes that are already committed, but we don't
want to go back to using a SNAPSHOT if the 1.3.4 release is on the horizon.

Cheers,

Oli

-- 
View this message in context: 
http://www.nabble.com/1.3.4-Release-tp16810205p17364249.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 1.3.4 Release

2008-05-21 Thread Frank Bille
I think we are ready to release 1.3.4. Let me ping the others if it
can be this weekend (I don't have time before)

Frank

On Wed, May 21, 2008 at 3:57 PM, OliZilla [EMAIL PROTECTED] wrote:

 Any news on the 1.3.4 release date yet?
 We are waiting on a couple of fixes that are already committed, but we don't
 want to go back to using a SNAPSHOT if the 1.3.4 release is on the horizon.

 Cheers,

 Oli

 --
 View this message in context: 
 http://www.nabble.com/1.3.4-Release-tp16810205p17364249.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



1.3.4 Release

2008-04-21 Thread Ricky
Is 1.3.4 release out yet?

Rick


Re: 1.3.4 Release

2008-04-21 Thread Maurice Marrink
nope :)

1.4-m1 will be soon though.

Maurice

On Mon, Apr 21, 2008 at 3:15 PM, Ricky [EMAIL PROTECTED] wrote:
 Is 1.3.4 release out yet?

  Rick


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 1.3.4 Release

2008-04-21 Thread Ricky
How soon ? I am looking for fixes they have done to Autocomplete Text Field
which is not working in IE, just a rough estimate ... a month ?

On Mon, Apr 21, 2008 at 9:22 AM, Maurice Marrink [EMAIL PROTECTED] wrote:

 nope :)

 1.4-m1 will be soon though.

 Maurice

 On Mon, Apr 21, 2008 at 3:15 PM, Ricky [EMAIL PROTECTED] wrote:
  Is 1.3.4 release out yet?
 
   Rick
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: 1.3.4 Release

2008-04-21 Thread Maurice Marrink
Sorry, can't possibly give you an estimate. There are still a good
number of bugs that need to be addressed. So we haven't even discussed
a timeframe yet.

Maurice

On Mon, Apr 21, 2008 at 3:25 PM, Ricky [EMAIL PROTECTED] wrote:
 How soon ? I am looking for fixes they have done to Autocomplete Text Field
  which is not working in IE, just a rough estimate ... a month ?



  On Mon, Apr 21, 2008 at 9:22 AM, Maurice Marrink [EMAIL PROTECTED] wrote:

   nope :)
  
   1.4-m1 will be soon though.
  
   Maurice
  
   On Mon, Apr 21, 2008 at 3:15 PM, Ricky [EMAIL PROTECTED] wrote:
Is 1.3.4 release out yet?
   
 Rick
   
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 1.3.4 Release

2008-04-21 Thread Johan Compagner
i guess in 1 or 2 weeks
for now just use a snapshot


On Mon, Apr 21, 2008 at 3:25 PM, Ricky [EMAIL PROTECTED] wrote:

 How soon ? I am looking for fixes they have done to Autocomplete Text
 Field
 which is not working in IE, just a rough estimate ... a month ?

 On Mon, Apr 21, 2008 at 9:22 AM, Maurice Marrink [EMAIL PROTECTED]
 wrote:

  nope :)
 
  1.4-m1 will be soon though.
 
  Maurice
 
  On Mon, Apr 21, 2008 at 3:15 PM, Ricky [EMAIL PROTECTED] wrote:
   Is 1.3.4 release out yet?
  
Rick
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]