Commit Graph

71 Commits

Author SHA1 Message Date
Stefan Bodewig eb29656412
typo 2026-07-26 18:11:41 +02:00
Stefan Bodewig 8f2556cb9f
pack200 now requires asm which is marked optional in commons-compress 2026-07-19 11:32:30 +02:00
Maarten Coene d77284167b
IMPROVEMENT: use Apache Commons Compress for pack200 handling to avoid issues on Java 14 and later. (IVY-1652) 2025-04-23 23:04:43 +02:00
Maarten Coene a26e706dbd
Prepare for next development iteration 2025-01-07 16:42:06 +01:00
Maarten Coene f3215e06e6
Prepare 2.5.3 release 2024-12-23 12:47:34 +01:00
Stefan Bodewig e00e9e0ee0 prepare for next development iteration 2023-08-20 16:32:58 +02:00
Stefan Bodewig 6fc8657b81 prepare Ivy 2.5.2 2023-08-16 20:58:47 +02:00
Stefan Bodewig 4ffed6329f back to normal development 2022-11-04 12:32:53 +01:00
Stefan Bodewig ff6adbeb00 prepare Ivy 2.5.1 2022-11-01 09:56:06 +01:00
Jaikiran Pai be85129fce next dev version 2019-10-24 16:24:17 +05:30
Jaikiran Pai 48234fc5ed Update status to "release" for 2.5.0 2019-10-20 10:40:52 +05:30
jkf 0d07c9985c updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:48:00 +02:00
Gintas Grigelionis 2510c7bbd1 IVY-1483 use correct parent classloader when launching resolved artifacts from CLI 2018-03-15 17:46:20 +01:00
Gintas Grigelionis d80acb29c0 showcase of parameterised tests with introspection :-)
(requires hamcrest-library where Matchers dwell)
2017-12-05 12:08:28 +01:00
Jan Matrne a00e85f93c externalize versions (ivy.xml-->versions.properties) 2017-09-25 11:43:40 +02:00
Jan Matrne 889ed9e413 update BouncyCastle 2017-09-25 10:27:45 +02:00
Gintas Grigelionis d2e4494b47 Upgrade to Apache Commons VFS version 2
(and watch VFS-360)
2017-09-16 20:56:56 +02:00
Jaikiran Pai cdc548b80e IVY-1563 Move to 4.x version of HttpComponents HttpClient library 2017-07-24 18:15:53 +05:30
twogee 8b9f2d5177 Generics and other fixes in tests and tutorials 2017-06-10 21:47:21 +02:00
twogee 6c92f32eda More code cleanup 2017-05-27 19:37:44 +02:00
twogee 1543f52896 Convert tests to JUnit 4, clean up code 2017-05-25 17:25:59 +02:00
Nicolas Lalevée ad638fdf9f This closes #25 2017-05-21 19:22:50 +02:00
Jaikiran Pai 4cd96fd67c Upgrade to latest Ant release (non-Java 8 one) 2017-05-21 19:17:15 +05:30
Jaikiran Pai f31c00d8e7 Upgrade to latest JSCH versions 2017-05-21 16:07:03 +05:30
Jan Matrne 9edca73048 consistent indent (4-spaces) 2017-05-16 21:43:41 +02:00
Nicolas Lalevée bb3ddfe426 IVY-1521: Update bouncycastle to 1.52
Thanks to Michal Srb
2015-09-06 17:50:14 +02:00
Stefan Bodewig a42d2dccf0 upgrade to latest XMLUnit 2014-12-31 18:09:17 +01:00
Nicolas Lalevée 03542311e2 use XMLUnit to abstract the order of the XML elements 2014-12-27 15:03:49 +01:00
cduffy dff4cea141 IVY-1421: SSH agent support for SSH and SFTP transports
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1551998 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 16:05:41 +00:00
Nicolas Lalevee 6e819ff753 Maven central is boring slow, so let's stick with a fixed revision
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1201494 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13 19:51:02 +00:00
Nicolas Lalevee e0091b3f6f Setup of the unit tests of the OSGi mapping
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1036863 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 14:13:40 +00:00
Nicolas Lalevee 39108dc9b5 New Ivy Ant datatype: a resource collection compute from an Ivy resolve.
The basic implementation work, but is not yet a complete clone/merge of ivy:resolve and ivy.xml's <dependencies>

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1028013 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 15:57:36 +00:00
Maarten Coene 3fb24bfaab Add direct dependency on bcprov since we also use the BouncyCastle Provider
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1000263 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 22:17:53 +00:00
Maarten Coene a53e942681 NEW: Ivy can now generate OpenPGP compatible ASCII armored detached signatures when publishing artifacts.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@991108 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 07:47:06 +00:00
Maarten Coene 1c805251b1 Re-added dependencies on "ant-nodeps" and "ant-trax" since they are needed to use the packager resolver.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@897035 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07 22:29:06 +00:00
Maarten Coene e5cc308586 Fixed junit classpath to make the tests run with Ant 1.8.0RC1
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@897018 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07 21:18:45 +00:00
Maarten Coene e1bcd15e5f Added schema information to allow validation in IDEs (and XML) editors.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@742772 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 22:16:45 +00:00
Maarten Coene ade338ec09 Exclude junit in more configurations...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@723470 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 22:24:56 +00:00
Maarten Coene dce2f45c16 Updated new packager resolver to use Ant API instead of command-line and updated the packager-stylesheet to make it work on windows (IVY-829)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@678326 13f79535-47bb-0310-9956-ffa450edef68
2008-07-20 21:45:02 +00:00
Scokart Gilles 2ea530e944 Our build was saying : jsch#jsch;0.1.25 is relocated to com.jcraft#jsch;0.1.25. Please update your dependencies.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@647613 13f79535-47bb-0310-9956-ffa450edef68
2008-04-13 19:12:20 +00:00
Maarten Coene 6fe336ec7b Added junit tests for IVY-771.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@641617 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 22:44:06 +00:00
Xavier Hanin 948ce4ba20 add description to Ivy ivy file
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@636504 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 20:50:23 +00:00
Xavier Hanin f97ecea7e1 IMPROVEMENT: Make Ivy standalone runnable with no required dependencies (IVY-757)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@632381 13f79535-47bb-0310-9956-ffa450edef68
2008-02-29 16:40:52 +00:00
Xavier Hanin d6aa21d9f9 TASK: Remove ivy-core.jar (IVY-756)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@632319 13f79535-47bb-0310-9956-ffa450edef68
2008-02-29 13:36:38 +00:00
Maarten Coene acf486376e Fixed a NPE when running the junit tests with JDK 1.4.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@605039 13f79535-47bb-0310-9956-ffa450edef68
2007-12-17 23:16:31 +00:00
Maarten Coene dc0e7d2924 Make the XML validation work on Java 1.4
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@603759 13f79535-47bb-0310-9956-ffa450edef68
2007-12-12 22:49:32 +00:00
Xavier Hanin a1a949c5c4 move to org.apache.ivy as organization for consistency with maven 2 repository
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@600424 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 03:23:27 +00:00
Xavier Hanin 9e4401b4f8 publish source artifacts in a separate conf
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@596302 13f79535-47bb-0310-9956-ffa450edef68
2007-11-19 13:56:45 +00:00
Xavier Hanin 26a090d9cb NEW: [Build] Publish the ivy sources (IVY-646) (thanks to Nicolas Lalevée)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@596295 13f79535-47bb-0310-9956-ffa450edef68
2007-11-19 13:39:02 +00:00
Maarten Coene ebe768606e Removed unnecessary dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@584946 13f79535-47bb-0310-9956-ffa450edef68
2007-10-15 22:32:29 +00:00