[GUMP@vmgump]: Project commons-vfs2-test (in module apache-commons) failed

2011-12-23 Thread Gump
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 gene...@gump.apache.org. Project commons-vfs2-test has an issue affecting its community integration. This i

[math] Strange svn conflict messages

2011-12-23 Thread Sébastien Brisard
Hello, I'm sorry to come up with what will probably turn out to be a trivial problem, but here is the thing. After minor modifications, I've tried to commit the patch recently sent by Christian (MATH-692), and have consistently run into the following message {code} Merge conflict during commit

Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
Hey there, I want to mention that I have reserved the G+ brand page "Apache Commons" https://plus.google.com/106381282762520124070 At the moment we don't use such stuff, but we probably should do. Anyway once I can transfer ownership of this page to Commons and once this project wants to have tha

Re: [Graph] On graph weight type(s)

2011-12-23 Thread Simone Tripodi
Hi Matthew! at a first looks it is really interesting, just give me the time to digest because at the same time I had the feeling of a little over-engineering activity, I am worried that "5 minutes to run" users would find it not so immediate. Thanks for providing stuff to learn from! All the bes

Re: Google+ Apache Commons brand page

2011-12-23 Thread Simone Tripodi
Hi Christian! I think that is something really useful, users like to take part of such initiatives, see the Maven page on G+ or Maven group on LinkedIn!!! Thanks for taking care of it! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonet

Re: [Graph] On graph weight type(s)

2011-12-23 Thread Matthew Pocock
Hi Simo, I guess the 5 minutes to run example would be: ShortestPathFunction.dijkstra .makeResult(graph, EdgeWeight.forWeightedEdge, Monotonic.sumDouble) .findShortestPath(source, target); I was assuming that there would be standard pallets of all the strategies available statically in the o

Re: Google+ Apache Commons brand page

2011-12-23 Thread Luc Maisonobe
Le 23/12/2011 09:32, Christian Grobmeier a écrit : > Hey there, > > I want to mention that I have reserved the G+ brand page "Apache Commons" > https://plus.google.com/106381282762520124070 > > At the moment we don't use such stuff, but we probably should do. > Anyway once I can transfer ownershi

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 10:52 AM, Luc Maisonobe wrote: > Le 23/12/2011 09:32, Christian Grobmeier a écrit : >> I want to mention that I have reserved the G+ brand page "Apache Commons" >> https://plus.google.com/106381282762520124070 >> >> At the moment we don't use such stuff, but we probably sho

Re: Google+ Apache Commons brand page

2011-12-23 Thread Luc Maisonobe
Le 23/12/2011 11:15, Christian Grobmeier a écrit : > On Fri, Dec 23, 2011 at 10:52 AM, Luc Maisonobe wrote: >> Le 23/12/2011 09:32, Christian Grobmeier a écrit : >>> I want to mention that I have reserved the G+ brand page "Apache Commons" >>> https://plus.google.com/106381282762520124070 >>> >>>

Re: [Graph] On graph weight type(s)

2011-12-23 Thread Simone Tripodi
Hi Matthew! I think that your idea is great as a foundation for implementing algorithms but I would not allow users use that APIs to resolve known problems, unless they want to implement their own solutions or contribute back to [graph] missing algorithms. Usually algorithms (like Dijkstra) alrea

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Simone Tripodi
Hi again Gary! I had another review after your latest commits, I just fixed 1 missing @param comment, and IMHO in therms of having generics-only, this release should be ready... Do you have any plan? Thanks for driving this! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.liv

Re: [math] Strange svn conflict messages

2011-12-23 Thread Gilles Sadowski
On Fri, Dec 23, 2011 at 09:22:47AM +0100, Sébastien Brisard wrote: > Hello, > I'm sorry to come up with what will probably turn out to be a trivial > problem, but here is the thing. After minor modifications, I've tried > to commit the patch recently sent by Christian (MATH-692), and have > consist

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 11:31 AM, Luc Maisonobe wrote: > Le 23/12/2011 11:15, Christian Grobmeier a écrit : >> On Fri, Dec 23, 2011 at 10:52 AM, Luc Maisonobe >> wrote: >>> Le 23/12/2011 09:32, Christian Grobmeier a écrit : I want to mention that I have reserved the G+ brand page "Apache Co

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Christian Grobmeier
On Wed, Dec 21, 2011 at 7:32 PM, Rainer Jung wrote: > On 21.12.2011 17:41, Christian Grobmeier wrote: >> >> On Wed, Dec 21, 2011 at 5:19 PM, Phil Steitz >>  wrote: >>> >>> 1.5.x ships with tomcat and is used by lots of other production >>> applications.  We need to maintain the ability to patch it

