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
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
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
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
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,
Hey folks , I want contribute to the Common Collections project . I know
Java . Please give a walkthrough. Looking Forward..
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,
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
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,
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
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 ?
>>>
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
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
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
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
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(
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
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
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
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
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
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(
22 matches
Mail list logo