stevel 2003/09/27 21:00:06
Modified: . Tag: ANT_16_BRANCH WHATSNEW
Log:
whatsnew update
Revision Changes Path
No revision
No revision
1.503.2.3 +12 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.503.2.2
retrieving revision 1.503.2.3
diff -u -r1.503.2.2 -r1.503.2.3
--- WHATSNEW 23 Sep 2003 15:03:36 -0000 1.503.2.2
+++ WHATSNEW 28 Sep 2003 04:00:05 -0000 1.503.2.3
@@ -617,6 +617,18 @@
or end of a file. Discussion started at
http://marc.theaimsgroup.com/?l=ant-user&m=106366791228585&w=2
+* <java> and <junit> now support <assertions>, which let you enable
+ and disable Java1.4 assertions on a package or class basis. These
+ only work when fork=true, currently.
+
+* .NET tasks expanded with VB support <vbc> and J#, via <jsharp>,
+ <importtypelib> and <ilasm>. <csc> supports nested <src> types,
+ <defines> for (potentially conditional) definitions, <reference>
+ filesets for references. The executable attribute lets you switch to
+ mono or other implementations -<csc> has been tested with Mono on
+ Linux and OSX.
+
+
Changes from Ant 1.5.3 to Ant 1.5.4
===================================
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|