[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.11,1.12 anttask.xml,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-09-08 10:28:06
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12850/xdocs Modified Files: changes.xml anttask.xml Log Message: use javaapp plugin from maven-plugin.sf.net - improves startup time of CLI by not doing classloader magic (on my machine running clirr on one class now takes 0.3s instead of 1.8s) - allows usage of uberjar for Ant task Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 8 Sep 2005 08:36:33 -0000 1.11 +++ changes.xml 8 Sep 2005 10:27:56 -0000 1.12 @@ -32,6 +32,14 @@ <action dev="lkuehne" type="update"> Improved test coverage. </action> + <action dev="lkuehne" type="update"> + <!- rfe #1283314, now using javaapp plugin instead of uberjar plugin --> + Improved startup time of commandline uberjar. + </action> + <action dev="lkuehne" type="fix"> + <!- rfe #1022920, now using javaapp plugin instead of uberjar plugin --> + Ant task now works with uberjar. + </action> </release> <release version="0.5" date="2005-08-07"> Index: anttask.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/anttask.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- anttask.xml 6 Mar 2005 17:01:36 -0000 1.3 +++ anttask.xml 8 Sep 2005 10:27:56 -0000 1.4 @@ -27,7 +27,8 @@ <source> <target name="checkbinarycompatibility" depends="build"> - <!-- buildtools.classpath should contain + <!-- buildtools.classpath should either contain + clirr-core-uber.jar or alternatively clirr-core.jar and the libraries it depends on --> <taskdef |