[GitHub] ant-ivy issue #54: IVY-735 Support timeouts on resolvers

2017-07-22 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/54 Gintas, thanks for pointing me to that code. I now understand what you meant. So essentially, Ivy internally tries to support both 2.x and 3.x version of HTTP client library at runtime. Bu

[GitHub] ant issue #35: [1.9.x branch] Fix for BZ-43271 BZ-59648

2017-07-22 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/35 All done - applied this commit to 1.9.x branch and then merged to master branch. The pushed commit also includes updates to the WHATSNEW and contributor files. --- If your project is set up for it, yo

[GitHub] ant pull request #35: [1.9.x branch] Fix for BZ-43271 BZ-59648

2017-07-22 Thread jaikiran
Github user jaikiran closed the pull request at: https://github.com/apache/ant/pull/35 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

Re: Opportunities for cohesion improvement and refatoring.

2017-07-22 Thread João Paulo Lemes Machado
Hello everyone. Analyzing the points of our discussion, I have realized that the most critical problem is the dependence these classes may have on other classes. With that in mind I recommend a gradual refactoring that works as follows: First, we mark the methods we want to extract as deprecia

Reproducible JARs

2017-07-22 Thread George Bateman
Dear List, I'm currently trying to make Processing build reproducibly (so building it twice yields the exact same output file). Currently this involves, as far as I can tell, unzipping every JAR file, touching the files with a constant modification time, and re-zipping it.

Broken link at https://ant.apache.org/mail.html

2017-07-22 Thread George Bateman
On subscribing to this list, I noticed that the link at the end of > In your first email you will get some information about working with the list > manager EZMLM. goes to http://www.ezmlm.org/, which is actually, in its own words, a "Google friendly place for safe SEO", rather than the website

Re: Opportunities for cohesion improvement and refatoring.

2017-07-22 Thread Stefan Bodewig
On 2017-07-21, João Paulo Lemes Machado wrote: > Hi everyone. I will prepare the suggestions for changes. Regarding the > discussion above, the following classes are the best choices: > Javadoc, > FTPTask, > FileUtils > ok? sounds right. Stefan ---

Re: Next Ivy release?

2017-07-22 Thread Jaikiran Pai
In short, yes - there's a plan to have a Ivy release soon. A more detailed explanation is available in this recent Ivy users mailing list thread https://www.mail-archive.com/ivy-user@ant.apache.org/msg06244.html -Jaikiran On 22/07/17 8:12 AM, Nick C. wrote: Will there be a new Ivy release so

[GitHub] ant pull request #35: [1.9.x branch] Fix for BZ-43271 BZ-59648

2017-07-22 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant/pull/35 [1.9.x branch] Fix for BZ-43271 BZ-59648 The commit here fixes the issue reported in: https://bz.apache.org/bugzilla/show_bug.cgi?id=43271#c6 https://bz.apache.org/bugzilla/show_bug.cgi?id=

Next Ivy release?

2017-07-22 Thread Nick C .
Will there be a new Ivy release soon? I have seen a lot of activities in the project recently, but the latest release was still 3 years ago (2.4.0). Is there any milestone that the team is trying to reach before a new release? Nick

[GitHub] ant-ivy issue #54: IVY-735 Support timeouts on resolvers

2017-07-22 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/54 The code below apparently assumes that client 2.x might still be around; it is obsolete and this is a perfect opportunity to remove it ``` private HttpClientHelper getHttpClientHelper(