Re: [CLI] Getting moving with 2.0

2007-08-15 Thread Henri Yandell
For the latter, I use: function propcheck() { for i in `find $1 -type f -name '*.properties'` do for j in `cat $i | sed 's/=.*//'` do grep -R --exclude='*properties*' --exclude='*svn*' $j $1 > /dev/null if [ $? -ne 0 ] then

Re: [CLI] Getting moving with 2.0

2007-08-15 Thread sebb
On 15/08/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > (DNS issues, trying again) > > -- Forwarded message -- > From: Henri Yandell <[EMAIL PROTECTED]> > Date: Aug 15, 2007 6:56 AM > Subject: [CLI] Getting moving with 2.0 > To: Jakarta Commons Developers List , Andrew > Shirley <[E

Re: svn commit: r565847 - in /commons/proper/configuration/trunk: build.xml pom.xml

2007-08-15 Thread Dennis Lundberg
Oliver Heger wrote: Dennis Lundberg wrote: javax.mail 1.4 is for Java 1.4 and upwards only. Does configuration require Java 1.4? Good catch. Indeed configuration should still work with 1.3. Emmanuel modified the tests that require this dependency so that they only run on a JDK 1.4+. I use to

Re: svn commit: r565847 - in /commons/proper/configuration/trunk: build.xml pom.xml

2007-08-15 Thread Oliver Heger
Dennis Lundberg wrote: > javax.mail 1.4 is for Java 1.4 and upwards only. > Does configuration require Java 1.4? Good catch. Indeed configuration should still work with 1.3. Emmanuel modified the tests that require this dependency so that they only run on a JDK 1.4+. I use to run my (maven 1) bu

Re: svn commit: r565847 - in /commons/proper/configuration/trunk: build.xml pom.xml

2007-08-15 Thread Dennis Lundberg
javax.mail 1.4 is for Java 1.4 and upwards only. Does configuration require Java 1.4? [EMAIL PROTECTED] wrote: Author: oheger Date: Tue Aug 14 10:59:46 2007 New Revision: 565847 URL: http://svn.apache.org/viewvc?view=rev&rev=565847 Log: Added missing dependency to javax.mail to maven 2 and ant

Re: Relocating the SVN tree

2007-08-15 Thread Dennis Lundberg
I use SmartSVN [1] for most of my svn operations. It has a free-of-charge "Foundation" version. It made it really easy to "svn switch" my whole proper-trunks structure, without bothering with the command-line. -> Modify -> Switch to URL... [1] http://www.smartsvn.com/ Jochen Wiedmann wrote

Re: [site] Struggling with the site update for transaction

2007-08-15 Thread Dennis Lundberg
The included entity &commons; is fetched from ../commons-build/... in our Maven 1 setup. So you probably need to do "svn update" on that directory to get the latest TLP changes. Zeigermann, Oliver wrote: Folks! I just can't seem to properly update the transaction site. My problem is that the

[RESULT][VOTE] Release commons-sandbox-parent 2

2007-08-15 Thread Dennis Lundberg
Here are the result of this vote: +1 (binding): Dennis Lundberg, Jörg Schaible, Phil Steitz +1 (non-binding): Ben Speakmon I'm proceeding with the release. Dennis Lundberg wrote: Hi The next step in the TLP process is to release version 2 of the commons-sandbox-parent project. A full diff o

[math] removing numerous warning

2007-08-15 Thread Luc Maisonobe
I currently use Eclipse and Findbugs for Java development, with strict settings to identify as many errors as I can. Both trigger numerous warnings on the current math code, mainly in the test classes. I would like to remove all the warnings I can, even if it is sometimes not really important. I p

Re: New method in org.apache.commons.lang.StringUtils

2007-08-15 Thread Henri Yandell
Hi Gerhard, Thanks for the suggestion. Could I ask you to create a JIRA item for it? Lang improvements (as opposed to bugs) tend to be a case of getting them in JIRA, and then seeing what people think over time. http://issues.apache.org/jira/browse/LANG Thanks, Hen On 8/15/07, Gerhard Maree <

Re: Relocating the SVN tree

2007-08-15 Thread Henri Yandell
svn switch doesn't do svn:externals. I used svn status to figure out which ones I had changes on. I rm'd the other components, did an svn switch of the trunks-proper directory, did an svn switch of the components I had local changes on and then did an svn update to get all of the others. Hen On

Fwd: [CLI] Getting moving with 2.0

2007-08-15 Thread Henri Yandell
(DNS issues, trying again) -- Forwarded message -- From: Henri Yandell <[EMAIL PROTECTED]> Date: Aug 15, 2007 6:56 AM Subject: [CLI] Getting moving with 2.0 To: Jakarta Commons Developers List , Andrew Shirley <[EMAIL PROTECTED]> Two different angles I guess. Firstly we've got 1

New method in org.apache.commons.lang.StringUtils

2007-08-15 Thread Gerhard Maree
Hi I have a method that I would like to contribute to the StringUtils class. I unfortunately can't access a CVS server on the internet, so I included the method and its test in this mail. I'd appreciate it if someone can have a look and add the source if it is acceptable. The method basically r

Re: Relocating the SVN tree

2007-08-15 Thread Torsten Curdt
svn switch ...or what are you after? On 15.08.2007, at 08:48, Jochen Wiedmann wrote: Hi, any suggestions or helper tools for relocating from jakarta/commons to commons available? Thanks, Jochen - To unsubscribe, e-mai

Relocating the SVN tree

2007-08-15 Thread Jochen Wiedmann
Hi, any suggestions or helper tools for relocating from jakarta/commons to commons available? Thanks, Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[site] Struggling with the site update for transaction

2007-08-15 Thread Zeigermann, Oliver
Folks! I just can't seem to properly update the transaction site. My problem is that the common links (included by "&commons;" in navigation.xml) keep on pointing to Jakarta. I jsut can't find the location where I would have to change that. Any hint highly appreciated. Thanks in advance Oliver

Re: [VOTE] Release commons-sandbox-parent 2

2007-08-15 Thread Phil Steitz
+1 Phil On 8/10/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Hi > > The next step in the TLP process is to release version 2 of the > commons-sandbox-parent project. A full diff of the pom.xml changes can > be found at this address: > > http://svn.apache.org/viewvc/commons/proper/commons-sand