-
idm_jware changed the public information on the JWare/AntXtras project.
2009-03-30 00:26:20 UTC in JWare/AntXtras
-
This is now fixed in the lastest SVNKit distros.
2007-09-10 00:57:56 UTC in JWare/AntXtras
-
The assignment is correct as-is. The require variation is used by the ruledef and rule type but is the same as assertion task. The Requirement type mentioned in the report is an internal package-only class.
2007-09-10 00:57:10 UTC in JWare/AntXtras
-
Fixed in -r3236 of the SVNKit trunk. Should show up in next minor bugfix release of SVNKit.
2007-07-22 16:20:42 UTC in JWare/AntXtras
-
This seems to be a bug in SVNKit (latest and 1.1.3).
SVNStatusCommand.java:89 is at fault. It reads:
>> ISVNStatusHandler handler = new SVNCommandStatusHandler
(System.out, reportAll || showUpdates, reportAll, quiet,
showUpdates);
should probably be (System.out replaced by incoming 'out'):
>> ISVNStatusHandler handler = new SVNCommandStatusHandler
(out, reportAll ||...
2007-07-20 04:21:33 UTC in JWare/AntXtras
-
Addressed in the AntX 0.5.1 release which is compatible with Ant 1.7 distribution.
2007-03-25 20:30:53 UTC in JWare/AntXtras
-
This release is a minor compatibility release. AntXtras/Foundations has been rebuilt against the Apache Ant 1.7 source release and is now compatible with both Ant 1.6.5 and the latest 1.7 distributions.
2007-03-25 20:28:15 UTC in JWare/AntXtras
-
Ant 1.7 changed fundamentally the way the "UnknownElement"'s configure method works. This change has big implications for AntXtras-- it is now impossible for a single AntXtras distribution to work with both a 1.6.x and a 1.7.x release of Ant.
Having determined this...releasing a '0.5.1' version of AntXtras that does *not* work with 1.6.x Ant would be confusing as the numbering indicates a...
2007-03-16 23:44:55 UTC in JWare/AntXtras
-
o Added several new value URI handlers to work with
the AntX flow-control tasks.
o Enhanced <assert> to accept custom short-hand
conditions.
o Added new <batchchecks> that lets you run multiple
assertions before returning a final result.
2005-04-10 19:46:35 UTC in JWare/AntXtras
-
idm_jware registered the JWare/AntXtras project.
2004-06-19 21:25:38 UTC in JWare/AntXtras