Re: New to open source . want to learn to contribute.

2014-12-04 Thread Benedikt Ritter
Welcome Devang, there is a lot of documentation you can read through [1,2,3]. That will give you an idea on how the ASF and Commons work. Benedikt [1] http://www.apache.org/foundation/how-it-works.html [2] http://commons.apache.org/volunteering.html [3] http://commons.apache.org/patches.html 20

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Gary Gregory
What matters most is that Maven builds work. Aside from that you can use any IDE or editor you want. Personally, I like Eclipse. Gary On Thu, Dec 4, 2014 at 9:29 PM, Devang Gaur wrote: > I want to know if there is a specific build environment setup to work with > or not? > I currently work on

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Paul Benedict
Eclipse Juno is fine. You'll need Subversion to checkout the code and Maven to build it. Cheers, Paul On Thu, Dec 4, 2014 at 8:29 PM, Devang Gaur wrote: > I want to know if there is a specific build environment setup to work with > or not? > I currently work on eclipe juno. > > On Fri, Dec 5, 2

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Devang Gaur
I want to know if there is a specific build environment setup to work with or not? I currently work on eclipe juno. On Fri, Dec 5, 2014 at 6:33 AM, Paul Benedict wrote: > Devang, you can immediately start by going to JIRA [1] and finding some > "low hanging fruit" that interests you. Look for an

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Paul Benedict
Devang, you can immediately start by going to JIRA [1] and finding some "low hanging fruit" that interests you. Look for an easy ticket and submit a patch. This will start your code contribution to the community. [1] https://issues.apache.org/jira/browse/COLLECTIONS Cheers, Paul On Thu, Dec 4,

New to open source . want to learn to contribute.

2014-12-04 Thread Devang Gaur
Hey folks , I want contribute to the Common Collections project . I know Java . Please give a walkthrough. Looking Forward..

Re: [VFS] VFS sandbox?

