Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 62084200CA7 for ; Wed, 14 Jun 2017 23:56:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 608CE160BDB; Wed, 14 Jun 2017 21:56:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A5929160BD6 for ; Wed, 14 Jun 2017 23:56:31 +0200 (CEST) Received: (qmail 65364 invoked by uid 500); 14 Jun 2017 21:56:30 -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 65353 invoked by uid 99); 14 Jun 2017 21:56:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2017 21:56:30 +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 32A491AFD73 for ; Wed, 14 Jun 2017 21:56:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.318 X-Spam-Level: X-Spam-Status: No, score=-0.318 tagged_above=-999 required=6.31 tests=[DEAR_SOMETHING=1.731, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.8, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id HB0bdQsnknVX for ; Wed, 14 Jun 2017 21:56:28 +0000 (UTC) Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 44C275F6BE for ; Wed, 14 Jun 2017 21:56:27 +0000 (UTC) Received: from [192.168.1.15] (unknown [82.227.128.48]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id C6076509B8; Wed, 14 Jun 2017 17:56:18 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: IVYDE-382 proposed patch From: =?utf-8?Q?Nicolas_Lalev=C3=A9e?= In-Reply-To: <18912D02-3FB9-44E5-B6E6-7D9DB68F58E2@gmail.com> Date: Wed, 14 Jun 2017 23:56:16 +0200 Cc: Michael Breu , alexander.blaas@arctis.at Content-Transfer-Encoding: quoted-printable Message-Id: References: <698B2F7B-575B-48C6-8A17-9E008F38F8C0@gmail.com> <18912D02-3FB9-44E5-B6E6-7D9DB68F58E2@gmail.com> To: Ant Developers List X-Mailer: Apple Mail (2.3273) archived-at: Wed, 14 Jun 2017 21:56:32 -0000 Hi, For some reason git apply was refusing to process the patch and was just = returning an error: corrupt patch at line 1964 So I played with git commands and work with the sources available on = github. I have create a branch on the ASF repo, ivyDECredentials, which has one = commit which squash all the forked commit on github. I have then created another branch, ivyDECredentials-cleaned, which = rebase the work, remove unnecessary changes like the readme file, and = did some file formatting. Now it needs some review and testing in order to be merged. I=E2=80=99ll = take time to do it but if somebody else if wants to help, another pair = of eyes on this is very welcomed. Also would be welcomed some documentation about this new feature. The = IvyDE doc is quite complete, it would be really nice to keep it at this = level. Nicolas > Le 14 juin 2017 =C3=A0 05:18, J Pai a = =C3=A9crit : >=20 > Hi Alexander, >=20 > I actually just realized that your initial mail actually had a patch = file attached. I didn=E2=80=99t notice that before and only today = noticed it while looking at the mail list archive. So assuming this = applies cleanly on latest master branch of IvyDE, I think this should be = fine too, instead of creating a PR. I am not experienced with Eclipse = plugins, so I personally won=E2=80=99t be able to help much, but = hopefully someone from the IvyDE team will be able to review and decide = about this patch. Thank you again for contributing this. >=20 > -Jaikiran > On 26-May-2017, at 8:28 AM, J Pai wrote: >=20 > Hi Alexander, >=20 > Thank you for volunteering to provide this feature patch. I had a look = a the repo you pointed to and read the README. It does seem to contain a = good amount of work in that branch in multiple commits.=20 >=20 > To make it easier for whoever will decide about merging these to = upstream ant-ivyde project, would it to be possible for you to do the = following: >=20 > 1. *Fork* the ant-ivyde project (on github) = https://github.com/apache/ant-ivyde/ into your account. There=E2=80=99s = a =E2=80=9CFork=E2=80=9D button on the right corner of the github page = for the repo. > 2. Once forked into your account, you can push your enhancement and = bug fix related commits to either your master branch of your repo or any = specific branch of your choice. > - If the bug fixes are independent of the feature, then it would = be good if they are done in separate branches, so that a separate pull = request (PR) can be issued. > 3. Once you are ready with the commits, you can then issue a pull = request (PR) from your repo to the =E2=80=9Cmaster=E2=80=9D branch of = the ant-ivyde upstream repo https://github.com/apache/ant-ivyde/. = Typically PRs are meant to contain commits that are all specific to a = single feature or for a specific bug fix. >=20 > Once the PRs are submitted, I=E2=80=99m sure one or more members of = the development team who have relevant knowledge of Eclipse and the = project will review this and either merge it or provide inputs. >=20 > Thanks again for this, both Ivy and IvyDE project has been stagnant = for a while and with contributions like these, we should be able to = release out a new version soon. >=20 > -Jaikiran >=20 >=20 > On 25-May-2017, at 1:12 PM, alexander.blaas@arctis.at wrote: >=20 > Dear Sir or Madam, >=20 > as it was suggested in = https://issues.apache.org/jira/browse/IVYDE-382?focusedCommentId=3D1601884= 7&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#= comment-16018847, we are sending you our proposed patch for = https://issues.apache.org/jira/browse/IVYDE-382. The corresponding = patch-file is attached to this email. The source code is available at = https://github.com/alex-bl/ivyDEextension/tree/ivyDECredentials in the = branch "ivyDECredentials".=20 >=20 > Yours sincerely, >=20 > Alexander Blaas >=20 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org