69 Commits (fbb42627adc6dd07cfb5ab84c767dc9508fe4742)

Author SHA1 Message Date
  Arturo Bernal fbb42627ad Use an empty array in favor of pre-sized array. 4 years ago
  twogee ae0c87be2b Class.newInstance() is deprecated in Java 9+ 5 years ago
  jkf 3a4980e3c4 updated reference to license from http to https using 7 years ago
  Gintas Grigelionis 095aaaef75 Chop extraneous parentheses 8 years ago
  Gintas Grigelionis 3af9a7305a Tidy up the code 8 years ago
  Gintas Grigelionis 1c80d507f4 Use foreach loops 8 years ago
  Gintas Grigelionis 7f1e7628b3 Checkstyle: whitespace, line continuation and modifier idiosyncrasies 8 years ago
  Gintas Grigelionis 6656db28bb Let’s use doclint 8 years ago
  Matt Benson b7d1e9bde4 java 5-8 9 years ago
  Stefan Bodewig 4cecc03af6 there simply is no better logger around 9 years ago
  Stefan Bodewig bcc245e991 fields don't need to be static 9 years ago
  Stefan Bodewig df33426bf2 whitespace 11 years ago
  Jan Matèrne 1b76f1b6da checkstyle 11 years ago
  Jan Matèrne bf6026a147 organize imports 11 years ago
  Jan Matèrne 71ae871274 checkstyle 11 years ago
  Nicolas Lalevee 97d423a273 Don't mess with classloading of the launcher 13 years ago
  Nicolas Lalevee 055f4eb650 Make Locator.fileToURL and replace its use by FileUtils.getFileUtils().getFileURL() 13 years ago
  Matthew Jason Benson da5f3bfd25 java 5, continued 13 years ago
  Jesse N. Glick cc47289e1e #48633: pass correct parent to loader. 14 years ago
  Jan Materne 4d63751039 Clarification + typo 17 years ago
  Steve Loughran 6e72d89be8 Bug 42275 running ant off a network share can cause Ant to fail 18 years ago
  Peter Reilly a8b485c525 refactor Launcher#run to reduce its line count 19 years ago
  Peter Reilly 0aa2b2528f some checkstyle changes 19 years ago
  Antoine Levy-Lambert 105b2252ce Launcher should not depend upon parent package 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Steve Loughran 7bf41207e0 change error code of the launcher. We could change it from 2, its now in a constant where we can tune it. 19 years ago
  Steve Loughran 91ee1ced95 This is a little bit of fun; something asked for on the mail list. You can now use -main to specify a new entry point for ant, so if you override ant.Main with a subclass, you can switch to that. 20 years ago
  Peter Reilly bce9fe013a Bugzilla Report: 39295 20 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
  Peter Reilly 27c1d843ca change name of Locator.encodeUri to Locator.encodeURI 20 years ago
  Peter Reilly 22891078b1 compete toUri code for launcher 20 years ago
  Kevin Jackson d9ef771122 revert back to while loop after discussion over prior change 20 years ago
  Kevin Jackson e0b24ddfd6 slight tweak while -> for (reduce scope of variable to just loop) 20 years ago
  Jacobus Martinus Kruithof b73a6c6b82 Improved use of MagicNames for ant internal properties 20 years ago
  Dominique Devienne 739c2b6278 Can't use {@value} for computed property, only for constants. Fix up indentation and docs a bit. --DD 20 years ago
  Steve Loughran c5c26543a4 bug #36171; -noclasspath crashes ant if no system classpath is set. 20 years ago
  Steve Loughran b0078a5471 just making some strings constants, adding javadocs 20 years ago
  Matthew Jason Benson abf0a93840 remove reflective toArray calls 21 years ago
  Jacobus Martinus Kruithof b32f4587da PR: 35246 21 years ago
  Peter Reilly d50c8c978b If launcher gets an InstantiationException when using the 21 years ago
  Steve Loughran b0003afe36 complete rework of reporting when we cant instantiate an element 21 years ago
  Peter Reilly 8c5847195e whitespace + javadoc 21 years ago
  Steve Loughran 9e260d7fa3 diagnostics should list lib dir too. 21 years ago
  Peter Reilly 12d182f4cc checkstyle 21 years ago
  Steve Loughran 0f9572806f doc explanation 21 years ago
  Peter Reilly d84de6b846 -noclasspath option 21 years ago
  Steve Loughran c2a7acd9b1 javadoc fixup -only because IntelliJ is so fussy. 21 years ago
  Peter Reilly acd0bcd1e0 Add a new option -nouserlib to the ant command. 21 years ago
  Peter Reilly e9930da203 InstantiationException.getCause() not in jdk 1.3. 21 years ago
  Peter Reilly 81531e4ccc Root cause of InstantiationException may be null in class.newInstance() 21 years ago