2014-12-04 Thread Bernd Eckenfels
Hello, your problem is a Version Mismatch. The Generics will be there in 2.1, so if you want to Build the Sandbox you need to check Out the 2.0 tag. Or (which I think is better) you check put the project (Patent to Core and Sandbox) from the Trunk and Build both in one go. (Having Said that,

Re: [VOTE] [JCS] release [jcs] 2.0-beta-1

2014-12-04 Thread Romain Manni-Bucau
Hi 2014-12-03 22:29 GMT+01:00 Oliver Heger : > Hi Romain, > > I tried to build the source distribution on Windows 8.1 with Java 1.6 > and 1.7, but a test seems to hang - ironically the test > org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest. > Or does it r

Re: [VOTE] [JCS] release [jcs] 2.0-beta-1

2014-12-04 Thread Oliver Heger
Hi Romain, I tried to build the source distribution on Windows 8.1 with Java 1.6 and 1.7, but a test seems to hang - ironically the test org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest. Or does it really take that long (I lost patience after ~ 10 minutes,

Re: Separate mailing list for CMS buildbot commits?

2014-12-04 Thread Emmanuel Bourg
Le 04/12/2014 12:36, sebb a écrit : > Thoughts? +1, Good idea Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Gary Gregory
On Thu, Dec 4, 2014 at 8:23 AM, Gary Gregory wrote: > On Thu, Dec 4, 2014 at 8:13 AM, Schalk Cronj é wrote: > >> On 04/12/2014 07:39, Israel Malachi wrote: >> >>> line 46: extends AbstractFileObject >>> >>> AbstractFileObject is not generic, and can't be parameterized, should I >>> erase ? >>>

Re: Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Gary Gregory
On Thu, Dec 4, 2014 at 8:13 AM, Schalk Cronj é wrote: > On 04/12/2014 07:39, Israel Malachi wrote: > >> line 46: extends AbstractFileObject >> >> AbstractFileObject is not generic, and can't be parameterized, should I >> erase ? >> > Yes, it is generic: public abstract class AbstractFileObject

Re: Separate mailing list for CMS buildbot commits?

2014-12-04 Thread Gary Gregory
On Thu, Dec 4, 2014 at 6:36 AM, sebb wrote: > Would it be useful to have a separate mailing list for buildbot (CMS) > commits? > > They tend to be rather large and mostly useless as they are not > usually the source of the change, merely the output from the buildbot. > > I don't know if it is tec

Re: Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Schalk Cronjé
On 04/12/2014 07:39, Israel Malachi wrote: line 46: extends AbstractFileObject AbstractFileObject is not generic, and can't be parameterized, should I erase ? There are a couple of things you need to do like that as in VFS 2.0 those classes are not generic. line 227: if (e.getErrorCode() == S

Re: svn commit: r1637832 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java

2014-12-04 Thread Gary Gregory
On Wed, Dec 3, 2014 at 11:35 AM, sebb wrote: > On 10 November 2014 at 12:54, wrote: > > Author: ggregory > > Date: Mon Nov 10 12:54:57 2014 > > New Revision: 1637832 > > > > URL: http://svn.apache.org/r1637832 > > Log: > > Move static var decl. > > Why? > > Most components I have worked on have

Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Israel Malachi
Hi all I was trying to follow Gary's advice (and thank you again, Gary) but I ran into two issues when trying to build the classes On SmbFileObject line 46: extends AbstractFileObject AbstractFileObject is not generic, and can't be parameterized, should I erase ? line 227: if (e.getErrorCode(

Re: Separate mailing list for CMS buildbot commits?

2014-12-04 Thread Gilles
On Thu, 4 Dec 2014 11:36:20 +, sebb wrote: Would it be useful to have a separate mailing list for buildbot (CMS) commits? They tend to be rather large and mostly useless as they are not usually the source of the change, merely the output from the buildbot. I don't know if it is technicall

Re: [VFS] Release Preparations 2.1 (again)

2014-12-04 Thread Bernd Eckenfels
Hello, Am Wed, 3 Dec 2014 13:42:51 + (UTC) schrieb dlmar...@comcast.net: > I'm not sure I can help with tagging and deploying as I don't have > the permissions. However, I'm happy to help test the RC's, confirm > MD5s, and provide non-binding votes. There are a number of housekeeping stuff

Re: svn commit: r1637783 - /commons/proper/csv/trunk/src/changes/changes.xml

2014-12-04 Thread sebb
On 10 November 2014 at 03:18, wrote: > Author: ggregory > Date: Mon Nov 10 03:18:51 2014 > New Revision: 1637783 > > URL: http://svn.apache.org/r1637783 > Log: > Sort changes by fix, update, and add (makes sense to me at least.) This is done anyway by the generator. > Modified: > commons/pr

Re: svn commit: r1637832 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java

2014-12-04 Thread sebb
On 10 November 2014 at 12:54, wrote: > Author: ggregory > Date: Mon Nov 10 12:54:57 2014 > New Revision: 1637832 > > URL: http://svn.apache.org/r1637832 > Log: > Move static var decl. Why? Most components I have worked on have the constants at the start. > Modified: > > commons/proper/cod

Separate mailing list for CMS buildbot commits?

2014-12-04 Thread sebb
Would it be useful to have a separate mailing list for buildbot (CMS) commits? They tend to be rather large and mostly useless as they are not usually the source of the change, merely the output from the buildbot. I don't know if it is technically feasible or whether INFRA would support it, but i

Fwd: [VFS] VFS sandbox?

2014-12-04 Thread Israel Malachi
Hi all I was trying to follow Gary's advice (and thank you again, Gary) but I ran into two issues when trying to build the classes On SmbFileObject line 46: extends AbstractFileObject AbstractFileObject is not generic, and can't be parameterized, should I erase ? line 227: if (e.getErrorCode(