about sending several emails in a batch

2008-02-19 Thread zheng hao
hi all Commons Email dev, I found when i want to send several emails in one connection, Commons Email doesn't help. It connects to the SMTP server per email, and it spends more time on authentication than sending the mails themselve (most SMTP server needs authentication). So I have to code on the

Re: [VOTE] Release Proxy 1.0 (from rc2)

2008-02-19 Thread James Carman
On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 20, 2008 4:32 AM, James Carman <[EMAIL PROTECTED]> wrote: > > On 2/19/08, James Carman <[EMAIL PROTECTED]> wrote: > > > On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > > I'm +0 on this release because I like to review the

Re: [VOTE] Release Proxy 1.0 (from rc2)

2008-02-19 Thread Niall Pemberton
On Feb 20, 2008 4:32 AM, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, James Carman <[EMAIL PROTECTED]> wrote: > > On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > I'm +0 on this release because I like to review the actual artifacts > > > that are going to be distributed. The di

Re: [VOTE] Release Proxy 1.0 (from rc2)

2008-02-19 Thread James Carman
On 2/19/08, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > I'm +0 on this release because I like to review the actual artifacts > > that are going to be distributed. The distros IMO meet ASF release > > requirements but if I run command "mvn -Pr

Re: [VOTE] Release Proxy 1.0 (from rc2)

2008-02-19 Thread James Carman
On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > I'm +0 on this release because I like to review the actual artifacts > that are going to be distributed. The distros IMO meet ASF release > requirements but if I run command "mvn -Prc site assembly:assembly" > then the binary distro created a

Re: [VOTE] Release Proxy 1.0 (from rc2)

2008-02-19 Thread Niall Pemberton
I'm +0 on this release because I like to review the actual artifacts that are going to be distributed. The distros IMO meet ASF release requirements but if I run command "mvn -Prc site assembly:assembly" then the binary distro created also includes the javadocs and also -sources.jar and -javadoc.ja

Re: [VOTE] Release math 1.2 (second attempt)

2008-02-19 Thread Michael Heuer
On Mon, 18 Feb 2008, Phil Steitz wrote: > This is a vote to release Commons Math 1.2. > > The zips / tars are here: > http://people.apache.org/~psteitz/math-1.2-RC3/ > > The site included in the binary distro is here: > http://people.apache.org/~psteitz/math-1.2-RC3/docs/ > > Release notes: > http

Re: [configuration] Digester failures without Commons Collections

2008-02-19 Thread Emmanuel Bourg
Oliver Heger a écrit : Currently I get 39 test errors. I also get exceptions of the following type: testParentReloadNotSupported(org.apache.commons.configuration2.TestSubnodeConfiguration) Time elapsed: 0.016 sec <<< ERROR! java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.

Re: [VOTE] Release math 1.2 (second attempt)

2008-02-19 Thread sebb
On 19/02/2008, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > sebb a écrit : > > On 19/02/2008, Phil Steitz <[EMAIL PROTECTED]> wrote: > >> This is a vote to release Commons Math 1.2. > >> > > > > I assume the SVN tag is: > > http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_1_2_RC3/ > > >

[VOTE] Release Proxy 1.0 (from rc2)

