[VOTE] Release math 2.1 based on RC3

2010-03-27 Thread Phil Steitz
Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_1_RC3/ Distributions: http://people.apache.org/~psteitz/math-2.1-RC3/ Maven artifacts: http://people.apache.org/~psteitz/math-2.1-RC3/maven/ Documentation bundled with the binary distribution: http://people.apache.org/~psteitz/

RE: [LANG][COLLECTIONS] Beta releases

2010-03-27 Thread Gary Gregory
> -Original Message- > From: Henri Yandell [mailto:flame...@gmail.com] > Sent: Saturday, March 27, 2010 17:33 > To: Commons Developers List > Subject: Re: [LANG][COLLECTIONS] Beta releases > > On Sat, Mar 27, 2010 at 4:30 PM, sebb wrote: > > On 27/03/2010, Gary Gregory wrote: > >> Hi Hen

Re: [SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Adrian Crum
--- On Sat, 3/27/10, Phil Steitz wrote: > Adrian Crum wrote: > > --- On Sat, 3/27/10, Rahul Akolkar > wrote: > >> Adrian Crum > >> wrote: > >>> I noticed all of the sandbox sub-project > links > >> generate a 404 error. I tried to update the > sandbox convert > >> site by following the instructi

Re: [SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Henri Yandell
On Sat, Mar 27, 2010 at 3:43 PM, Phil Steitz wrote: > Then respond to the pwd challenge with your shell account pwd (the > push to people.apache.org is using scp, so you are authenticating to > the box, not svn). Btw - should be the same password now. LDAP is now behind both the box and svn. He

Re: [LANG][COLLECTIONS] Beta releases

2010-03-27 Thread Henri Yandell
On Sat, Mar 27, 2010 at 4:30 PM, sebb wrote: > On 27/03/2010, Gary Gregory wrote: >> Hi Hen, well done to get the ball rolling. More below. >> >> >>  > -Original Message- >>  > From: Henri Yandell [mailto:flame...@gmail.com] >>  > Sent: Saturday, March 27, 2010 14:08 >>  > To: Commons Dev

Re: [LANG][COLLECTIONS] Beta releases

2010-03-27 Thread sebb
On 27/03/2010, Gary Gregory wrote: > Hi Hen, well done to get the ball rolling. More below. > > > > -Original Message- > > From: Henri Yandell [mailto:flame...@gmail.com] > > Sent: Saturday, March 27, 2010 14:08 > > To: Commons Developers List > > Subject: [LANG][COLLECTIONS] Beta rel

Re: [lang] v3.0 @since

2010-03-27 Thread sebb
On 27/03/2010, Gary Gregory wrote: > Since multiple @since tags are allowed and are treated like multiple @author > tags, what about making use of that? For example: > > ... > * @since 2.0 > * @since 3.0 -1, very confusing - what does it mean? > */ > public static String cap

RE: svn commit: r928129 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java

2010-03-27 Thread Gary Gregory
Fixed in SVN. Thank you Julius. Gary Gregory Senior Software Engineer Seagull Software email: ggreg...@seagullsoftware.com email: ggreg...@apache.org www.seagullsoftware.com > -Original Message- > From: Julius Davies [mailto:juliusdav...@gmail.com] > Sent: Friday, March 26, 2010 22:22

RE: [lang] v3.0 @since

2010-03-27 Thread Gary Gregory
Since multiple @since tags are allowed and are treated like multiple @author tags, what about making use of that? For example: ... * @since 2.0 * @since 3.0 */ public static String capitalize(CharSequence cs) { ... Or maybe: * @since 2.0 * @since 3.0 changed from c

Re: [SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Phil Steitz
Adrian Crum wrote: > --- On Sat, 3/27/10, Rahul Akolkar wrote: >> Adrian Crum >> wrote: >>> I noticed all of the sandbox sub-project links >> generate a 404 error. I tried to update the sandbox convert >> site by following the instructions here: >>> http://commons.apache.org/building.html >>> >>>

RE: [LANG][COLLECTIONS] Beta releases

2010-03-27 Thread Gary Gregory
Hi Hen, well done to get the ball rolling. More below. > -Original Message- > From: Henri Yandell [mailto:flame...@gmail.com] > Sent: Saturday, March 27, 2010 14:08 > To: Commons Developers List > Subject: [LANG][COLLECTIONS] Beta releases > > Possibly a query for IO too if it's 2.0 has l

Re: [Lang] Question about Accessible Criteria

2010-03-27 Thread D Sledge
Hadn't ran a test case, so I just now made the following changes to ConstructorUtilsTest: public class ConstructorUtilsTest extends TestCase { ... public void testGetAccessibleConstructor() throws Exception { ... assertNull(ConstructorUtils.getAccessibleConstructor(

Re: [primitives] Primitives status, IntHashMap, patches, release?

2010-03-27 Thread Henri Yandell
Sorry for the delay Richard - for my part I've been a little too heads down on Lang 3.0 and hadn't seen the email. I don't think anyone is active in Primitives - but I'm happy to get active and help get a release out. If you're still interested then count me in. If your interest has moved on, the

Re: [Lang] Question about Accessible Criteria

2010-03-27 Thread Henri Yandell
Interesting question. I think it should - unless the method Modifier.isPublic method check checks that already. Have you tried a test case to see if this would return an invalid constructor? On Thu, Mar 11, 2010 at 10:10 AM, D Sledge wrote: > Looking at the method ConstructorUtils.getAccessible

Re: [lang] v3.0 @since

2010-03-27 Thread Henri Yandell
I think so. If a recompile would make it work, then no need to update the @since. It would be lovely to say @improved 3.0; but at the end of the day I think we'll have to rely on separate documentation to handle that. On Sun, Mar 7, 2010 at 12:22 AM, Gary Gregory wrote: > Fair enough. > > What ab

[LANG][COLLECTIONS] Beta releases

2010-03-27 Thread Henri Yandell
Possibly a query for IO too if it's 2.0 has large changes. Given the large API changes in Lang 3.0 and Collections 4.0, a beta release seems like a very useful thing (kudos to pbenedict for convincing of me that months ago on IM :) ). I'm interested in what advice and thoughts people might have o

Re: [VOTE] Release Commons Math 2.1 based on RC2

2010-03-27 Thread sebb
On 26/03/2010, Phil Steitz wrote: > sebb wrote: > > On 26/03/2010, Phil Steitz wrote: > >> Tag: > >> http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_1_RC2/ > > > > Some files were missing SVN:EOL (applied to trunk) > > > > Good catch. Lets all make sure we have our svn cli

Re: [DAEMON] Need help building Windows native binaries

2010-03-27 Thread sebb
On 27/03/2010, Mladen Turk wrote: > On 03/27/2010 08:14 PM, sebb wrote: > > > > > > > > > Windows SDK for Windows Server 2008 and .NET Framework 3.5 > > > > > > instead of Win32 2003 r2 Platform SDK - is that OK? > > > > > > > Scratch that - the download page for that now says to use: > > > > Mi

Re: [DAEMON] Need help building Windows native binaries

2010-03-27 Thread Mladen Turk
On 03/27/2010 08:14 PM, sebb wrote: Windows SDK for Windows Server 2008 and .NET Framework 3.5 instead of Win32 2003 r2 Platform SDK - is that OK? Scratch that - the download page for that now says to use: Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 Like said, you w

Re: [DAEMON] Need help building Windows native binaries

2010-03-27 Thread sebb
On 27/03/2010, sebb wrote: > On 27/03/2010, Mladen Turk wrote: > > On 03/27/2010 03:42 PM, sebb wrote: > > > > > I'm trying to debug DAEMON-156, however it's very difficult without > > > being able to rebuild prunsrv.exe. > > > > > > The documentation suggests that one can use the make file

Re: [DAEMON] Need help building Windows native binaries

2010-03-27 Thread sebb
On 27/03/2010, Mladen Turk wrote: > On 03/27/2010 03:42 PM, sebb wrote: > > > I'm trying to debug DAEMON-156, however it's very difficult without > > being able to rebuild prunsrv.exe. > > > > The documentation suggests that one can use the make file > > > > src/native/nt/procrun/apps/prunsrv/prun

Re: [SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Rahul Akolkar
Set up agent-based auth (ssh agent or the PuTTY agent). Can't type much or link to pointers ATM (on the phone). -Rahul On Mar 27, 2010, at 2:15 PM, Adrian Crum wrote: --- On Sat, 3/27/10, Rahul Akolkar wrote: Adrian Crum wrote: I noticed all of the sandbox sub-project links generate a

Re: [SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Adrian Crum
--- On Sat, 3/27/10, Rahul Akolkar wrote: > Adrian Crum > wrote: > > I noticed all of the sandbox sub-project links > generate a 404 error. I tried to update the sandbox convert > site by following the instructions here: > > > > http://commons.apache.org/building.html > > > > It appeared the mvn

Re: [SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Rahul Akolkar
On Sat, Mar 27, 2010 at 11:50 AM, Adrian Crum wrote: > I noticed all of the sandbox sub-project links generate a 404 error. I tried > to update the sandbox convert site by following the instructions here: > > http://commons.apache.org/building.html > > It appeared the mvn site command downloaded

Re: [DAEMON] Need help building Windows native binaries

2010-03-27 Thread Mladen Turk
On 03/27/2010 03:42 PM, sebb wrote: I'm trying to debug DAEMON-156, however it's very difficult without being able to rebuild prunsrv.exe. The documentation suggests that one can use the make file src/native/nt/procrun/apps/prunsrv/prunsrv.x86 However, MS Nmake 1.5 complains about the syntax:

Re: [VOTE] Release Commons BeanUtils 1.8.3 based on RC1

2010-03-27 Thread Rahul Akolkar
+1 -Rahul On Wed, Mar 24, 2010 at 2:48 PM, Niall Pemberton wrote: > There have been a couple of bugs fixed since the BeanUtils 1.8.2 > release, so I would like to release BeanUtils 1.8.3 > > [ ] +1 Yes go ahead an release based on RC1 > [ ] -1 No, because... > > BeanUtils 1.8.3 RC1 is available

Re: [VOTE] Release Commons BeanUtils 1.8.3 based on RC1

2010-03-27 Thread Phil Steitz
Niall Pemberton wrote: > There have been a couple of bugs fixed since the BeanUtils 1.8.2 > release, so I would like to release BeanUtils 1.8.3 > > [ ] +1 Yes go ahead an release based on RC1 > [ ] -1 No, because... > > BeanUtils 1.8.3 RC1 is available for review here: > http://people.apache.or

[SANDBOX] Need Help Building A Sandbox Site

2010-03-27 Thread Adrian Crum
I noticed all of the sandbox sub-project links generate a 404 error. I tried to update the sandbox convert site by following the instructions here: http://commons.apache.org/building.html It appeared the mvn site command downloaded poms and jars from the entire Commons project, then ran a build

Re: [VOTE] Release Commons BeanUtils 1.8.3 based on RC1

2010-03-27 Thread Jörg Schaible
Niall Pemberton wrote: > There have been a couple of bugs fixed since the BeanUtils 1.8.2 > release, so I would like to release BeanUtils 1.8.3 > > [ ] +1 Yes go ahead an release based on RC1 > [ ] -1 No, because... +1, built from source tarball with my compiler zoo. Got one time a failing test

[DAEMON] Need help building Windows native binaries

2010-03-27 Thread sebb
I'm trying to debug DAEMON-156, however it's very difficult without being able to rebuild prunsrv.exe. The documentation suggests that one can use the make file src/native/nt/procrun/apps/prunsrv/prunsrv.x86 However, MS Nmake 1.5 complains about the syntax: prunsrv.x86(55) : fatal error U1088:

Re: [email][exec] Somehow not getting JIRA issues notification?!

2010-03-27 Thread Siegfried Goeschl
Hi folks, probably I messed up somewhere but it is still embarrassing - anyway +) I subscribed to issues again +) I disabled my mail filters for now +) I have a close look at my spam folder and that should solve my problem ... :-( Thanks, Siegfried Goeschl On 27.03.10 13:18, Luc Maisonobe

Re: [email][exec] Somehow not getting JIRA issues notification?!

2010-03-27 Thread Luc Maisonobe
Siegfried Goeschl a écrit : > Hi folks, > > I just checked JIRA for commons-email and commons-exec and found that > there are a couple of new issues - I'm pretty sure that I have not got > any notification from JIRA. > > Is that possible ?! > > +) the email address of my account is correct and w

Re: [email][exec] Somehow not getting JIRA issues notification?!

2010-03-27 Thread Henri Yandell
They go to issues at commons dot apache dot org; so possibly you've got a non-behaving filter. Here's the most recently created exec issue showing up: http://markmail.org/message/4oenl6eirik7msv6 I see it in my gmail archives. Hen On Sat, Mar 27, 2010 at 12:56 AM, Siegfried Goeschl wrote: > H

[email][exec] Somehow not getting JIRA issues notification?!

2010-03-27 Thread Siegfried Goeschl
Hi folks, I just checked JIRA for commons-email and commons-exec and found that there are a couple of new issues - I'm pretty sure that I have not got any notification from JIRA. Is that possible ?! +) the email address of my account is correct and works *) the JIRA issues whould go to dev a