Re: [VOTE] Release of Commons Email 1.3.1 based on RC2

2013-02-26 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > OK, sounds like a respin then? The situation is no more worse than for 1.3. Currently 1.3.1 simply means some important(?) bug fixes with the same amount of failing tests on IBM JDK. Therefore I abstained from the vote, but it can be reasonable to release it any

[continuum] BUILD FAILURE: Apache Commons - Commons JCI -

2013-02-26 Thread Continuum@vmbuild
Continue test if possible; use Java 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 108 X-Continuum-Project-Name: Commons JCI Online report : http://vmbuild.apache.org/continuum/buil

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Digester - Build using Java 1.6

2013-02-26 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=26223&projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Wed 27 Feb 2013 00:21:04 + Finished at: Wed 27 Feb 2013 00:21:15 + Total time: 11s Build Trigger: Schedule Bui

Re: [VOTE] Release of Commons Email 1.3.1 based on RC2

2013-02-26 Thread Gary Gregory
OK, sounds like a respin then? Gary On Tue, Feb 26, 2013 at 3:04 PM, Thomas Neidhart wrote: > On 02/25/2013 11:59 PM, Jörg Schaible wrote: > > Hi Thomas, > > > > Thomas Neidhart wrote: > > > >> Hi, > >> > >> I'd like to call a vote for releasing Commons Email 1.3.1 based on RC2. > >> > >> This

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Lukasz Lenart
ech.. I don't want to complain, but I had (have) the same problem with Struts project which is basically related to pushing changes directly into production branch, which means you cannot test the changes on the staging before pushing to production :\ Regards -- Łukasz + 48 606 323 122 http://ww

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Thomas Neidhart
On 02/26/2013 09:09 PM, Thomas Neidhart wrote: > Unfortunately there are now other things that do not work: > > The menu on the left side for any proper component contains also links > to the Commons main page and general information: > > Home > Components > Sandbox > Dormant > Volunteering > ...

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Thomas Neidhart
Unfortunately there are now other things that do not work: The menu on the left side for any proper component contains also links to the Commons main page and general information: Home Components Sandbox Dormant Volunteering ... these links all contain a /proper/... part which is wrong. Thomas

Re: [VOTE] Release of Commons Email 1.3.1 based on RC2

2013-02-26 Thread Thomas Neidhart
On 02/25/2013 11:59 PM, Jörg Schaible wrote: > Hi Thomas, > > Thomas Neidhart wrote: > >> Hi, >> >> I'd like to call a vote for releasing Commons Email 1.3.1 based on RC2. >> >> This release candidate has the following changes compared to RC1: >> >> * Clirr compares now to 1.3 rather than 1.2 >>

Re: OT: Dependency Graph Library

2013-02-26 Thread Mirko Raner
Hi Jochen, not sure this will meet your needs, but check out this: http://ebuilder.svn.sourceforge.net/viewvc/ebuilder/trunk/net.sf.ebuilder/src/net/sf/ebuilder/utilities/TopologicalSort.java?view=markup A usage example can be found here: http://ebuilder.svn.sourceforge.net/viewvc/ebuilder/trunk/

Re: svn commit: r1449929 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/AbstractMapBag.java

2013-02-26 Thread Thomas Neidhart
On 02/26/2013 06:37 PM, sebb wrote: > On 26 February 2013 17:04, Jörg Schaible wrote: >> sebb wrote: >> >>> On 26 February 2013 10:27, Simone Tripodi >>> wrote: > it is not safe, and it will throw an ArrayStoreException in this case, > which is documented in the throws clause. >

Re: svn commit: r1449929 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/AbstractMapBag.java

2013-02-26 Thread sebb
On 26 February 2013 17:04, Jörg Schaible wrote: > sebb wrote: > >> On 26 February 2013 10:27, Simone Tripodi >> wrote: it is not safe, and it will throw an ArrayStoreException in this case, which is documented in the throws clause. >>> >>> OK I just read the commit, unless it is do