2008-02-19 Thread James Carman
All, I have prepared a commons-proxy-1.0-rc2 release candidate. The distribution files can be found at: http://people.apache.org/~jcarman/commons-proxy-1.0-rc2/ and the site can be found at: http://people.apache.org/~jcarman/commons-proxy-1.0-rc2/site The SVN tag used to create the release ca

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread Dennis Lundberg
sebb wrote: On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: So, as far as I can tell these are the current issues with this release candidate (and what I've done to fix them): 1. Source

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > > So, as far as I can tell these are the current issues with this > > > release candidate (and what I've done to fix them): > > > > > >

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
On 2/19/08, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > > So, as far as I can tell these are the current issues with this > > > release candidate (and what I've done to fix them): > > > > > > 1.

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > So, as far as I can tell these are the current issues with this > > release candidate (and what I've done to fix them): > > > > 1. Source Incompatible w/1.3 - Changed the source/target to 1.4 i

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > So, as far as I can tell these are the current issues with this > release candidate (and what I've done to fix them): > > 1. Source Incompatible w/1.3 - Changed the source/target to 1.4 in > proxy's pom file > > 2. Javadoc Links - The new J

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
So, as far as I can tell these are the current issues with this release candidate (and what I've done to fix them): 1. Source Incompatible w/1.3 - Changed the source/target to 1.4 in proxy's pom file 2. Javadoc Links - The new Javadocs will have links to JDK, XML-RPC, Javassist, AOP Alliance, a

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > > It's written to be 1.3 compliant. > > > > It appears to be so if one uses Maven, however I just tried it with > > Eclipse, and there are some classes which are not compatible with 1.3. > > > >

Re: [VOTE] Release math 1.2

2008-02-19 Thread Oliver Heger
Luc Maisonobe schrieb: Oliver Heger a écrit : The distributions look good. All build variants worked for me on a JDK 1.6. Regarding the site: The clirr report shows some errors. According to the release notes there are no binary incompatible changes. Is this okay? Yes. Clirr flags as errors

Re: [configuration] Digester failures without Commons Collections

2008-02-19 Thread Oliver Heger
Emmanuel Bourg schrieb: Hi, I noticed that several tests fail on the 2.x branch since the removal of the commons collections dependency. We now have digester 1.8 and beanutils 1.7 which should work fine without commons collections, but I keep getting a NoSuchMethodError on running the tests w

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > It's written to be 1.3 compliant. > > It appears to be so if one uses Maven, however I just tried it with > Eclipse, and there are some classes which are not compatible with 1.3. > > RuntimeException does not have RuntimeException([String,]Throwable)

Re: [VOTE] Release math 1.2

2008-02-19 Thread Luc Maisonobe
Oliver Heger a écrit : The distributions look good. All build variants worked for me on a JDK 1.6. Regarding the site: The clirr report shows some errors. According to the release notes there are no binary incompatible changes. Is this okay? Yes. Clirr flags as errors protected fields that ha

Re: [VOTE] Release math 1.2

2008-02-19 Thread Oliver Heger
The distributions look good. All build variants worked for me on a JDK 1.6. Regarding the site: The clirr report shows some errors. According to the release notes there are no binary incompatible changes. Is this okay? A minor point are the 292 checkstyle errors. Oliver Phil Steitz schrieb:

Re: [VOTE] Release math 1.2 (second attempt)

2008-02-19 Thread Luc Maisonobe
sebb a écrit : On 19/02/2008, Phil Steitz <[EMAIL PROTECTED]> wrote: This is a vote to release Commons Math 1.2. I assume the SVN tag is: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_1_2_RC3/ The zips / tars are here: http://people.apache.org/~psteitz/math-1.2-RC3/ The sit

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > > > There are no digests (.md5 or .sha) and no signature (.asc) files. > > > > I went by these directions: > > http://commons.apache.org/releases/prepare.html > > which doesn't mention anything

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > There are no digests (.md5 or .sha) and no signature (.asc) files. > I went by these directions: http://commons.apache.org/releases/prepare.html which doesn't mention anything about doing digests or signing the release candidates. That is left for

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 6:31 PM, sebb <[EMAIL PROTECTED]> wrote: > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > > > >

Re: [doc] Release Preparation...

2008-02-19 Thread Dennis Lundberg
What you describe is the preferred way to stage a site. Go ahead and update the docs. James Carman wrote: All, I propose changing the release preparation documents. Currently is says: Maven 2 builds should temporarily add a site location to the : stagingSite scp://people.apache

Re: [VOTE] Release math 1.2 (second attempt)

2008-02-19 Thread Niall Pemberton
Artifacts all look good and m1 and m2 builds both ran OK for me (but I only tested using JDK 1.5) - so +1 from me Niall On Feb 19, 2008 2:57 AM, Phil Steitz <[EMAIL PROTECTED]> wrote: > This is a vote to release Commons Math 1.2. > > The zips / tars are here: > http://people.apache.org/~psteitz/m

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 6:31 PM, sebb <[EMAIL PROTECTED]> wrote: > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > > > I have prepared a commons-proxy-1.0-rc1 release candidate. The > >

Re: [VOTE] Release math 1.2 (second attempt)

2008-02-19 Thread Luc Maisonobe
Phil Steitz a écrit : This is a vote to release Commons Math 1.2. The zips / tars are here: http://people.apache.org/~psteitz/math-1.2-RC3/ The site included in the binary distro is here: http://people.apache.org/~psteitz/math-1.2-RC3/docs/ Release notes: http://people.apache.org/~psteitz/math

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > > I have prepared a commons-proxy-1.0-rc1 release candidate. The > > > distribution files can be found at: > > > > > > http://people.a

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > I have prepared a commons-proxy-1.0-rc1 release candidate. The > > distribution files can be found at: > > > > http://people.apache.org/~jcarman/commons-proxy-1.0-rc1/ > > > > Can't access the

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > I have prepared a commons-proxy-1.0-rc1 release candidate. The > distribution files can be found at: > > http://people.apache.org/~jcarman/commons-proxy-1.0-rc1/ > Can't access the archives: You don't have permission to access /~jcarman/co

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-02-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- || di

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
Emmanuel, I've added it into my pom.xml and I will include that in the rc2 release candidate. On 2/19/08, Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > A minor suggestion regarding the javadoc, that would be nice if the > pages were linked to the JDK javadoc. This was done through the > maven.javad

[VOTE] Release version 1.0 of commons-build-plugin based on RC1

2008-02-19 Thread Niall Pemberton
I'd like to release commons-build-plugin. Artifacts available for review are here: http://people.apache.org/~niallp/cbp-1.0-rc1/ SVN Tag: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/tags/commons-build-plugin-1.0-RC1/ Site: http://people.apache.org/~niallp/cbp-1.0-rc1/site/

Re: [All] Nightly build links

2008-02-19 Thread Martin Cooper
On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > > http://www.apache.org/dev/nightly-builds.html says that nightly builds > are allowed, but that the general public should not be pointed to > them. > > Seems to me that the front page and download pages for a project are > intended for the general publ

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
I'll include that in the rc2 email. ;) On 2/19/08, sebb <[EMAIL PROTECTED]> wrote: > It would be helpful to include the SVN tag in the e-mail so the > release artifacts can be checked against SVN... > > On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > > I have prepared a commons-proxy-1.0

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
I wonder why that's not part of the parent pom? That is a good idea! :) On 2/19/08, Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > A minor suggestion regarding the javadoc, that would be nice if the > pages were linked to the JDK javadoc. This was done through the > maven.javadoc.links property with

Re: svn commit: r629135 - /commons/proper/proxy/branches/proxy-1.0-work/NOTICE.txt

2008-02-19 Thread sebb
I would wait to see if there are any other problems reported, and then cut another RC as necessary. S/// On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > This went in after I cut the rc1. Does this need to be included in > the release? Should I cut rc2? > > On 2/19/08, [EMAIL PROTECTED]

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread Emmanuel Bourg
A minor suggestion regarding the javadoc, that would be nice if the pages were linked to the JDK javadoc. This was done through the maven.javadoc.links property with Maven 1, I don't know the equivalent with Maven 2. Emmanuel Bourg James Carman a écrit : I have prepared a commons-proxy-1.0-

Re: [VOTE] Release Proxy 1.0

2008-02-19 Thread sebb
It would be helpful to include the SVN tag in the e-mail so the release artifacts can be checked against SVN... On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > I have prepared a commons-proxy-1.0-rc1 release candidate. The > distribution files can be found at: > > http://people.apache.or

Re: svn commit: r629135 - /commons/proper/proxy/branches/proxy-1.0-work/NOTICE.txt

2008-02-19 Thread James Carman
This went in after I cut the rc1. Does this need to be included in the release? Should I cut rc2? On 2/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: niallp > Date: Tue Feb 19 07:56:34 2008 > New Revision: 629135 > > URL: http://svn.apache.org/viewvc?rev=629135&view=rev > Log: > U

Re: [VOTE] Release math 1.2 (second attempt)

2008-02-19 Thread sebb
On 19/02/2008, Phil Steitz <[EMAIL PROTECTED]> wrote: > This is a vote to release Commons Math 1.2. > I assume the SVN tag is: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_1_2_RC3/ > The zips / tars are here: > http://people.apache.org/~psteitz/math-1.2-RC3/ > > The site included

[VOTE] Release Proxy 1.0

2008-02-19 Thread James Carman
I have prepared a commons-proxy-1.0-rc1 release candidate. The distribution files can be found at: http://people.apache.org/~jcarman/commons-proxy-1.0-rc1/ and the site can be found at: http://people.apache.org/~jcarman/commons-proxy-1.0-rc1/site Note: This is my first release, so please look

[doc] Release Preparation...

2008-02-19 Thread James Carman
All, I propose changing the release preparation documents. Currently is says: Maven 2 builds should temporarily add a site location to the : stagingSite scp://people.apache.org/home//public_html/foo-1.2rc1/site Rather than temporarily changing a pom (it just seemed "hacky" to m

[All] Nightly build links

2008-02-19 Thread sebb
http://www.apache.org/dev/nightly-builds.html says that nightly builds are allowed, but that the general public should not be pointed to them. Seems to me that the front page and download pages for a project are intended for the general public, and therefore should not link directly to nightly bui

Re: [proxy] Gearing up for a release

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 3:41 PM, James Carman <[EMAIL PROTECTED]> wrote: > Go for it. I'll re-cut my rc1 after your changes have been made. Great thanks - I'm done: http://svn.apache.org/viewvc?view=rev&revision=629130 At some point this stuff will get moved up to commons-parent - but we need a commons

[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2008-02-19 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

Re: [proxy] Gearing up for a release

2008-02-19 Thread James Carman
Go for it. I'll re-cut my rc1 after your changes have been made. On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 3:27 PM, James Carman <[EMAIL PROTECTED]> wrote: > > I actually thought about that before. I don't know much about OSGi. > > What exactly is it that you need

Re: [proxy] Gearing up for a release

2008-02-19 Thread James Carman
Niall, if you want to jump in, please do so on the proxy-1.0-work branch. I'll merge everything back up to trunk when I'm done cutting the release and I get the go-ahead vote for it. Let me know when you're done so that I can cut the rc1 release. On 2/19/08, James Carman <[EMAIL PROTECTED]> wrot

Re: [proxy] Gearing up for a release

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 3:27 PM, James Carman <[EMAIL PROTECTED]> wrote: > I actually thought about that before. I don't know much about OSGi. > What exactly is it that you need to do? Do you need a list of all of > the "services" that I support? Because, there are three flavors of > the same service (P

Re: [proxy] Gearing up for a release

2008-02-19 Thread James Carman
I actually thought about that before. I don't know much about OSGi. What exactly is it that you need to do? Do you need a list of all of the "services" that I support? Because, there are three flavors of the same service (ProxyFactory). On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > J

[proxy] Gearing up for a release

2008-02-19 Thread Niall Pemberton
James, I see you gearing up for a first proxy release - is there any chance I could jump in and add OSGi info to proxy's manifest before the release? http://wiki.apache.org/commons/CommonsOsgi Niall - To unsubscribe, e-mail: [E

[Commons Wiki] Update of "MovingFromSandboxToProperSVN" by NiallPemberton

2008-02-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/MovingFromSandboxToProperSVN -

Re: [all] Release Numbering...

2008-02-19 Thread James Carman
Sorry, found my answer in the docs. On 2/19/08, James Carman <[EMAIL PROTECTED]> wrote: > For an initial release, should it be 1.0 or 1.0.0? > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

[all] Release Numbering...

2008-02-19 Thread James Carman
For an initial release, should it be 1.0 or 1.0.0? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [all] Old Sandbox Sites...

2008-02-19 Thread sebb
On 19/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On Feb 19, 2008 12:44 PM, James Carman <[EMAIL PROTECTED]> wrote: > > > Should we open up a JIRA for this? Should we maybe add this to the > > > directions for promoting to proper? >

Re: [all] Old Sandbox Sites...

2008-02-19 Thread James Carman
On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 12:44 PM, James Carman <[EMAIL PROTECTED]> wrote: > > Should we open up a JIRA for this? Should we maybe add this to the > > directions for promoting to proper? > > I think just do it rather than opening a JIRA ticket - good

Re: [all] Old Sandbox Sites...

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 2:22 PM, sebb <[EMAIL PROTECTED]> wrote: > On 19/02/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On Feb 19, 2008 1:04 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > On Feb 19, 2008 12:44 PM, James Carman <[EMAIL PROTECTED]> wrote: > > > > Should we open up a JIRA for t

Re: [all] Old Sandbox Sites...

2008-02-19 Thread sebb
On 19/02/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 1:04 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On Feb 19, 2008 12:44 PM, James Carman <[EMAIL PROTECTED]> wrote: > > > Should we open up a JIRA for this? Should we maybe add this to the > > > directions for promot

Re: [all] Old Sandbox Sites...

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 1:04 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 12:44 PM, James Carman <[EMAIL PROTECTED]> wrote: > > Should we open up a JIRA for this? Should we maybe add this to the > > directions for promoting to proper? > > I think just do it rather than opening a JIRA t

Re: [all] Old Sandbox Sites...

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 12:44 PM, James Carman <[EMAIL PROTECTED]> wrote: > Should we open up a JIRA for this? Should we maybe add this to the > directions for promoting to proper? I think just do it rather than opening a JIRA ticket - good to add to promotion doc though - do we have such a thing? Niall

Re: [all] Old Sandbox Sites...

2008-02-19 Thread Torsten Curdt
+1 for the redirect +1 for adding that to the promotion instructions cheers -- Torsten On 19.02.2008, at 13:44, James Carman wrote: Should we open up a JIRA for this? Should we maybe add this to the directions for promoting to proper? On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: On

Re: [all] Old Sandbox Sites...

2008-02-19 Thread James Carman
Should we open up a JIRA for this? Should we maybe add this to the directions for promoting to proper? On 2/19/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 12:39 PM, James Carman <[EMAIL PROTECTED]> wrote: > > What should we do with old sandbox sites after the project has been

Re: [all] Old Sandbox Sites...

2008-02-19 Thread Niall Pemberton
On Feb 19, 2008 12:39 PM, James Carman <[EMAIL PROTECTED]> wrote: > What should we do with old sandbox sites after the project has been > promoted to the "proper"? Commons Proxy and Commons VFS still have > their old sites out there. Should we remove them? Should we put a > redirect page in ther

[all] Old Sandbox Sites...

2008-02-19 Thread James Carman
What should we do with old sandbox sites after the project has been promoted to the "proper"? Commons Proxy and Commons VFS still have their old sites out there. Should we remove them? Should we put a redirect page in there? -

Re: [configuration] What changes in Commons Configuration 2.0 ?

2008-02-19 Thread Emmanuel Bourg
Jörg Schaible a écrit : Another change: - Get rid of the current list handling Currently any value is parsed for list elements and if the list delimiter is found, it will return only the first value. IMHO a list should only be returned if 'getList' is called (with an optional delimiter param