Author: stevel Date: Thu Jul 13 04:19:40 2006 New Revision: 421591 URL: http://svn.apache.org/viewvc?rev=421591&view=rev Log: update WHATSNEW with my recent set of changes
Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=421591&r1=421590&r2=421591&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Thu Jul 13 04:19:40 2006 @@ -91,7 +91,13 @@ * <fixcrlf> used \r (Mac) line endings on OS X, whose proper line separator is \n (Unix). Bugzilla report 39585. -* <scp> now optionally supports the sftp protocol, you may need a newer jsch.jar. Bugzilla Report 39373. +* <scp> now optionally supports the sftp protocol, you may need a newer jsch.jar. + Bugzilla Report 39373. + +* Ant launcher program prints errors to stderr, and exits with a -1 exit code + value if, for any reason, it cannot actually start Ant proper. This will only + affect programs/scripts that called the launcher and which did not want to + receive an error if ant itself would not start Fixed bugs: ----------- @@ -242,6 +248,9 @@ * <echoproperties> setPrefix javadoc claimed null or empty prefix would be ignored; instead an error was thrown. Bugzilla report 39954. +* <get> would fetch files that were up to date, because it used > in a + remote/local timestamp comparison, not >=. Bugzilla 35607. + Other changes: -------------- * Took in bugzilla report 39320. @@ -460,6 +469,16 @@ * <javacc> has a jdkversion attribute to pass the desired JDK version down to javacc. Bugzilla report 38715. + +* <cvs> prints passfile info at -verbose level instead of -info. Bugzilla + report 35268 + +* When <javac> can't find the compiler class, it prints out java.home for + immediate diagnostics + +* Ant launcher now supports a -main attribute so that you can specify an extension + class to the built in org.apache.tools.ant.Main class. This class must implement + the interface AntMain Changes from Ant 1.6.4 to Ant 1.6.5 =================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]