998 Commits (2e788849136bfd75e88ce0d959810f1191d43a33)

Author SHA1 Message Date
  Stefan Bodewig 9abbf2c714 try to see what gets logged 13 years ago
  Stefan Bodewig 22f08c2960 Maybe java simply isn't on the PATH on the Jenkins boxes 13 years ago
  Stefan Bodewig 72bdafb6b1 move test directories out of source tree 13 years ago
  Stefan Bodewig de0b808953 help debugging Jenkins test failure 13 years ago
  Stefan Bodewig 25fbde8b72 test onyl works if invoked from root of Ant's source tree 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 1c63fba0bc make AntUnit tests use a temp-dir inside the build tree rather than 13 years ago
  Jesse N. Glick d516870b6a Random failures in AntClassLoaderTest traceable to different jobs overwriting the same test.jar. 14 years ago
  Jesse N. Glick 583f7cd1c4 Local test failure on XP w/ JDK 7. 14 years ago
  Jesse N. Glick e07eede7b6 More idiomatic check with Os.isFamily. 14 years ago
  Jesse N. Glick 83d2993be5 Windows-only failure in Ant-Build-Matrix. 14 years ago
  Jesse N. Glick 998e10eb27 Commenting out failing test. 14 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
  Jesse N. Glick 2d89206b92 Some tests which failed when run with CWD not equal to ${basedir}. 14 years ago
  Stefan Bodewig eb3adb5c76 adapt test 14 years ago
  Stefan Bodewig 6aa0a70ff7 make sure Project#createTask has read defaults.properties. PR 50788 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 ec4f345742 also set -source implicitly if -target uses 5 rather than 1.5 etc. 14 years ago
  Stefan Bodewig 7a0427656d either Java 1.5 accepts -source 1.2 or it doesn't, be consistent 14 years ago
  Stefan Bodewig e3e9dc0112 avoid classloader issues when not forking 14 years ago
  Stefan Bodewig 54ea4a4a0c tests for javac internal modifications of -source attribute 14 years ago
  Stefan Bodewig 132fb32522 OpenJDK8 snaphot works, I have found a new class in java.lang.reflect and OpenJDK's javac defaults to -source 8. No, I don't like the code in DefaultCompilerAdapter either. 14 years ago
  Jesse N. Glick fe829a9d0f #52382: <xslt> with redirect broken on JDK 7 when a SecurityManager is set. 14 years ago
  Jesse N. Glick 4495b959d9 Should not throw an error if the temp dir does not yet exist. 14 years ago
  Stefan Bodewig 0e150acfd4 ZipFile doesn't work properly for archives using unicode extra fields. Port of fix for COMPRESS-164 by Volker Leidl 14 years ago
  Stefan Bodewig 8786be5f23 trying to narrow down transcoding error of exec test on Ubuntu. Looks like ReaderInputStream was working just fine 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 e995f38a73 make packagemapper take handledirsep into account. Submitted by Anthony Wat. PR 51086 14 years ago
  Jesse N. Glick 61ade34e43 #51049: <junitreport> mishandled ${line.separator}. 14 years ago
  Jesse N. Glick b31adfe835 JUnitReportTest.testStackTraceLineBreaks was failing for me. 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
  Jesse N. Glick 735f3fca3e #51668: JAXP regression preventing <junitreport> from working in JDK 7 w/ SecurityManager. 14 years ago
  Jesse N. Glick ed37e77d9e Fails to reproduce https://netbeans.org/bugzilla/show_bug.cgi?id=201022 but might as well leave it here. 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
  Antoine Levy-Lambert ab38cf7504 tweaking tests affecting by having made flush a no-op in fixing bug 50507 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 1369b7ee39 creating test for bugrep 50507 Exec task may mix the stderr and stdout output while logging it 14 years ago
  Matthew Jason Benson 314d4d7ba7 Bug 51044 - Allow a <propertyset> in an <expandproperties> filter 14 years ago
  Matthew Jason Benson 17520fdfdd add basic functionality test for expandproperties filter 14 years ago
  Matthew Jason Benson 5909b77dc4 add a basic resources test, plus a failing test demonstrating that propertysets with mappers don't function properly wrt returning resource iterators 14 years ago
  Matthew Jason Benson 778d54d381 move propertyset test to antunit 14 years ago
  Matthew Jason Benson 5ba5cd0725 add (failing) testcase that exposes a current weakness of fileResource 14 years ago