Update of /cvsroot/clirr/clirr/core/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22952/xdocs
Modified Files:
changes.xml
Log Message:
fix for bug #1284303 (no possibility to specify 3rd party jars on CLI)
also did some code cleanup and fixed a crossplatform problem when parsing path entries on the command line
Index: changes.xml
===================================================================
RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- changes.xml 27 Aug 2005 11:04:33 -0000 1.10
+++ changes.xml 8 Sep 2005 08:36:33 -0000 1.11
@@ -15,12 +15,21 @@
an IDE will typically already have an in-memory representation of the Java
sources, so a Clirr IDE plugin could use that (via an adapter) and would
not require a full compile before running Clirr.
+ The API will most probably be in flux when Clirr adds support for Java 1.5
+ features like generics and varargs.
</action>
- <action dev="lkuehne" type="fix">
+ <action dev="lkuehne" type="fix">
<!-- Bug #1267189-->
Ant task: Class exclusion via apiclasses subelement was broken on Windows.
</action>
<action dev="lkuehne" type="fix">
+ CLI: Handling of multi-jar libraries in parameters -o and -n was broken on Windows.
+ </action>
+ <action dev="lkuehne" type="fix">
+ <!-- Bug #1284303-->
+ CLI: Allow specitication of 3rd party jars via new options -ocp and -ncp.
+ </action>
+ <action dev="lkuehne" type="update">
Improved test coverage.
</action>
</release>
|