369 Commits (72e13d5ac86210df81603611eafff0b7542cb5da)

Author SHA1 Message Date
  Antoine Levy-Lambert 72e13d5ac8 adapting code and tests since Apt is not available under JKD1.8 PR 55922 12 years ago
  Stefan Bodewig f0565366fe Allow params of XSLT to be optionally typed. PR 21525. Submitted by František Kučera 12 years ago
  mclarke 7587f42590 Disabling bad check discovered from revision 1523198 12 years ago
  Stefan Bodewig 4a8f2b2678 test needs beanshell in addition to BSF 12 years ago
  Stefan Bodewig 5ea308e41f Test for #54967 actually fails if the second task has work to do 12 years ago
  Stefan Bodewig 059cc9adc0 Passing AntUnit test for PR 54967 12 years ago
  Antoine Levy-Lambert 51ce8fac72 fix for Target rewriting for nested "include" only works when "as" is specified, Bugzilla PR 54940 12 years ago
  Stefan Bodewig e7726a439b Make the test actually test anything apart from my copy-paste errors 12 years ago
  Stefan Bodewig 064e259cf1 AntUnit test case for Bugzilla Isue #54762 12 years ago
  Antoine Levy-Lambert 3930d3e938 JUnit4 tests marked @Ignore do not appear in XML output. PR 43969 13 years ago
  Antoine Levy-Lambert 06dc6c0eea adding an encoding attribute to the contains selector 13 years ago
  Antoine Levy-Lambert 0282d8fe2e PR 54026 Zip task on <mappedresources> that excludes certain files by way of the mapper results in a NullPointerException 13 years ago
  Stefan Bodewig 171220cb33 PR 54374: support status code 307 redirects in <get> 13 years ago
  Nicolas Lalevee b5849676d8 Add a failing test case to illustrate an unexpected behavior on self-referencing Antlib (more explanation on ant-dev@ in a few minutes) 13 years ago
  Stefan Bodewig 3ea65f1cea AntUnit test for commandlauncher and a typo fix by Vimil Saju 13 years ago
  Stefan Bodewig 4675145678 verifying resourcexists works for URLs, see PR 53383 13 years ago
  Stefan Bodewig ca10b52e34 Add a longfile='posix' option to tar task 13 years ago
  Stefan Bodewig b817fdb2b8 Properly expand bzip2 files with multiple streams in <bunzip2> 13 years ago
  Stefan Bodewig d4aa652e47 Jenkins build boxes 'see' a different www.apache.org from the rest of the world 13 years ago
  Jesse N. Glick e741015b75 https://builds.apache.org/pview/job/Ant-Build-Matrix/475/jdk=JDK%201.5%20(latest),label=Ubuntu/testReport/src.tests.antunit.taskdefs/hostinfo-test_xml/testApache/ 13 years ago
  Jesse N. Glick dea5e3c23b https://builds.apache.org/pview/job/Ant-Build-Matrix/475/jdk=JDK%201.5%20(latest),label=Ubuntu/testReport/junit/(root)/%3Cinit%3E/src_tests_antunit_taskdefs_import_url_test_xml/ 13 years ago
  Stefan Bodewig a355726727 help debugging Jenkins failure 13 years ago
  Stefan Bodewig a4a5fb9b14 ensure forward-slashes on Windows; deal with directories containing spaces in exec task's arguments 13 years ago
  Stefan Bodewig b3b0de19ae likely a 'space in path' issue as well 13 years ago
  Stefan Bodewig 22f08c2960 Maybe java simply isn't on the PATH on the Jenkins boxes 13 years ago
  Stefan Bodewig da0a9ef6d5 try to debug test failures in Jenkins 13 years ago
  Stefan Bodewig 8cab09b51c Use a local temp directory for JUnit tests as well 13 years ago
  Stefan Bodewig 791541805a add a test verifying properties get expanded twice in macrodef attributes by default. PR 52621 14 years ago
  Jesse N. Glick 84abb27b2f #52621: restore default behavior from #42046 for compatibility, but make it configurable. 14 years ago
  Stefan Bodewig eb3adb5c76 adapt test 14 years ago
  Stefan Bodewig 82ab7bf6e5 help dealing with the case where BSF is there but JavaScript support is not - the current build failure in Gump 14 years ago
  Stefan Bodewig 7d1ecbc1bb don't expand properties twice in attributes of macrodef'ed tasks 14 years ago
  Stefan Bodewig 3d53a476cd this test actually fails but Bug 41400 hides it 14 years ago
  Stefan Bodewig 5ecf92bf58 add an option to suppress the artifical package-info.class files created by <javac>. PR 52096 14 years ago
  Stefan Bodewig 28c651a95a Empty package-info.class is created in wrong directory if no destdir is specified. PR 51947 14 years ago
  Stefan Bodewig d121ce11a1 never filter out the first line of the exception stack trace in junit so the failure message is preserved 14 years ago
  Stefan Bodewig 087f028977 JUnit's filtertrace swallows the assert failure message if it contains the word 'more' as reported on the user list - http://mail-archives.apache.org/mod_mbox/ant-user/201107.mbox/%3CCAPsH_EDFnhkW4Y4r87U2jmN2gKPAyK6ZJX5F-4ohC6tJ9rXi6Q@mail.gmail.com%3E 14 years ago
  Stefan Bodewig 82642e35eb when working on resources <sync> forgot about the source resources that are not out-of date. PR 51462 14 years ago
  Stefan Bodewig 6f56a47261 support multiple resource collections in sync. PR 51462 14 years ago
  Nicolas Lalevee 309943afdb BR 41986 14 years ago
  Stefan Bodewig 171a1f35e3 raise a more useful error when a class cannot be loaded because of a SecurityException in the hasmethod condition. PR 51035. 14 years ago
  Antoine Levy-Lambert 4634eae4e2 testCompilerNotFound is not relevant if the class folder containing the adapter is on the system classpath like in Gump 15 years ago
  Antoine Levy-Lambert ad08d0cbc9 testAdapterNotFound was failing in gump because the adapter in the gump environment is systematically on the classpath 15 years ago
  Antoine Levy-Lambert 039e4fa404 antunit-base.xml was not imported from this file, but needed to define some properties like 15 years ago
  Antoine Levy-Lambert e9c2dc92e8 intervert execution order of tearDown and antunit-base.tearDown 15 years ago
  Antoine Levy-Lambert bfce233a2f changes in order to get tests to pass under gump; resources paths used have to be standardized 15 years ago
  Stefan Bodewig 8a8af50e58 tearDown target has been removed from propertyhelper-test 15 years ago
  Jesse N. Glick 5ad76f7166 testFailNone (now renamed testTestMethods) was passing without actually doing anything. 15 years ago
  Antoine Levy-Lambert 913929ecca adding a reference to the bug report 15 years ago
  Antoine Levy-Lambert 8676c1c61b test for bug 50515 15 years ago