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

Re: New VM Selection Method

2005-04-14 Thread Michael Koch
On Wed, Apr 13, 2005 at 08:40:53AM -0500, Jerry Haltom wrote: > Actually I had assumed editing the line in /etc/jvm.conf would have been > enough for somebody who didn't want a GUI. Was I wrong? you are right, vi is good enough as command-line tool. Can you provide a patch against java-common tha

Re: New VM Selection Method

2005-04-14 Thread Wolfgang Baer
Jerry Haltom wrote: Actually I had assumed editing the line in /etc/jvm.conf would have been enough for somebody who didn't want a GUI. Was I wrong? Hi Jerry, no you are right - but the discussion was to start ASAP without a GUI tool (which needs more time to achieve) and add the GUI tool later if

Re: New VM Selection Method

2005-04-13 Thread Jerry Haltom
Actually I had assumed editing the line in /etc/jvm.conf would have been enough for somebody who didn't want a GUI. Was I wrong? On Mon, 2005-04-11 at 07:32 +0200, Michael Koch wrote: > On Mon, Apr 11, 2005 at 08:17:22AM +0200, Wolfgang Baer wrote: > > > >On Sun, 2005-04-03 at 11:12 -0500, Jerry

Re: New VM Selection Method

2005-04-12 Thread Arnaud Vandyck
Sun, 03 Apr 2005 11:12:03 -0500, Jerry Haltom <[EMAIL PROTECTED]> wrote: > We need a standard, nice, easy to extend way for binary wrappers > in /usr/bin and/or startup scripts to locate their VM. There are a few > requirements that I had: > > 1) Whatever we do should be GUI configurable. I want

Re: New VM Selection Method

2005-04-10 Thread Wolfgang Baer
Michael Koch wrote: On Mon, Apr 11, 2005 at 08:17:22AM +0200, Wolfgang Baer wrote: On Sun, 2005-04-03 at 11:12 -0500, Jerry Haltom wrote: We need a standard, nice, easy to extend way for binary wrappers in /usr/bin and/or startup scripts to locate their VM. There are a few requirements that I had:

Re: New VM Selection Method

2005-04-10 Thread Michael Koch
On Mon, Apr 11, 2005 at 08:17:22AM +0200, Wolfgang Baer wrote: > >On Sun, 2005-04-03 at 11:12 -0500, Jerry Haltom wrote: > >>We need a standard, nice, easy to extend way for binary wrappers > >>in /usr/bin and/or startup scripts to locate their VM. There are a few > >>requirements that I had: > >>

Re: New VM Selection Method

2005-04-10 Thread Wolfgang Baer
Once more forgot to post to list- thanks Jerry. Hi Jerry, Jerry Haltom wrote: Anybody interested in this at all? Yes :-) Sorry, I am currently away and have on sporadic and short access to my email. On Sun, 2005-04-03 at 11:12 -0500, Jerry Haltom wrote: We need a standard, nice, easy to extend way

Re: New VM Selection Method

2005-04-09 Thread Michael Koch
On Sat, Apr 09, 2005 at 11:24:37AM -0500, Jerry Haltom wrote: > Anybody interested in this at all? Sorry, I was busy this week and I wanted to think about it a bit. > > On Sun, 2005-04-03 at 11:12 -0500, Jerry Haltom wrote: > > We need a standard, nice, easy to extend way for binary wrappers > >

Re: New VM Selection Method

2005-04-09 Thread Jerry Haltom
Anybody interested in this at all? On Sun, 2005-04-03 at 11:12 -0500, Jerry Haltom wrote: > We need a standard, nice, easy to extend way for binary wrappers > in /usr/bin and/or startup scripts to locate their VM. There are a few > requirements that I had: > > 1) Whatever we do should be GUI conf

New VM Selection Method

2005-04-03 Thread Jerry Haltom
We need a standard, nice, easy to extend way for binary wrappers in /usr/bin and/or startup scripts to locate their VM. There are a few requirements that I had: 1) Whatever we do should be GUI configurable. I want to write a "System VM Selection" control panel of some sort allowing the user to cho