Return-Path: X-Original-To: apmail-ant-dev-archive@www.apache.org Delivered-To: apmail-ant-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AF0F18A2E for ; Thu, 16 Jul 2015 12:16:02 +0000 (UTC) Received: (qmail 37932 invoked by uid 500); 16 Jul 2015 12:15:56 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 37861 invoked by uid 500); 16 Jul 2015 12:15:56 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 37849 invoked by uid 99); 16 Jul 2015 12:15:56 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2015 12:15:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 116541A705B for ; Thu, 16 Jul 2015 12:15:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.15 X-Spam-Level: X-Spam-Status: No, score=0.15 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id C3zYVVZNUffO for ; Thu, 16 Jul 2015 12:15:47 +0000 (UTC) Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id F18512110B for ; Thu, 16 Jul 2015 12:15:46 +0000 (UTC) Received: by pdjr16 with SMTP id r16so43698686pdj.3 for ; Thu, 16 Jul 2015 05:15:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=78p/hxXEAgBolABXh4V3/sL/iloBhT9vYt4nfufR/Tg=; b=ASYON3DNz37AjfcSWLdraO/OdLzYCV9gNDNPfDtTj4Y7hnzhFCjITmZTPJqB8QFcIP VuEBpH+tSqvh+ZpITSBiIoKVO6zskkOrNj70OFVclVZXCO7T5GI16x4HzubNkFVsjMhp ZSIhj+hlHisLCzYg+qKavtkpGoO9lCyE+bKBQBATAf4Twy1zOr3S3FvoIypq/DvD0EgG yPv+0zs214h4+xgefBKOQqE7eOQko/wkwplySyLKioxPvBxMBTtis+AkqBCsuZAJrknG ywkBtvrvs0Q4z77aj1fV+m6cwBUKUC/Re4ccJBIHSJYit+jE2jfySRZIw9fscKAASIiM LvCQ== X-Received: by 10.70.42.37 with SMTP id k5mr18341276pdl.13.1437048901679; Thu, 16 Jul 2015 05:15:01 -0700 (PDT) Received: from [192.168.31.101] ([106.221.155.35]) by smtp.googlemail.com with ESMTPSA id pr5sm7799884pbc.63.2015.07.16.05.14.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 05:15:00 -0700 (PDT) Message-ID: <55A7A040.6010407@gmail.com> Date: Thu, 16 Jul 2015 17:44:56 +0530 From: Jaikiran Pai User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: dev@ant.apache.org Subject: Re: Looking to contribute References: <55A731B9.1090806@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Jean-Louis, I'm thinking of submitting via pull requests. I had a quick look at the open JIRAs and haven't yet narrowed down on my first choice yet (just to get started familiarizing myself with the code). I found this one https://issues.apache.org/jira/browse/IVY-1526 which I think I can help with after discussing how we want to go about it. If you have any other issues in mind, which might be a better start, then please do let me know. By the way, just to be clear, the "minimum" Java version is meant to mean the *target* Java version against which Ivy should be usable, right? -Jaikiran On Thursday 16 July 2015 05:38 PM, Jean-Louis Boudart wrote: > The best you can do to help us would be to try to submit patches either via > JIRA attachemnet or via pull requests. > > Let me know if you need some more informations. > > 2015-07-16 14:06 GMT+02:00 Jean-Louis Boudart : > >> Hi, >> >> Current java minimum version is defined in build.properties[1] of the >> project and is currently set to 1.4. >> Considering that Ant upgrade miminal java version to java 1.5 we should >> probably do the same on ivy. >> >> [1] https://github.com/apache/ant-ivy/blob/1.4.x/build.properties >> >> 2015-07-16 6:23 GMT+02:00 Jaikiran Pai : >> >>> I'm thinking of contributing to the Ivy project. I had a quick look at >>> the JIRAs that are open and also have checked out the latest source code >>> from git. Before starting off with anything, I would like to know what is >>> the Java version that should be used by contributors for code >>> contributions? I couldn't find this in any document that I read (I can send >>> a patch to the docs itself when I know the answer). >>> >>> -Jaikiran >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org >>> For additional commands, e-mail: dev-help@ant.apache.org >>> >>> >> >> -- >> Jean Louis Boudart >> Independent consultant >> Apache EasyAnt commiter http://ant.apache.org/easyant/ >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org