Commit Graph

2760 Commits

Author SHA1 Message Date
Gintas Grigelionis 463a2c89c3 add a target to generate javadoc for test cases; fix javadoc for doclint 2017-08-19 06:56:56 +02:00
Gintas Grigelionis 186fd10776 inline variables; adjust exceptions, annotations, and formatting 2017-08-17 14:10:42 +02:00
Maarten Coene a9dd1573eb Revert 'Optimize imports' done by IntelliJ 2017-08-07 13:11:34 +02:00
Maarten Coene f4237388ea Fix stackoverflow 2017-08-07 13:03:58 +02:00
Jaikiran Pai 9b2165894e IVY-804 "cache" resolver as a typedef hasn't been functional, remove the duplicate property in the typedef.properties 2017-08-05 21:13:56 +05:30
Jaikiran Pai df5930892d IVY-1447 Add "overwriteMode" option to Ivy command line for retrieve task 2017-07-28 18:56:32 +05:30
twogee 66da0319a0 use “Maven 2” consistently
This closes #56 PR at github/apache/ant-ivy
2017-07-28 08:41:42 +05:30
Jaikiran Pai f0e8d41fc8 IVY-735 Fix accidental recursion calls 2017-07-28 08:39:36 +05:30
twogee 1a283ab1be refactor System.getProperty() and loops 2017-07-27 21:10:47 +05:30
Jaikiran Pai 366fb741f0 Use Java standard API for symlink handling and deprecate symlinkinmass option on retrieve task 2017-07-27 19:31:57 +05:30
twogee 080e96a6cd follow through on deprecation 2017-07-26 20:29:42 +05:30
Jaikiran Pai 84ad767a87 IVY-1498 Make the newly added test method robust by setting overwrite=always as a retrieve option 2017-07-26 19:31:51 +05:30
Jaikiran Pai fff6d0f2fc Add IVY-1498 fix to release notes 2017-07-26 18:39:39 +05:30
Jaikiran Pai 40708bdf04 IVY-1498 Fix potential Ivy cache corruption during retrieve task when symlink options come into play 2017-07-26 18:26:51 +05:30
Jaikiran Pai 87c4e0656a [doc fixes] Updates to the tutorials asciidoc documentation 2017-07-25 16:30:56 +05:30
twogee d4c3cbccaf Code cleanup/refactoring - checkstyle + not using deprecated methods + fix unchecked casts 2017-07-25 14:43:00 +05:30
Jaikiran Pai 497147e3e6 IVY-1355 Update the help text of Ivy command line for the "types" argument 2017-07-25 12:18:15 +05:30
Jaikiran Pai 41fefde644 IVY-1336 Use our own implementation of AuthFilter in the test case 2017-07-25 11:28:01 +05:30
Jaikiran Pai dd7a34143c Update release notes for IVY-1336 2017-07-25 11:13:14 +05:30
Jaikiran Pai c0ccd54005 IVY-1336 Add a testcase to make sure that the HTTP handler (backed by the httpclient library) doesn't end in a loop while dealing with 401 errors from the server 2017-07-25 11:07:06 +05:30
Jaikiran Pai 41a936d13a Remove the accidental renamed copy of a test class which is now causing case sensitive file name issues in git 2017-07-24 19:24:25 +05:30
Jaikiran Pai 5904f79294 IVY-1563 Remove TODO which is no longer applicable given how proxy settings are dealt by the ProxySelector that's configured on the HttpClient 2017-07-24 18:52:30 +05:30
Jaikiran Pai a3440606a6 Update release notes 2017-07-24 18:46:47 +05:30
Jaikiran Pai cdc548b80e IVY-1563 Move to 4.x version of HttpComponents HttpClient library 2017-07-24 18:15:53 +05:30
Jaikiran Pai 6607bdcb3b IVY-735 Support timeouts on resolvers
This closes #54 pull request at github/apache/ant-ivy
2017-07-24 11:07:38 +05:30
twogee 6920717979 Add generics and Java 7 syntax to core
This closes #52 pull request at github/apache/ant-ivy
2017-07-17 11:07:59 +05:30
Nicolas Lalevée 844100aed6 fix the build of the asciidoc extension by using a wider Ivy configuration 2017-07-12 23:26:08 +02:00
Nicolas Lalevée 6f22f4b49c An asciidoctor macro to create links to Jira 2017-07-12 22:54:25 +02:00
Maarten Coene 1a36ae09d2 Merge remote-tracking branch 'origin/master' 2017-07-12 10:05:54 +02:00
Maarten Coene 585a702138 FIX: Local conflict manager didn't handle deeper conflicts in transitive dependencies (IVY-1404) 2017-07-12 10:05:15 +02:00
Jaikiran Pai dcaacf4cae IVY-1562 Add a test case to verify the parsing of the location attribute when the value contains an absolute path 2017-07-12 12:14:56 +05:30
Trung Do d0f7f364ff Fix some string comparisons with ==
Also fix ModuleDescriptorMemoryCacheTest to have it use a settings variable, while resolving a module descriptor in cache, before changing that variable

This closes #51 PR at github/apache/ant-ivy
2017-07-10 11:07:02 +05:30
Nicolas Lalevée 0ce17f931e Use a copyright range 2017-07-06 13:59:24 +02:00
Nicolas Lalevée a12daf3088 Generate automatically the copyright year in the doc 2017-07-05 22:13:46 +02:00
Nicolas Lalevée fc6305aa96 Jaikiran is now a committer 2017-07-05 22:02:13 +02:00
Nicolas Lalevée eeb79e1003 avoid generating the reports in the folder where the html of the documentation is generated 2017-07-04 23:17:40 +02:00
Nicolas Lalevée cd8f81d0a0 review the doc about the "Introduction" and the part for the dev 2017-07-04 22:53:03 +02:00
Jaikiran Pai c871265452 Revert 4b6e0bd179 since it introduces failures on Windows (needs investigation)
This reverts commit 4b6e0bd179.
2017-07-03 15:13:18 +05:30
Jaikiran Pai 4b6e0bd179 IVY-1562 Fix potential double encoding of "location" value of "extends" element in the ivy descriptor 2017-07-03 14:53:03 +05:30
Nicolas Lalevée c4828bfd09 properly release the file descriptors and avoid duplicate code 2017-07-02 19:23:21 +02:00
Nicolas Lalevée ff49f0dd3b This closes #50 2017-07-02 16:56:04 +02:00
twogee 87cd5df6f3 Sort entries in .gitignore; adjust indentation in build.xml 2017-07-02 12:35:44 +02:00
twogee b02336b76a Check spelling; fix whitespace and links; sort entries in .gitignore 2017-07-02 08:05:37 +02:00
Nicolas Lalevée fcf4109d82 fix the OSGi Java 7 requirement 2017-07-01 19:59:01 +02:00
twogee d9665bfc18 Generics and Java 7 syntax in plugins package
This closes github.com/apache/ant-ivy PR #48
2017-07-01 20:15:29 +05:30
twogee 0c0ee35518 Generics and Java 7 syntax in osgi package 2017-07-01 20:14:59 +05:30
Nicolas Lalevée 7e764a320c Make the generation the book.html file, the doc in one page 2017-06-30 23:29:29 +02:00
Nicolas Lalevée e45dd5dc6f cleanup the css files and remove the uncessary ones 2017-06-30 23:28:06 +02:00
Nicolas Lalevée 2a87519caf use highlightjs to render shell output 2017-06-30 18:48:34 +02:00
Nicolas Lalevée 0851fa7761 review the ivy file part of the doc about the use of code formatting 2017-06-30 17:53:14 +02:00