Re: [Graph] On graph weight type(s)

2011-12-23 Thread Matthew Pocock
On 23 December 2011 10:38, Simone Tripodi wrote: > Hi Matthew! > > Usually algorithms (like Dijkstra) already have clear enunciates and > steps are known, so we could safety expose 1 APIs that hide all that > details to clients wrapping your proposals. > That's what façades are for. I totally

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Christian Grobmeier
On Wed, Dec 21, 2011 at 7:31 PM, Phil Steitz wrote: > On 12/21/11 11:09 AM, Gary Gregory wrote: >> On Wed, Dec 21, 2011 at 1:03 PM, Mark Thomas wrote: >> >>> On 21/12/2011 16:57, Phil Steitz wrote: On 12/21/11 9:41 AM, Christian Grobmeier wrote: > On Wed, Dec 21, 2011 at 5:19 PM, Phil St

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Gary Gregory
On Dec 23, 2011, at 6:00, Simone Tripodi wrote: > Hi again Gary! > > I had another review after your latest commits, I just fixed 1 missing > @param comment, and IMHO in therms of having generics-only, this > release should be ready... > > Do you have any plan? Thanks for driving this! > -Simo M

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Simone Tripodi
Hi all! > If 1.6 is coming and this project does not support it, how can we> handle it? > After all we are not working for the Tomcat project, we are > working for ourselves, indeed. From the commons HP: "The Commons is an Apache project focused on all aspects of reusable Java components." I am

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Gary Gregory
On Dec 23, 2011, at 6:34, Christian Grobmeier wrote: > On Wed, Dec 21, 2011 at 7:31 PM, Phil Steitz wrote: >> On 12/21/11 11:09 AM, Gary Gregory wrote: >>> On Wed, Dec 21, 2011 at 1:03 PM, Mark Thomas wrote: >>> On 21/12/2011 16:57, Phil Steitz wrote: > On 12/21/11 9:41 AM, Christian G

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 1:41 PM, Gary Gregory wrote: >> >> OK, sorry if I ask the same question in the same dumb way all the >> time... but we have figured out 1.5 will be binary compatible with >> 1.6. >> We can't we then simply drop 1.5 and go forward with 1.6? >> >> So far i have see the reason

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Simone Tripodi
Hi again!!! > > My plan is simply to finish cleaning up the warnings that generics > introduced, like the one you just fixed in javadocs. > > Still no runtime behavior changes. I did not even change to enhanced for > loops. > I agree, let's not break (potentially) the pool behavior, what we want

Re: [math] Strange svn conflict messages

2011-12-23 Thread Sébastien Brisard
Hi Gilles, > > Same problem here. > And it is the second time it happens: >  http://markmail.org/message/ocea43hf2gxvrzan > I didn't realize I almost copied/paste a prevous message of yours... I've tried again to commit, with no success. Is there something I can do to investigate a synchronization

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Mark Thomas
On 23/12/2011 11:33, Christian Grobmeier wrote: > So far i have see the reason: Tomcat 5.5 runs with jdk1.4.2. Is this > actually the reason we don't go forward? Because another project needs > the 1.5 series? > If this is the case, then the EOL of Tomcat 5.5 is the earliest EOL of Pool > 1.5. >

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Gary Gregory
On Fri, Dec 23, 2011 at 8:07 AM, Simone Tripodi wrote: > Hi again!!! > > > > > My plan is simply to finish cleaning up the warnings that generics > > introduced, like the one you just fixed in javadocs. > > > > Still no runtime behavior changes. I did not even change to enhanced for > loops. > > >

Re: [math] Strange svn conflict messages

2011-12-23 Thread Gilles Sadowski
Hello. > > > > Same problem here. > > And it is the second time it happens: > >  http://markmail.org/message/ocea43hf2gxvrzan > > > I didn't realize I almost copied/paste a prevous message of yours... > I've tried again to commit, with no success. > Is there something I can do to investigate a syn

[Commons Wiki] Update of "Modeler" by liviutudor

2011-12-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "Modeler" page has been changed by liviutudor: http://wiki.apache.org/commons/Modeler?action=diff&rev1=4&rev2=5 Comment: added a link to samples on how to use the BaseModelMBean an

[Commons Wiki] Update of "Modeler" by liviutudor

