231 Commits (e03db74846d20974a3aae9cd7054948e5cd502cf)

Author SHA1 Message Date
  Stefan Bodewig e03db74846 remove synchronization in addReference since getReferences hands out an un-synchronized table anyway 17 years ago
  Matthew Jason Benson b9a590f784 unused 17 years ago
  Stefan Bodewig fa52b460c1 Add a magic property that lists the targets that have been specified in order to run the current project. Based on patch by Colm Smyth (just like rev663051 was). PR 44980 17 years ago
  Stefan Bodewig 792a2f16f0 Add a new property to hold the current project's default target 17 years ago
  Stefan Bodewig 3f26f9a75c make ant.project.name a magic property 17 years ago
  Peter Reilly 32ccb517d0 remove resolution for references that are not resolved during normal runtime execution 18 years ago
  Peter Reilly 073153dd37 checkstyle 18 years ago
  Matthew Jason Benson 515ac84c17 fmt/refac/accommodate non-String props (convert) 18 years ago
  Matthew Jason Benson 1e599c6651 BZ 42736: PropertyHelper API changes 18 years ago
  Steve Loughran d6ec4ccf3c bugzilla bug 42263: ${ant.version} not set in <subant> 18 years ago
  Peter Reilly b29f5e1567 Bugzilla 42334: System properties may be none string objects 19 years ago
  Matthew Jason Benson d44807f593 move and publish public static Project getProject(Object) 19 years ago
  Jacobus Martinus Kruithof 8cf06beb66 Fix error found by Dave (and made by me) 19 years ago
  Jacobus Martinus Kruithof 7a3146ec84 Added @since tags 19 years ago
  Peter Reilly ad89225767 trailing spaces 19 years ago
  Jacobus Martinus Kruithof 13bdae7c19 Added logging of stacktraces of exceptions in logmessage when loglevel = debug. 19 years ago
  Matthew Jason Benson 7e01ed9d2d Add innocuous warning message to catch erroneous ref="${refid}" stuff. 19 years ago
  Peter Reilly 90e46ca4cd checkstyle 19 years ago
  Peter Reilly 0aa2b2528f some checkstyle changes 19 years ago
  Peter Reilly 7d8402eb23 Stop making IH a project listener, 19 years ago
  Peter Reilly f5c95e9ca4 add fall-back for undefined references that are parsed 19 years ago
  Peter Reilly 707e6f329b Reduce to verbose message of overridding properties. 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
  Matthew Jason Benson 4e5a656cdf Strike lying comment. 19 years ago
  Steve Loughran 546743d0fb adopt consistent quoting on this message. 19 years ago
  Kevin Jackson fe678d1937 roll back deprecation of Project.resolveFile, revert prior changes to code 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
  Jacobus Martinus Kruithof 1e6540e597 Adding property storing the ant core library. 20 years ago
  Jacobus Martinus Kruithof b73a6c6b82 Improved use of MagicNames for ant internal properties 20 years ago
  Jacobus Martinus Kruithof 58dfcc03e8 Sorry, copyright update forgotten 20 years ago
  Jacobus Martinus Kruithof f5f6982c88 Refactored translatePath from Project to FileUtils. 20 years ago
  Matthew Jason Benson 7f6746d1f8 fix typo 20 years ago
  Steve Loughran 3d1381215d the bigger your project, the harder it is to track down bugs 20 years ago
  Stefan Bodewig 2f05511dfc make Project a resource factory for convenience 20 years ago
  Matthew Jason Benson d3b91deae0 Revert previous change; apparently I am unhinged because I can't see how it's 20 years ago
  Matthew Jason Benson 34e64ebd16 Bugzilla 37184; submitted by Frank Harnack. Also replaced extra listener Vector instances by synchronization for ConcurrentModificationException guards. 20 years ago
  Peter Reilly 642fd3b8ce bugzilla 37184: multiple calls to addlistener for introspection helper objects 20 years ago
  Steve Loughran 761f82ae31 moving some magic names into place, using them where needed. 20 years ago
  Matthew Jason Benson 629a2649e8 Obtain subproject instance from Project to satisfy the remote chance 20 years ago
  Matthew Jason Benson 2c68e6ab60 Add subproject Executor to Executor interface + its use to Project & Ant task. 21 years ago
  Jesse N. Glick 9c29344dc2 Avoid hypothetical memory leak by not holding a strong reference to the thread or thread groups used as keys to 21 years ago
  Jesse N. Glick 67c71a89e9 #27285: simplify AntClassLoader by removing reflection hacks 21 years ago
  Jacobus Martinus Kruithof 704e2490d3 removed lines with $Revision: x.y $ lines (after verification) 21 years ago
  Jacobus Martinus Kruithof 88b40e16d0 renamed parameters to avoid hiding, 21 years ago
  Matthew Jason Benson a73b14d3ca s/ANT/Ant/ 21 years ago
  Matthew Jason Benson c840aef9fd Javadoc 21 years ago
  Peter Reilly e53070ba35 checkstyle 21 years ago
  Stefan Bodewig e76559e2f3 Silently ignore messages being written to System.err/out while a Listener is processing a different message 21 years ago
  Jacobus Martinus Kruithof 2e3455f4e6 Minor update to remove jdk1.1 workaround 21 years ago