42 Commits (b6d17002e391d12ad7b155663bbfd34494595fa4)

Author SHA1 Message Date
  glennm b6d17002e3 Back out CVS directory hack. 25 years ago
  glennm 6cc1290e8b Hack to ignore CVS directories. 25 years ago
  Stefan Bodewig b3cb9a9d4f Changed the handling of build.sysclasspath so that Ant should behave 25 years ago
  Sam Ruby 2f3fc4ceb2 Address anomolies where classpath is now being interpreted differently by 25 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  Peter Donald 6b5745a21d Used some elisp magic to remove those tabs and replace with spaces. 25 years ago
  Stefan Bodewig 73db4788f6 Reinstate javadoc's failonerror attribute. 25 years ago
  Conor MacNeill 2f00346128 Restore the -d flag for destdir when it is supplied. Whilst this is an option 25 years ago
  Stefan Bodewig 4771d246a4 Make <javadoc> ignore .java files in directories containing a "-". 25 years ago
  Stefan Bodewig ff810113da Removed all nested <classpathref> elements in favor of <classpath 25 years ago
  Stefan Bodewig 9977131b5e Javadoc's destDir attribute should now work again. 25 years ago
  Stefan Bodewig 5dbbf38ae0 -d is not an option of javadoc in 1.2 but of the standard doclet. 25 years ago
  Stefan Bodewig fa4f79ea06 Avoid StringIndexOutOfBoundsException when .java files were found 25 years ago
  Stefan Bodewig f923ab50f9 <javadoc> and <patch> would fail if the execute method was called more 25 years ago
  Conor MacNeill dc76115024 Workaround for Jikes compilation problem 25 years ago
  Conor MacNeill 76248d54a1 Make it fly with 1.1 25 years ago
  Conor MacNeill f504cf793e Increase speed of Javadoc task 25 years ago
  Stefan Bodewig c32873b519 Added nested elements and attributes to reference CLASSPATH structures 25 years ago
  Conor MacNeill 0dd985bc2a Add some eror checking to the syntax of the linkoffline attribute 25 years ago
  Stefan Bodewig b18b40b152 Moved the javadoc == 1.1 or 1.2 check out of init(). 25 years ago
  Stefan Bodewig 6d7c130971 Did some cleanup. 25 years ago
  Stefan Bodewig 20dede5ad8 MSVSS doesn't extend Exec any longer. 25 years ago
  Stefan Bodewig c2077d52dd Javadoc doesn't extend Exec any longer. 25 years ago
  Stefan Bodewig abd5987913 Made Path resolve relative paths through Project. Moved it to the 26 years ago
  Stefan Bodewig 3b6232b780 Correctly detect missing arguments to Javadoc. 26 years ago
  Conor MacNeill 2ca1e77475 Minor bug fixes in Javadoc. 26 years ago
  Stefan Bodewig 8162d141e4 Make rmic, javac and javadoc use Path and add nested elements for 26 years ago
  Conor MacNeill 5e9f5581f2 Give Ernst some credit for the Javadoc changes :-) 26 years ago
  Conor MacNeill b879b27c72 Add nested doclet tag to javadoc task 26 years ago
  Conor MacNeill 9bd75d2c4e Move to task level logging 26 years ago
  Sam Ruby 62c181f454 Override the logging of Javadoc output in order to filter out 26 years ago
  Conor MacNeill ece10d579b Add support for docletpath. 26 years ago
  Conor MacNeill d42633d63a Oops - make the new Javadoc work under JDK 1.1 26 years ago
  Conor MacNeill 689fca4158 Update javadoc task to support multiple link and group options. 26 years ago
  Sam Ruby b50848acba Javadoc 1.2 multiple group support 26 years ago
  Stefano Mazzocchi ef962a9a03 called "javadoc" directly to avoid classpath problems that bugged many cocoon devs (it didn't happen to me because was setting tools.jar in my autoexec.bat... now I have a clean classpath and everything works fine on both 1.2 and 1.1 26 years ago
  Stefano Mazzocchi ae16bb711b Several changes: 26 years ago
  Sam Ruby 35c0faa1a2 1) Correct potential infinite loops when parsing invalid Java source 26 years ago
  Sam Ruby 1af1e04eef Fixed javadoc so that it doesn't go into an infinite loop on lines such as: 26 years ago
  Sam Ruby 5d4e93228c Merge classpath+sourcepath for jdk 1.1 26 years ago
  Stefano Mazzocchi 1ee4709de6 used the new boolean method 26 years ago
  Stefano Mazzocchi fd287b3a80 new javadoc task now extends exec and spawns another JVM to go around the system.exit() problems 26 years ago