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
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
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
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
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
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
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
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
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
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 <
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
(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
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
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
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]
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
+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
17 matches
Mail list logo