2011-12-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "Modeler" page has been changed by liviutudor: http://wiki.apache.org/commons/Modeler?action=diff&rev1=5&rev2=6 Comment: added a "how to" section = Component Overview = || {{

[Commons Wiki] Update of "Modeler" by liviutudor

2011-12-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "Modeler" page has been changed by liviutudor: http://wiki.apache.org/commons/Modeler?action=diff&rev1=6&rev2=7 Comment: forgot to add the link to create the sample page -- sorry!

[Commons Wiki] Update of "WrapUpBeanWithBaseModelMBean" by liviutudor

2011-12-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "WrapUpBeanWithBaseModelMBean" page has been changed by liviutudor: http://wiki.apache.org/commons/WrapUpBeanWithBaseModelMBean Comment: created description New page: At the core

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 2:29 PM, Mark Thomas wrote: > On 23/12/2011 11:33, Christian Grobmeier wrote: > >> So far i have see the reason: Tomcat 5.5 runs with jdk1.4.2. Is this >> actually the reason we don't go forward? Because another project needs >> the 1.5 series? >> If this is the case, then

[Commons Wiki] Update of "WrapUpBeanWithBaseModelMBean" by liviutudor

2011-12-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "WrapUpBeanWithBaseModelMBean" page has been changed by liviutudor: http://wiki.apache.org/commons/WrapUpBeanWithBaseModelMBean?action=diff&rev1=1&rev2=2 Comment: added the rest of

[VOTE][RESULT] Release JEXL 2.1.1 based on RC1

2011-12-23 Thread sebb
On 21 December 2011 02:38, sebb wrote: > On 19 December 2011 18:13, sebb wrote: >> This is a minor release to fix a regression in 2.1 >> >> What's new in 2.1.1 >> === >> Version 2.1.1 is a bugfix release to address a regression in 2.1: >> >> * JEXL-124:  Array parameters to method

Commons Modeler

2011-12-23 Thread Liviu Tudor
Hi everyone, apologies for the email but I spoke earlier on with Simo, who encouraged me to use the dev ML a bit more ‹ hence this email :) In brief, recently I had worked on a project where I found myself using (for the first time, truth being told) the Commons Modeler. Since there was hardly any

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
Exchanged an e-mail with Shane, he mentioned the keypoint is the PMC needs get access to that G+ account when the original owner has vanished (whcih I do not hope :-)). Transferring the page is planned in G+, but not yet possible. I am happy to assign the ownership of this page to any of the pmcs

Re: Google+ Apache Commons brand page

2011-12-23 Thread Emmanuel Bourg
Thank you for reserving the page Christian. In the same vein we should probably register an Apache Commons account on Twitter. I think this raises an interesting point: we lack the tools to properly communicate directly on the commons.apache.org site. The announcements are not displayed on the

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 4:23 PM, Emmanuel Bourg wrote: > Thank you for reserving the page Christian. In the same vein we should > probably register an Apache Commons account on Twitter. +1 > I think this raises an interesting point: we lack the tools to properly > communicate directly on the com

Re: Google+ Apache Commons brand page

2011-12-23 Thread Gilles Sadowski
Hello. > Thank you for reserving the page Christian. In the same vein we > should probably register an Apache Commons account on Twitter. How useful/needed is it to establish a presence on multiple "social" platforms? Season's Greetings, Gilles > [...]

Re: Google+ Apache Commons brand page

2011-12-23 Thread Liviu Tudor
Hi guys, My 2 cents on this, as a regular Twitter user -- I follow a few organizations/companies on Twitter and I'm normally oblivious to their marketing messages on this network, however, I found it very useful when they "broadcast" things about their upcoming releases -- always good to know (I t

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 4:51 PM, Liviu Tudor wrote: > Also perhaps things like voting on certain aspects of the ASF projects can > be "broadcasted" via Twitter so users who are interested can get involved > in the process on the dev ML? > I don't think in the case of Commons, Twitter would help wi

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 4:46 PM, Gilles Sadowski wrote: > Hello. > >> Thank you for reserving the page Christian. In the same vein we >> should probably register an Apache Commons account on Twitter. > > How useful/needed is it to establish a presence on multiple "social" > platforms? I would say

Re: Google+ Apache Commons brand page

