Commit Graph

235 Commits

Author SHA1 Message Date
Stefan Bodewig e1275d128c
copy license to root directory 2026-04-26 22:36:48 +02:00
Matt Benson 066ebab434 run antunit with optional classpath (compiles fine for what it's worth but proper functioning requires Ant with ce494e8365) 2022-02-13 14:44:06 -06:00
Matt Benson 35caae04d0 code cleanup/updates 2022-02-12 16:14:33 -06:00
Stefan Bodewig b64de44027 prepare RC1 of AntUnit 1.4.1 2021-07-07 18:42:16 +02:00
Stefan Bodewig e436acf88c next release will be 1.4.1 rather than 1.5 2021-07-03 12:05:12 +02:00
Stefan Bodewig 2d2e4d0dab we should do as we say, use ant:current in antlib descriptor
https://bz.apache.org/bugzilla/show_bug.cgi?id=65315
2021-05-23 10:59:02 +02:00
jkf 2c49ac7f4e also https in NOTICE 2019-05-26 23:54:17 +02:00
jkf 3d4c28fb10 Removed unnecessary http references 2019-05-26 23:52:57 +02:00
jkf 932d318652 Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant-antlibs-antunit 2019-05-26 22:45:04 +02:00
jkf 7b53475312 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:44:16 +02:00
Stefan Bodewig d87b05bcce TLS 2019-05-25 16:12:22 +02:00
Stefan Bodewig cac02039dc moved to gitbox 2018-12-17 09:24:42 +01:00
Stefan Bodewig ee72769dd0 Tagging version 1.4 of AntUnit
-----BEGIN PGP SIGNATURE-----
 
 iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWzBxkBMcYm9kZXdpZ0Bh
 cGFjaGUub3JnAAoJEKIRWuFfa4tyFgcAn2m21w7zVQD0xuNhl19BLeEsKia+AJ97
 px5k88sqIing0vOfttvWU8p8Aw==
 =5sOU
 -----END PGP SIGNATURE-----

Merge tag 'rel/1.4' and prepare for next iteration

Tagging version 1.4 of AntUnit
2018-06-25 06:41:53 +02:00
Stefan Bodewig 1015e0a32a compile target is set to Java5 2018-06-22 11:43:46 +02:00
Stefan Bodewig fd04cd6899 prepare RC3 of AntUnit 1.4 2018-06-22 07:23:35 +02:00
Stefan Bodewig f66f1178dc AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02:00
Jaikiran Pai 592579abfd Fix assertTrue example in docs 2018-06-20 09:03:10 +05:30
Stefan Bodewig a08cb64ca1 fix source code link 2018-06-19 19:58:20 +02:00
Stefan Bodewig c21f08805b welcome to 2018 2018-06-19 16:42:45 +02:00
Stefan Bodewig befd324283 fix line-ends 2018-06-18 21:36:08 +02:00
Stefan Bodewig 4af0545d55 upgrade commons for .gitignore/modules changes 2018-06-18 21:35:22 +02:00
Stefan Bodewig 5c02d3c8e5 update commons (to remeove md5/sha1) 2018-06-16 15:50:21 +02:00
Jaikiran Pai 2014f42d7e Avoid potential thread safety issues in LogCapturer 2018-05-14 11:13:26 +05:30
Stefan Bodewig e22525b321 we're not in svn anymore 2018-04-27 07:55:06 +02:00
Gintas Grigelionis c3f86551a9 assertLogNotContaining missing in Ant 1.7; sync ivy.xml and pom.xml 2017-12-21 19:12:47 +01:00
Stefan Bodewig 7a6103ee50 looks as if we had change an error message along the way 2017-12-12 09:02:52 +01:00
Stefan Bodewig 9118418704 DOAP file now lives in ant-site 2017-06-13 13:16:12 +02:00
Stefan Bodewig 66206e00ce ensure the next release, if any, uses proper ivy coordinates 2017-06-01 19:54:40 +02:00
Stefan Bodewig b8dd17fb4c debug logging 2016-07-11 18:41:17 +02:00
Stefan Bodewig 6da3499ff2 typo 2016-03-29 18:25:18 +02:00
Stefan Bodewig 2156501c49 Java6ism 2016-03-29 18:23:48 +02:00
Stefan Bodewig ac56fd4677 make javadoc8 happy 2016-03-29 18:18:20 +02:00
Stefan Bodewig 08b3a72b2e deal with proxies that mask 404s 2016-03-29 17:46:52 +02:00
Stefan Bodewig 81f284f2c5 ignore target folder 2016-03-29 17:46:26 +02:00
Stefan Bodewig 7d62d95ab3 create a copy to prevent problems if list is modified during iteration 2016-03-29 12:53:32 +02:00
Stefan Bodewig 7396c8b6a6 Try to reduce the risk of StackOverflow/OOM in report
Submitted by: Ryan Bennitt
Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=57341
2014-12-26 12:55:42 +01:00
Stefan Bodewig b2ef8c49bf ignore some build time stuff 2014-12-26 12:50:57 +01:00
Stefan Bodewig 13ec6e0b1e add common as submodule 2014-07-26 07:26:55 +02:00
Jan Matrne 18c48173bd Add JUnit as dependency 2014-06-06 07:50:22 +02:00
Jan Matrne d67580a630 Add prepare script 2014-06-05 08:20:58 +02:00
Jan Matrne 382a289c90 update doap-file after git-migration 2014-06-04 09:51:35 +02:00
Stefan Bodewig 7ff37634d2 version bump and post-release changes
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1594545 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 11:46:02 +00:00
Stefan Bodewig 43f3355f07 properly document PR 56470
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592938 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 04:00:43 +00:00
Stefan Bodewig a906373e36 PR 56470 - merge messages in logContent only when asked to
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592860 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:11:49 +00:00
Stefan Bodewig c3b4b5563d PR 56470 - merge messages in assertLogContains only when asked to
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592859 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:01:13 +00:00
Stefan Bodewig 6a398bb070 since markers
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592851 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 19:45:47 +00:00
Stefan Bodewig 9acb72a911 PR 56470 - merge messages in LogCapturer only when asked to
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592848 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 19:44:37 +00:00
Stefan Bodewig 28abce3b1f dry things up a little
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591973 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 16:59:56 +00:00
Stefan Bodewig 791b182df0 PR 56470 - add line breaks between the captured log messages
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591972 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 16:53:14 +00:00
Stefan Bodewig b9ec5ed5d9 bump copyright year
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591968 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 16:47:00 +00:00