Re: Re: [patch] New VM Selection Method

2005-05-26 Thread Alban browaeys
Great code :) I bloated the regex a bit to take care not to trash " code # comment " in line comments. This regex is a BRE posix (http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_03 ) and replaced "$@" by ${1+"$@"} (though i don't know what this hack was for ... onl

Re: [patch] New VM Selection Method

2005-05-07 Thread Jerry Haltom
Attached to this message is the actual patch. =/ On Sat, 2005-05-07 at 23:41 -0500, Jerry Haltom wrote: > In the 30 minutes I had to work on free software this week I put > together this patch against java-common which implements the previously > discussed new VM selection idea for wrapper scripts

[patch] New VM Selection Method

2005-05-07 Thread Jerry Haltom
In the 30 minutes I had to work on free software this week I put together this patch against java-common which implements the previously discussed new VM selection idea for wrapper scripts. Please evaluate and include in java-common. I recognize I used bash-syntax for these scripts. That is becau