Re: svn commit: r1450160 - /commons/proper/vfs/trunk/core/pom.xml

2013-02-26 Thread Jörg Schaible
Hi, Olivier Lamy wrote: > 2013/2/26 : >> Author: joehni >> Date: Tue Feb 26 13:16:54 2013 >> New Revision: 1450160 >> >> URL: http://svn.apache.org/r1450160 >> Log: >> Move derby.log into target. >> >> Modified: >> commons/proper/vfs/trunk/core/pom.xml >> >> Modified: commons/proper/vfs/trun

Re: svn commit: r1449929 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/AbstractMapBag.java

2013-02-26 Thread Jörg Schaible
sebb wrote: > On 26 February 2013 10:27, Simone Tripodi > wrote: >>> it is not safe, and it will throw an ArrayStoreException in this case, >>> which is documented in the throws clause. >>> >> >> OK I just read the commit, unless it is documented it is fine for me > > Should still be documented

Re: svn commit: r1449929 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/AbstractMapBag.java

2013-02-26 Thread sebb
On 26 February 2013 10:27, Simone Tripodi wrote: >> it is not safe, and it will throw an ArrayStoreException in this case, >> which is documented in the throws clause. >> > > OK I just read the commit, unless it is documented it is fine for me Should still be documented on the @SuppressWarnings l

Re: [VFS] UserAuthenticationData enhancement

2013-02-26 Thread Jean-Marc Borer
Fine for me Jean-Marc On Tue, Feb 26, 2013 at 12:08 PM, Jörg Schaible wrote: > Hello guys, > > the current implementation of the UserAuthenticationData only allows us to > keep character arrays as values for the user authentication. However, for > FTPS or SFTP (maybe more - HTTPS, WebDAVS) we ma

Re: svn commit: r1450160 - /commons/proper/vfs/trunk/core/pom.xml

2013-02-26 Thread Olivier Lamy
2013/2/26 : > Author: joehni > Date: Tue Feb 26 13:16:54 2013 > New Revision: 1450160 > > URL: http://svn.apache.org/r1450160 > Log: > Move derby.log into target. > > Modified: > commons/proper/vfs/trunk/core/pom.xml > > Modified: commons/proper/vfs/trunk/core/pom.xml > URL: > http://svn.apac

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Olivier Lamy
fixed. I missed to import javadoc 3.3, I will fix that now. Doh I can add a new position on my resume: Webmaster :-) 2013/2/26 Maurizio Cucchiara : > Thank you Olivier for your quick fix. > > Now it's better, but there are still many things which are not working. > I'm on commons-net ATM [1]: > *

[VFS] UserAuthenticationData enhancement

2013-02-26 Thread Jörg Schaible
Hello guys, the current implementation of the UserAuthenticationData only allows us to keep character arrays as values for the user authentication. However, for FTPS or SFTP (maybe more - HTTPS, WebDAVS) we may also have to use private keys or client-side certificates. Unfortunately I cannot ke

Re: OT: Dependency Graph Library

2013-02-26 Thread Torsten Curdt
Probably not what you are looking for as it's a very specific impl but... https://github.com/tcurdt/jdependency cheers, Torsten - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

Re: OT: Dependency Graph Library