2011-12-23 Thread Raffaele P. Guidi
DirectMemory has also a facebook page. I would be happy to give admin rights to whoever is interested in mantaining it. With twitter it's a bit more complicated as multiple ownership is not allowed - probably the account should be shared (not sure if it complies with their terms of use). Ciao,

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Phil Steitz
On 12/23/11 7:36 AM, Christian Grobmeier wrote: > On Fri, Dec 23, 2011 at 2:29 PM, Mark Thomas wrote: >> On 23/12/2011 11:33, Christian Grobmeier wrote: >> >>> So far i have see the reason: Tomcat 5.5 runs with jdk1.4.2. Is this >>> actually the reason we don't go forward? Because another project

Re: Google+ Apache Commons brand page

2011-12-23 Thread Liviu Tudor
Thank you, Christian! I completely missed out on the posts -- indeed that would be another reason for using Twitter. +1 from me for that! Liv Liviu Tudor E: liviu.tu...@gmail.com M: +44 (0)7917696626 W: http://about.me/liviutudor Skype: liviutudor I'm nobody, nobody's perfect -- therefore

Re: [math] Strange svn conflict messages

2011-12-23 Thread Phil Steitz
On 12/23/11 6:47 AM, Gilles Sadowski wrote: > Hello. > >>> Same problem here. >>> And it is the second time it happens: >>> http://markmail.org/message/ocea43hf2gxvrzan >>> >> I didn't realize I almost copied/paste a prevous message of yours... >> I've tried again to commit, with no success. >> Is

Re: Google+ Apache Commons brand page

2011-12-23 Thread Gilles Sadowski
On Fri, Dec 23, 2011 at 05:00:03PM +0100, Christian Grobmeier wrote: > On Fri, Dec 23, 2011 at 4:46 PM, Gilles Sadowski > wrote: > > Hello. > > > >> Thank you for reserving the page Christian. In the same vein we > >> should probably register an Apache Commons account on Twitter. > > > > How usefu

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 5:01 PM, Phil Steitz wrote: > On 12/23/11 7:36 AM, Christian Grobmeier wrote: >> On Fri, Dec 23, 2011 at 2:29 PM, Mark Thomas wrote: >>> On 23/12/2011 11:33, Christian Grobmeier wrote: >>> Releases would be more work but there are folks that look to be willing >>> to rele

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Gary Gregory
On Fri, Dec 23, 2011 at 11:01 AM, Phil Steitz wrote: > On 12/23/11 7:36 AM, Christian Grobmeier wrote: > > On Fri, Dec 23, 2011 at 2:29 PM, Mark Thomas wrote: > >> On 23/12/2011 11:33, Christian Grobmeier wrote: > >> > >>> So far i have see the reason: Tomcat 5.5 runs with jdk1.4.2. Is this > >>

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Phil Steitz
On 12/23/11 9:38 AM, Christian Grobmeier wrote: > On Fri, Dec 23, 2011 at 5:01 PM, Phil Steitz wrote: >> On 12/23/11 7:36 AM, Christian Grobmeier wrote: >>> On Fri, Dec 23, 2011 at 2:29 PM, Mark Thomas wrote: On 23/12/2011 11:33, Christian Grobmeier wrote: Releases would be more work bu

Re: Google+ Apache Commons brand page

2011-12-23 Thread Christian Grobmeier
On Fri, Dec 23, 2011 at 5:28 PM, Gilles Sadowski wrote: > On Fri, Dec 23, 2011 at 05:00:03PM +0100, Christian Grobmeier wrote: >> On Fri, Dec 23, 2011 at 4:46 PM, Gilles Sadowski >> wrote: >> > Hello. >> > >> >> Thank you for reserving the page Christian. In the same vein we >> >> should probably

Re: [Graph] On graph weight type(s)

2011-12-23 Thread squarcel
Hi, I like the idea of external weights. Actually that could work for other properties of the graph as well. I see a couple of use cases there. As for lazy implementations, I like them too but with much less priority for now. Anyway, first things first: guys should I infer an implicit 'yes' from

Re: [math] Strange svn conflict messages

2011-12-23 Thread Gilles Sadowski
On Fri, Dec 23, 2011 at 09:23:53AM -0700, Phil Steitz wrote: > On 12/23/11 6:47 AM, Gilles Sadowski wrote: > > Hello. > > > >>> Same problem here. > >>> And it is the second time it happens: > >>> http://markmail.org/message/ocea43hf2gxvrzan > >>> > >> I didn't realize I almost copied/paste a prev

Re: [math] Strange svn conflict messages

