JWare/AntXtras Foundation Version 0.5.1, Release Mar 2007 ------------------------------------- This document contains the known issues with the AntXtras distribution. For the most recent bugs and patch information, visit the AntXtras website at http://antxtras.sourceforge.net/index.html ------------------------------------------------------------------------------ A. When run from the standard JUnit Swing runner, the full suite of AntX tests can consume *a lot* of memory. There is little we can do to change this condition; however, we have broken the AntX test suites up into smaller chunks. See the test suites under the com.idaremedia.antx.testsmodule package. B. When using regular expression mappings for , the Jakarta RE package can experience a "StackOverflow" error for large strings. (One common trigger is your classpath if it is very long.) This overflow is *not* an AntX issue; you need to increase the thread stack size alloted to your Ant runtime. For Sun's JRE, this is controlled by the '-Xss' option. -SSMC