You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2003/03/31 22:06:57 UTC

Release Phoenix 4.0.4 ?

Can we?

Has been in beta for ages.

- Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Leo Simons <le...@apache.org>.
I have been wondering whether we should backport the license fixes to 
the 4.0.x branch. As it stands, a new phoenix release would be somewhat 
in violation of board decree (I think there's no actual license issues). 
What do we want to do with this?

- LSD

PS: if you are not just polling but proposing an actual release (I'm not 
sure which one), can you tag things with '[PMC:VOTE]'? My mail filters 
picks it up and you get a reply much quicker :D



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Leo Simons <le...@apache.org>.
Ulrich Mayring wrote:
> Whoa... someone should fix http://avalon.apache.org/cvs.html then :)

I am an irresponsible turkey.

I am an irresponsible turkey.

I am an irresponsible turkey.

I am an irresponsible turkey.

I am an irresponsible turkey.

I am an irresponsible turkey.

I am an irresponsible turkey.

still...

the fact that only now this pops up must mean no-one is reading that page!

I've put it on my list.

- LSD



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Ulrich Mayring <ul...@denic.de>.
Paul Hammant wrote:
> Ulrich,
> 
>> However, anoncvs didn't work. I used this line from the Avalon website 
>> docs:
>>
>> cvs -d :pserver:anoncvs@cvs.apache.org login
>> cvs login: requires a path spec
> 
> 
> http://jakarta.apache.org/site/cvsindex.html
> 
> You got it slightly wrong.

Whoa... someone should fix http://avalon.apache.org/cvs.html then :)

Checked it out, built and tried to run, but there is no Wrapper, so it 
doesn't start up. I tried to copy my old Wrapper files, which worked 
with Phoenix 4.0.3 and 4.0.4beta, but got this exception:

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/tanukisoftware/wrapper/WrapperListener

Which Wrapper version do I need?

Kind regards,

Ulrich



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Paul Hammant <Pa...@ThoughtWorks.net>.
Ulrich,

> However, anoncvs didn't work. I used this line from the Avalon website 
> docs:
>
> cvs -d :pserver:anoncvs@cvs.apache.org login
> cvs login: requires a path spec

http://jakarta.apache.org/site/cvsindex.html

You got it slightly wrong.

- Paul

-- 
http://www.thoughtworks.com : The art of heavy lifting.
Home for many Agile practicing Open Source activists...



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Ulrich Mayring <ul...@denic.de>.
Paul Hammant wrote:
> 
> Virtually no Apache project distributes Junit.jar in CVS. Most assume 
> the developer has it in ANT_HOME/lib

Ok, I downloaded it and put it there. Might be cool, if ant itself at 
least distributed it :)

However, anoncvs didn't work. I used this line from the Avalon website docs:

cvs -d :pserver:anoncvs@cvs.apache.org login
cvs login: requires a path spec

What is the correct path?

cheers,

Ulrich



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Paul Hammant <Pa...@ThoughtWorks.net>.
Ulrich,

> I tried on February 24 to verify this, but Phoenix from CVS didn't build
> then (see bugreport). It looked to me like JUnit was missing, is that
> fixed now? 

Virtually no Apache project distributes Junit.jar in CVS. Most assume 
the developer has it in ANT_HOME/lib

> > Is there any chance you could write a failing unit test?  Failing, 
> that is, for 4.0.x.
>
> Unfortunately, I've never written one before. Yes, it's on my list to
> learn :) 

They are real easy.  Just extend TestCase and have another method called 
testXXXX(). 

Maybe then a SAR (with source) that demonstrates the problem. I can turn 
it into a test case.

- Paul

-- 
http://www.thoughtworks.com : The art of heavy lifting.
Home for many Agile practicing Open Source activists...



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Ulrich Mayring <ul...@denic.de>.
Paul Hammant wrote:
 >>>>http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13600
 >>>
 > My apologies.  We'll hold off on the release then.  Is it fixed in 
4.1 HEAD ?

I tried on February 24 to verify this, but Phoenix from CVS didn't build
then (see bugreport). It looked to me like JUnit was missing, is that
fixed now?

 > Is there any chance you could write a failing unit test?  Failing, 
that is, for 4.0.x.

Unfortunately, I've never written one before. Yes, it's on my list to
learn :)

Ulrich



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Paul Hammant <pa...@yahoo.com>.
> >> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13600
> > 
> > 
> > It was done a couple of weeks ago. The only thing remaining is the typos 
> > in xdocs - way too hard.
> 
> Have you actually verified that the bugfix works? 

No I did not. Not something I use, so just copied the code from HEAD.  We need more unit tests.

> I have and it doesn't :)

My apologies.  We'll hold off on the release then.  Is it fixed in 4.1 HEAD ?

Is there any chance you could write a failing unit test?  Failing, that is, for 4.0.x.

- Paul

__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Ulrich Mayring <ul...@denic.de>.
Paul Hammant wrote:
> Ulrich
> 
>> No vote, but a reminder:
>>
>> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13600
> 
> 
> It was done a couple of weeks ago. The only thing remaining is the typos 
> in xdocs - way too hard.

Have you actually verified that the bugfix works? I have and it doesn't :)

Ulrich




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Paul Hammant <Pa...@yahoo.com>.
Ulrich

> No vote, but a reminder:
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13600

It was done a couple of weeks ago. The only thing remaining is the typos 
in xdocs - way too hard.

- Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Ulrich Mayring <ul...@denic.de>.
Paul Hammant wrote:
> Any more votes ?
> 
> For / against / anything ?

No vote, but a reminder:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13600

cheers,

Ulrich




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Paul Hammant wrote, On 02/04/2003 8.43:
> Any more votes ?
> 
> For / against / anything ?

+1 For

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Paul Hammant <Pa...@yahoo.com>.
Any more votes ?

For / against / anything ?

- Paul

>> Can we?
>>
>> Has been in beta for ages.
>
>
> +1




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Release Phoenix 4.0.4 ?

Posted by Peter Royal <pr...@apache.org>.
On Monday, March 31, 2003, at 03:06  PM, Paul Hammant wrote:
> Can we?
>
> Has been in beta for ages.

+1
-pete


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org