1465 Commits (b0d9f8aa0137890a06875525db92bf44decfa512)

Author SHA1 Message Date
  Stefan Bodewig b0d9f8aa01 NPE in Project.setDefault. PR 49803 15 years ago
  Stefan Bodewig 7fd46296e1 allow test listener events to be enabled by an attribute or a magic property - disable them by default 15 years ago
  Stefan Bodewig 6f621798ee document fix for PR 49587 15 years ago
  Nicolas Lalevee 1b30eea462 bug #49119: 15 years ago
  Stefan Bodewig 5a6247d496 support casesensitive in linecontainsregexp and casesensitive, multiline and singleline in containsregexp. PR 49764 15 years ago
  Stefan Bodewig 3a912beff7 allow copy/@tofile to be used with non-file resources. PR 49756 15 years ago
  Stefan Bodewig 0c08ce1f0e Avoid NPE in createTempFile if no prfix has been specified. PR 49755 15 years ago
  Nicolas Lalevee 51971d6330 r985632 : actually it is breaking unit test, reverting 15 years ago
  Nicolas Lalevee 11d029431b Bug #49119 : 15 years ago
  Stefan Bodewig 282291fb51 <jar doesn't merge manifests that come from zipfilesets with prefix. PR 49605 15 years ago
  Stefan Bodewig 5d1bf32637 nested redirectors and parrallel-apply don't mix well - PR 49594 15 years ago
  Stefan Bodewig 43de42a38f add Git, Mercurial and Bazaar files/dirs to defaultexcludes. Submitted by Ville Skyttä. PR 49624 15 years ago
  Nicolas Lalevee fdc711e2e2 - make the import task able to switch the project helper 15 years ago
  Stefan Bodewig 51446ae680 Resources#toString relies on cache too much. PR 49588 15 years ago
  Stefan Bodewig 87fe422628 multiple parallel mkdirs could make each other fail. PR 49572 15 years ago
  Stefan Bodewig fe0fba57df new handling of attributes breaks BWC 15 years ago
  Stefan Bodewig f67b8649e8 reinstate prefix handling of property task at the expense of even more state in a thread-unfriendly class and with a new attribute on two tasks to make everybody happy. PR 49373. 15 years ago
  Nicolas Lalevee cf0368cc6d Fix a perf issue with <restrict>: it now loads only necessary resources 15 years ago
  Stefan Bodewig 2f588f517b log a warning message if File#setLastModified fails. PR 49485 15 years ago
  Stefan Bodewig bd52e7b9b1 allow targets to deal with missing extension points. PR 49473. Submitted by Danny Yates. 15 years ago
  Stefan Bodewig 047941f031 don't warn about multiple versions of Ant if the CLASSPATH entries really point to the same JAR. PR 49041 15 years ago
  Stefan Bodewig 3ac732f3fa Support wildcards in CLASSPATH. PR 46842. Based on patch by Mike Murray. 15 years ago
  Stefan Bodewig 9d86eb6bec typos 15 years ago
  Stefan Bodewig 9cde786c6e use a better approach to encode CDATA end markers in CDATA sections as suggested by Mark Lassau and Wikipedia. PR 49404 15 years ago
  Stefan Bodewig 3f4cb68def resolve properties defined via -propertyfile against each other. PR 18732 15 years ago
  Stefan Bodewig f8f45e9f02 unconditionally encode & as &amp; in DOMElementWriter. PR 49404 15 years ago
  Jesse N. Glick 458b692409 #49418: produce HTML output for stdout/stderr from <junitreport> to declare encoding. 15 years ago
  Jesse N. Glick 9c09fb0581 Mentioning #49430. 15 years ago
  Jesse N. Glick 114d55869f #34748: run individual test methods. 15 years ago
  Stefan Bodewig b0b920b08f <javac> faild for long command lines on OS/2. PR 49425. Submitted by <dmik DOT for MINUS maillists AT hugaida DOT com> 15 years ago
  Stefan Bodewig 6a87b53fcb don't scan directories that are excluded recursively - this used to be done everywhere except for the (most common) case where the directory itself was not explicitly included. PR 49420 15 years ago
  Stefan Bodewig 436200f3e3 provide file name when you fail to delete the temporary file. PR 49419 15 years ago
  Jesse N. Glick a341fc03e5 Merging ant-nodeps.jar into ant.jar. 15 years ago
  Jacobus Martinus Kruithof 4fd2002344 pr 49326. Sun JVM tries to mmap the entire file during a copy. For large files this is not feasible. We now explicitly request to copy at most 16 MiB per request. 15 years ago
  Stefan Bodewig 92663dfd6a ftp download fails for certain setups. PR 49296. Based on patch by Kristof Neirynck 15 years ago
  Stefan Bodewig 25968eb0c5 grammar 15 years ago
  Stefan Bodewig 3fb4745e70 <checksum>'s totalproperty doesn't work with repeated file names. PR 36748 15 years ago
  Jacobus Martinus Kruithof 5a0c10d859 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943930 13f79535-47bb-0310-9956-ffa450edef68 15 years ago
  Stefan Bodewig a26365ccc4 <xslt> ignores classpath when defaulting to TraX. PR 49271 15 years ago
  Stefan Bodewig fdbe8c9fe5 try to make javamail use the specified port even when using SSL. Bugzilla Report 49267 15 years ago
  Stefan Bodewig c83bf3257f deal with read-only dest files in echo and concat. 15 years ago
  Stefan Bodewig 508bb0dae1 Make <move> behave consistently for read-only destinations. PR 49261 15 years ago
  Stefan Bodewig 35e9c976ac be consistent when it comes to overwriting read-only files, add an option to do just that to <copy>. PR 49261 15 years ago
  Antoine Levy-Lambert 9f96b52f96 preparation for ant 1.8.1 build 15 years ago
  Stefan Bodewig 8016bd8d28 telnet and rexec have been broken. PR 49173. Based on patch submitted by James Wartell 15 years ago
  Matthew Jason Benson 22cc386d2e Added the augment task to manipulate existing references via Ant's basic introspection mechanisms. 15 years ago
  Stefan Bodewig 45485bd548 Add enableMultipleMappings and cache attributes to mappedresources 15 years ago
  Stefan Bodewig 7d05241b92 File("foo").getParent() is null if "foo" is a symbolic link - File("./foo").getParent() is not. PR 49137. 15 years ago
  Stefan Bodewig 9969e4d608 jar filesetmanifest=merge only worked for an OS where filesep == /. PR 49090 15 years ago
  Stefan Bodewig afadfc856b document fixes 15 years ago