78 Commits (f7def885dd7bc3f17bb095754a21805701d7ada7)

Author SHA1 Message Date
  Magesh Umasankar f7def885dd Added a protected method "recreateSrc" to help task writers who extend 24 years ago
  Magesh Umasankar 17e5ca8721 Convert tabs to spaces... 24 years ago
  Steve Loughran 5aae1b3e8d Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
  Magesh Umasankar 072028843a New debuglevel attribute for Javac - will be used only when the modern 24 years ago
  Stefan Bodewig a66a2b7f86 Add testcases for latest <javac> changes, fix some problem with some 24 years ago
  Stefan Bodewig 0ba89b453f Add a way to pass compiler specific command line arguments to <javac>. 24 years ago
  Stefan Bodewig 30b11d18c9 Make name of the javac executable configurable in fork mode. 24 years ago
  Stephane Bailliez d12e6411cc Code clean up: 24 years ago
  Conor MacNeill bec2a0777e Merge of 1.4.1 changes into Main truck for Gump testing 24 years ago
  Conor MacNeill df14132289 Merge in 1.4 src changes 25 years ago
  Conor MacNeill f66cab0ea7 Merge from ANT_145_BRANCH up to Beta 2 25 years ago
  Stefan Bodewig aa4eb280ad Ignore fork attribute if build.compiler doesn't point to a JDK javac. 25 years ago
  Stefan Bodewig b162d6d5c4 Add fork attribute to <javac>. 25 years ago
  Sam Ruby 35aee5ccea Prep for JDK 1.4. 25 years ago
  Stefan Bodewig 4ca5683c2a <javac> rewritten to use a factory. 25 years ago
  Stefan Bodewig 320a0390be Propagate Sam's build.sysclasspath magic to <rmic> as well. 25 years ago
  Sam Ruby 2f3fc4ceb2 Address anomolies where classpath is now being interpreted differently by 25 years ago
  Conor MacNeill 3d76bc5d3a Provide a failonerror attribute for javac. This defaults to true. If you set it to 25 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  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 26 years ago
  Stefan Bodewig 1f04dfb4f5 Added encoding attribute to <javac>. 26 years ago
  Stefan Bodewig 62961601ad Added support for jvc (Microsofts Java compiler) to <javac>. 26 years ago
  Conor MacNeill ef6aec8251 Provide an explanation, at verbose level, of why Javac decides to compile 26 years ago
  Conor MacNeill c2007a8479 Move addExisting functionality from javac to Path 26 years ago
  Stefan Bodewig 65e7fa5766 Modern compile was broken. 26 years ago
  Stefan Bodewig c32873b519 Added nested elements and attributes to reference CLASSPATH structures 26 years ago
  Stefan Bodewig 6667e4cdd6 Some cleanup in Javac. Removed duplicate code and used the nested 26 years ago
  Stefan Bodewig 82e6aad204 Make Jikes use the new Execute class instead of calling Runtime.exec itself. 26 years ago
  Stefan Bodewig 813dfa5f81 Nested <src> element of <javac> would cause a NullPointerException. 26 years ago