On Mon, Feb 25, 2008 at 11:57 PM, Daniel López <[EMAIL PROTECTED]> wrote:
> After some comments on this list, I noticed that DDLUtils is based > currently on Java 1.3, so my patch would not work as I was thinking the > base was 1.4 and String.matches(regexp) was not present in Java 1.3. > > So, I can add the patch as attachemnt to the JIRA issue or wait until > DDLUtils is upgraded to Java 1.4 and then check if there are any changes > that need to be done to the patch. DdlUtils 1.1 now requires Java 1.4 (see http://issues.apache.org/jira/browse/DDLUTILS-194), so feel free to use Java 1.4 functionality. Tom