59 Commits (ba0d3f2a3e98523d8fd5a9c4e8e2005a901eadc0)

Author SHA1 Message Date
  Sam Ruby ba0d3f2a3e Control the order in which the system and build classpaths are combined 25 years ago
  Conor MacNeill b9b4d060f1 Fix up problem with multiple source dirs in javac 25 years ago
  Stefan Bodewig 8355b21de2 New FileNameMapper that does wildcard replacements like DOS's 25 years ago
  Stefan Bodewig 1375c85ac2 javadoc correction to ExecTask 25 years ago
  Stefan Bodewig b189662bae Make <javac> always add +F to the jikes command line if 25 years ago
  Stefan Bodewig 2198f70d70 and don't swap stderr and stdout either. 25 years ago
  Stefan Bodewig 2b0355c521 Better redirect stderr and stdout instead of stderr twice. 25 years ago
  Stefan Bodewig 99f3f52ede Ensure the output of the modern compiler is going to be redirected as 25 years ago
  Stefan Bodewig 838def06a0 And no stack trace for classic compiler either. 25 years ago
  Stefan Bodewig b0027003f4 Don't print stack traces on compilation errors. 25 years ago
  Stefan Bodewig 8e8cf291a5 Made destdir in <javac> optional - don't use the -d switch at all if 25 years ago
  Stefan Bodewig c89099e9b9 Make <javac> use the value of srcdir as destdir if the latter has not 25 years ago
  Stefan Bodewig 47dce162e8 Allow the user to specify a classpath to <junit> even if fork="off". 25 years ago
  Stefan Bodewig 6c40e0ca77 Let jikes use the temporary file solution if the total length of the 25 years ago
  Stefan Bodewig 37ed344b38 Enable redirecting either the output or error or both from a cvs command to a file. 25 years ago
  Stefan Bodewig db6f84aa22 - Javac.getCompileClasspath(true) adds the correct runtime Zip files when 25 years ago
  Stefan Bodewig 6422ae65b1 Cosmetic changes. 25 years ago
  Stefan Bodewig 53b4dec9ae extdir attribute/nested element of <javac> was broken when using jikes. 25 years ago
  Stefan Bodewig d36ee0d77c Added verbose and depend attributes to <javac> along with yet another 25 years ago
  Stefan Bodewig 98d5287971 Put the PATH obtained from extdirs between bootclasspath and 25 years ago
  Stefan Bodewig aa71851fb7 When using the temporary file to hold the source file names (in jikes 25 years ago
  Stefan Bodewig ff810113da Removed all nested <classpathref> elements in favor of <classpath 25 years ago
  Stefan Bodewig 1f04dfb4f5 Added encoding attribute to <javac>. 25 years ago
  Stefan Bodewig 62961601ad Added support for jvc (Microsofts Java compiler) to <javac>. 25 years ago
  Conor MacNeill ef6aec8251 Provide an explanation, at verbose level, of why Javac decides to compile 25 years ago
  Conor MacNeill c2007a8479 Move addExisting functionality from javac to Path 25 years ago
  Stefan Bodewig 65e7fa5766 Modern compile was broken. 25 years ago
  Stefan Bodewig c32873b519 Added nested elements and attributes to reference CLASSPATH structures 25 years ago
  Stefan Bodewig 6667e4cdd6 Some cleanup in Javac. Removed duplicate code and used the nested 25 years ago
  Stefan Bodewig 82e6aad204 Make Jikes use the new Execute class instead of calling Runtime.exec itself. 25 years ago
  Stefan Bodewig 813dfa5f81 Nested <src> element of <javac> would cause a NullPointerException. 25 years ago
  Stefan Bodewig a8d4fe6d9b Add nested fileset and filesetref attributes to Path. 25 years ago
  Stefan Bodewig 5e898465ac Improved Jikes support. Added build.compiler.pedantic option for Jikes 25 years ago
  Stefan Bodewig abd5987913 Made Path resolve relative paths through Project. Moved it to the 26 years ago
  Conor MacNeill 983a85c49e Remove the copying of support files by the Javac task. This feature has 26 years ago
  Stefan Bodewig 6a2e536791 Have getCompileClasspath return Path instead of String. 26 years ago
  Conor MacNeill 3b747418b7 Update Jikes support for bootclasspath 26 years ago
  Stefan Bodewig e11b85235e Documentation for the Path elements, made nested src element of Javac 26 years ago
  Stefan Bodewig 8162d141e4 Make rmic, javac and javadoc use Path and add nested elements for 26 years ago
  Stefan Bodewig 3007c59302 Use the correct path to the runtime classes in JDK > 1.1. 26 years ago
  Stefan Bodewig ee9dbf0892 Not all JDKs with version 1.3 have com.sun.tools.javac.Main. IBM's 26 years ago
  Conor MacNeill 9bd75d2c4e Move to task level logging 26 years ago
  Conor MacNeill 8947bdbc21 Add support for multiple source paths to Javac 26 years ago
  Stefan Bodewig 9541d91b85 Add the runtime classes to the compile classpath if using jikes. 26 years ago
  Conor MacNeill b417973d39 Clean up ant generated output 26 years ago
  Conor MacNeill 3d1eba05e4 Deprecate the implicit copying of support files by Javac. 26 years ago
  Conor MacNeill 1ba5087df4 Add BuildEvents to Ant 26 years ago
  Sam Ruby 07dbc9cafa Support JDK 1.3 (a.k.a. "modern") compiler. 26 years ago
  James Duncan Davidson b9c9d1a29c Hack to make clear that Modern compiler isn't yet implemented. Of course, 26 years ago
  Sam Ruby 8428504db7 Allow subclasses to extend scanDir functionality 26 years ago