123 Commits (c8e91147e37e34c4024c33ecf454e7c46639baa2)

Author SHA1 Message Date
  Stefan Bodewig c8e91147e3 properly set CodeSource when loading classes. PR 20174 16 years ago
  Stefan Bodewig 26f846b838 allow access to parent. PR 35436 16 years ago
  Stefan Bodewig 8ebe808f72 override getResources in a new AntClassLoader subclass that will be used consistently when Ant is running on Java5+. PR 46752 16 years ago
  Stefan Bodewig e04ff4d52c make all classes use the same AntClassLoader constructor 16 years ago
  Stefan Bodewig 430b0251e5 what started as an innocent minor performance improvement of antClassLoader lead to an infinite recursion and thus to a testcase for VectorSet. 17 years ago
  Stefan Bodewig 59f1d67945 don't add the same file more than once. PR 45848. 17 years ago
  Jesse N. Glick a3e9c2a63d Better error reporting in case a corrupt ZIP file is on the classpath. 17 years ago
  Peter Reilly 4e74021ca2 checkstyle: 100char limit 18 years ago
  Peter Reilly 575c81fdc8 checkstyle - ws and tab 18 years ago
  Matthew Jason Benson a840de1ce8 fmt/refac 18 years ago
  Kevin Jackson b01075559f -use FileUtils.close 18 years ago
  Jacobus Martinus Kruithof 758a6bcb93 Pr: 42259 inspired on optimization suggested by Tom Brus 19 years ago
  Steve Loughran 88e48dbdd3 little bit of code review 19 years ago
  Peter Reilly 221b05d059 allow path components to be directly added to AntClassLoader 19 years ago
  Peter Reilly 0aa2b2528f some checkstyle changes 19 years ago
  Peter Reilly b10bf232ba another go at bugzilla 38747, isolate resources 19 years ago
  Peter Reilly da045acc91 revert 38747: resource isolation, should fix one of gumps issues - look at other later 19 years ago
  Peter Reilly f1415bcf04 revert Bugzilla: 35436, getResources is final in java 1.4 19 years ago
  Peter Reilly 0f55b6b9d6 Bugzilla 38747: isolate resources in antclassloader when requested 19 years ago
  Peter Reilly 1fe0291e09 fix failing unit test by fixing moving getResources code from findResource to getResiources() 19 years ago
  Peter Reilly 445abf598a opps: made setParent private by accident 19 years ago
  Peter Reilly 56e61f039f Set the parent of the antClassLoader correctly: bugzilla 35436 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Jacobus Martinus Kruithof 7eb22e8cdc indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future. 20 years ago
  Jesse N. Glick 9af46a2ca0 #38799: <junit> task should work so long as junit.jar 20 years ago
  Jacobus Martinus Kruithof 176d949191 Removing unused imports. 20 years ago
  Antoine Levy-Lambert e12c63a6ee more systematic handling of URIs, delegation of work to the JDK 20 years ago
  Antoine Levy-Lambert 6a71283099 properly convert URIs back to file paths when non ascii characters are percent-encoded 20 years ago
  Antoine Levy-Lambert 54b56c89e0 make bootstrap on JDK 1.2 20 years ago
  Antoine Levy-Lambert 44cf7f076c solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085. 20 years ago
  Jesse N. Glick 67c71a89e9 #27285: simplify AntClassLoader by removing reflection hacks 21 years ago
  Peter Reilly 3c129d0e9a add cast to allow java1.5 to compile without whining 21 years ago
  Jacobus Martinus Kruithof 823aadf5aa Removed superfluous cast 21 years ago
  Steve Loughran 34e8714938 deal with javac1.5 whinings 21 years ago
  Jacobus Martinus Kruithof 6005d26265 Removed unecessary cast, 21 years ago
  Jacobus Martinus Kruithof 257dadeaf0 Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files. 21 years ago
  Peter Reilly 569f22aceb checkstyle 21 years ago
  Stefan Bodewig db48fbb829 Various checkstyle violations 21 years ago
  Steve Loughran 29b76e0c01 These are all patches to stop java1.5 whining about varargs. 21 years ago
  Antoine Levy-Lambert 8fdf272627 Impossible to use implicit classpath for <taskdef> when Ant core loader != Java application loader and Path.systemClassPath taken from ${java.class.path} 21 years ago
  Stefan Bodewig a22c8c09c8 Follow Conor's and Jose Alberto's advice - improved fix for PR 8689 21 years ago
  Stefan Bodewig 55c133cecd Generate proper file URLs in AntClassLoader#getResource, PR: 28060 22 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Stefan Bodewig b25ce96904 Some typo fixes 22 years ago
  Peter Reilly 3de1a4577e fix typeofs 22 years ago
  Conor MacNeill 5d4f445f37 Rename some enums ... 22 years ago
  Antoine Levy-Lambert 5a2fc04fee checkstyle 22 years ago