2011-12-23 Thread Sébastien Brisard
> > Thanks for the suggestion. > > Sébastien, > Will you do it? > > > Best, > Gilles > Yes, I will (maybe not tonight, though!). Best regards! Sébastien - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

Re: [math] Strange svn conflict messages

2011-12-23 Thread Sébastien Brisard
I've been in touch with people at infrastructure, which suggested the following. US MIRROR = svn info http://svn.us.apache.org/repos/asf/commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/BinomialDistribution.java produces Path: BinomialDistribution.java Name: Bi

RE: Google+ Apache Commons brand page

2011-12-23 Thread Lorenzo Solano
+1 & Like This! "People don’t want a quarter-inch drill, they want a quarter-inch hole." Theodore Levitt._ -Original Message- From: Christian Grobmeier [mailto:grobme...@gmail.com] Sent: Friday, December 23, 2011 12:56 PM To: Commons Developers List Subject: Re: Google+ Apache Commons

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Gary Gregory
The whole commons community is responsible for VFS but some developers are more focused on a subset of commons. There are no plans that I know of for S3. You are welcome to contribute a patch with a JIRA. The tricky part is unit testing. Usually tests runs with every build but in this case I am not

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Liviu Tudor
D'oh, good point about unit testing, Gary! Hasn't crossed my mind what a problem this could be h food for thought I suppose… I'll go and talk to my team after the holiday season see if I can pull some resources towards this. Thanks for the heads-up! Liv Liviu Tudor E: liviu.tu...@gmail.c

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Mark Fortner
Looks like there is an S3 plugin already. I'm not sure what version of VFS it works with, but it might do the trick. https://github.com/abashev/vfs-s3 Hope this helps, Mark On Fri, Dec 23, 2011 at 4:03 PM, Liviu Tudor wrote: > D'oh, good point about unit testing, Gary! Hasn't crossed my m

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Ralph Goers
I recall seeing S3 mentioned on the dev list a while ago, probably in reference to this project and whether we wanted to include it in VFS. It seems to be based on vfs2. I didn't investigate to see what licenses its dependencies are under, but this project is now Apache licensed. Ralph On Dec

[GUMP@vmgump]: Project commons-sanselan-test (in module apache-commons) failed

2011-12-23 Thread Gump
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 gene...@gump.apache.org. Project commons-sanselan-test has an issue affecting its community integration. Th

Re: [pool] [POOL-208] Support Java 1.5 Generics in version 1.x.

2011-12-23 Thread Gary Gregory
On Fri, Dec 23, 2011 at 8:44 AM, Gary Gregory wrote: > On Fri, Dec 23, 2011 at 8:07 AM, Simone Tripodi > wrote: > >> Hi again!!! >> >> > >> > My plan is simply to finish cleaning up the warnings that generics >> > introduced, like the one you just fixed in javadocs. >> > >> > Still no runtime beh

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Elijah Zupancic
I would love to help out with this if there is support from the Commons community on integrating S3 functionality. -Elijah On Fri, Dec 23, 2011 at 5:23 PM, Ralph Goers wrote: > I recall seeing S3 mentioned on the dev list a while ago, probably in > reference to this project and whether we wanted

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Gary Gregory
Another angle to consider is whether this should be in VFS2 or in a new Java 7-based FileSystem library. Or both. The biggest hurdle I see is unit testing. Gary On Dec 23, 2011, at 21:34, Elijah Zupancic wrote: > I would love to help out with this if there is support from the Commons > communit

Re: Commons VFS support for Amazon S3?

2011-12-23 Thread Steven Siebert
Instead of coding directly to S3, perhaps you can code to an abstraction library such as jclouds (http://www.jclouds.org/documentation/index) and let them handle the integration with the various cloud storage providers. You would get simplified testing and multi-provider support instead of an S3

Re: [modeler] Commons Modeler

2011-12-23 Thread Bill Barker
Thank you for the documentation. There is admittedly a lack of documentation currently for [modeler], and every bit helps. I'm more used to seeing using metadata to load the MBeans in [modeler] (like Tomcat does, and Jetty at least used to do, since haven't looked at Jetty in awhile). But I c

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-12-23 Thread Gump
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 gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[math] Strange svn conflict messages Commons Dev.

2011-12-23 Thread Sébastien Brisard
Hi Daniel, > > Please keep the list CC'd.  More below. > I previously did a copy/paste of your message, but am now copying to the dev list. > > You're wrong.  The mirrors are synchronized --- and, in fact, after you > run the first command some commit was finalized *and got synced* before > you r