2013-02-26 Thread James Carman
What kind of dependencies? On Tuesday, February 26, 2013, Jochen Wiedmann wrote: > Hi, > > has anyone here written, or can anyone recommend, a Java Open Source > library, that allows to > > - Create a dependency graph and > - Detect circular dependencies, if any > - Resolve it (retrieve the graph

Re: svn commit: r1449929 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/AbstractMapBag.java

2013-02-26 Thread Simone Tripodi
> it is not safe, and it will throw an ArrayStoreException in this case, > which is documented in the throws clause. > OK I just read the commit, unless it is documented it is fine for me -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simo

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Maurizio Cucchiara
Thank you Olivier for your quick fix. Now it's better, but there are still many things which are not working. I'm on commons-net ATM [1]: * the logo on top-right is not displayed * if I click on java-doc link on the left I always got a 404. [1] http://commons.apache.org/proper/commons-net/ Twit

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Olivier Lamy
yes. I try to fix that. Must be better now. I still have an issue with a link pointing to http://commons.apache.org/proper/ I tried Redirect /proper/ http://commons.apache.org/components.html But there are a lot like: RedirectMatch ^(.*)/cli(.*) /proper/commons-cli/$2 And both doesn't work very

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Maurizio Cucchiara
Yep, furthermore I've noticed a strange behavior. Going to [1] the browser is redirected to this strange address [2], which is obviously a 404. [1] http://commons.apache.org/net/testapidocs/src-html/org/apache/commons/net/SubnetUtilsTest.html [2] http://commons.apache.org/components.htmlcommons-n

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Thomas Neidhart
On Tue, Feb 26, 2013 at 10:48 AM, Olivier Lamy wrote: > 2013/2/26 Maurizio Cucchiara : > > Hi guys, > > ATM there is no website which is working under commons. > ?? > I have http://commons.apache.org working > yes this one work, but for all components I get an 404 error. Also adding a trailing

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Jörg Schaible
Hi Oliver, Olivier Lamy wrote: > 2013/2/26 Maurizio Cucchiara : >> Hi guys, >> ATM there is no website which is working under commons. > ?? > I have http://commons.apache.org working But none of the links there to the individual components work. Cheers, Jörg

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Olivier Lamy
2013/2/26 Maurizio Cucchiara : > Hi guys, > ATM there is no website which is working under commons. ?? I have http://commons.apache.org working > > Twitter :http://www.twitter.com/m_cucchiara > G+ :https://plus.google.com/107903711540963855921 > Linkedin:http://www.linkedin.com/in/

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Maurizio Cucchiara
Hi guys, ATM there is no website which is working under commons. Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin:http://www.linkedin.com/in/mauriziocucchiara VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucch

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Olivier Lamy
grhh http://commons.apache.org/cli/ wil work :-) 2013/2/26 Thomas Neidhart : > On Tue, Feb 26, 2013 at 10:33 AM, Olivier Lamy wrote: > >> Done. >> Let me know if you see any issues with web sites. >> I have started documentation here: >> http://commons.apache.org/site-publish.html >> > > The forw

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Thomas Neidhart
On Tue, Feb 26, 2013 at 10:33 AM, Olivier Lamy wrote: > Done. > Let me know if you see any issues with web sites. > I have started documentation here: > http://commons.apache.org/site-publish.html > The forward rules seem to be not working, if I go to e.g. http://commons.apache.org/cli I get a 4

Re: CMS/SvnPubSub for site live ?

2013-02-26 Thread Olivier Lamy
Done. Let me know if you see any issues with web sites. I have started documentation here: http://commons.apache.org/site-publish.html 2013/2/22 Olivier Lamy : > FYI jira issue updated: https://issues.apache.org/jira/browse/INFRA-5657 > > 2013/2/20 Olivier Lamy : >> Ok I will update jira issue to

[VFS] Is deletion of a directory broken in WebDAV?

2013-02-26 Thread Jean-Marc Borer
Hi all, WebDAV seems to always include the parent folder when returning a list of children for a directory. In VFS, it is checked that a folder is empty before allowing to delete it. However with WebDAV, all empty dirs return one entry (themselfs) which denies the deletion of the directory. Anyone

Re: [VOTE] Release of Commons Email 1.3.1 based on RC2

2013-02-26 Thread Thomas Neidhart
On Tue, Feb 26, 2013 at 8:58 AM, Jörg Schaible wrote: > Hi Thomas, > > Thomas Neidhart wrote: > > > On 02/25/2013 11:59 PM, Jörg Schaible wrote: > > [snip] > > >> I don't know what this powermock/javaassist combo does, but either it > >> seems to fail completely for IBM JDK or it is the Wiser clas