JIRA mailbot (was: Re: [BootJVM] configure)

2005-11-01 Thread Tim Ellison
Shouldn't the creation of JIRA issues result in an automated message posted to this list? Tim Geir Magnusson Jr. wrote: Thanks! Keep it coming! geir On Oct 28, 2005, at 5:17 PM, Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: If you wish to contribute this, could you post it

Re: [BootJVM] configure

2005-11-01 Thread Jean-frederic Clere
[EMAIL PROTECTED] Sent: Oct 28, 2005 4:55 PM To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, Take a look at the new Makefiles in the top level directory and each source directory. These should provide all functionality that I

Re: [BootJVM] configure

2005-11-01 Thread Jean-frederic Clere
some more about your autoconf code. I think it makes a nice candidate for a powerful configurator. Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 31, 2005 1:48 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure [EMAIL PROTECTED

Re: JIRA mailbot (was: Re: [BootJVM] configure)

2005-11-01 Thread Geir Magnusson Jr.
I was fooled into thinking it was because I was getting jiras that had my name associated w/ it. I know what the problem is and will fix... geir On Nov 1, 2005, at 3:34 AM, Tim Ellison wrote: Shouldn't the creation of JIRA issues result in an automated message posted to this list? Tim

Re: [BootJVM] configure

2005-10-31 Thread [EMAIL PROTECTED]
-dev@incubator.apache.org Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, The _first_ thin to do is: $ svn update $ rm -rf ./config $ ./config.sh You will notice some changes, per harmony-commits@ list. The gmake complains about: DIRNAME:=$(shell expr $(PWD

Re: [BootJVM] configure

2005-10-31 Thread [EMAIL PROTECTED]
Thanks for the correction! Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 30, 2005 11:33 AM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure Jean-frederic Clere wrote: [EMAIL PROTECTED] wrote: Jean-Frederic, The _first_

Re: [BootJVM] configure

2005-10-31 Thread [EMAIL PROTECTED]
. Does this make sense? Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 30, 2005 12:56 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure I have an additional correction for config.sh: +++ [EMAIL PROTECTED]:~/harmony/enhanced/trunk

Re: [BootJVM] configure

2005-10-31 Thread Jean-frederic Clere
]@ +++ The problem in the current config.sh is that it contains a Makefile syntax in a shell script... Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 30, 2005 12:56 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure I have an additional

Re: [BootJVM] configure

2005-10-31 Thread Geir Magnusson Jr.
Thanks! Keep it coming! geir On Oct 28, 2005, at 5:17 PM, Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: If you wish to contribute this, could you post it to a JIRA? Until I get commit rights ;-) It is now: http://issues.apache.org/jira/browse/HARMONY-10 Now I go for the

Re: [BootJVM] configure

2005-10-31 Thread Geir Magnusson Jr.
Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 28, 2005 4:17 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure Geir Magnusson Jr. wrote: If you wish to contribute this, could you post it to a JIRA? Until I get commit rights

Re: [BootJVM] configure

2005-10-31 Thread [EMAIL PROTECTED]
-frederic Clere [EMAIL PROTECTED] Sent: Oct 31, 2005 1:48 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, I personally would rather see the Makefile pick up the $(JAVA_HOME) environment variable instead of the configuration shell

Re: [BootJVM] configure

2005-10-30 Thread Jean-frederic Clere
-Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 28, 2005 4:55 PM To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, Take a look at the new Makefiles in the top level directory and each source directory

Re: [BootJVM] configure

2005-10-29 Thread Jean-frederic Clere
it produces. Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 28, 2005 4:55 PM To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, Take a look at the new Makefiles in the top level directory

Re: [BootJVM] configure

2005-10-28 Thread Geir Magnusson Jr.
If you wish to contribute this, could you post it to a JIRA? On Oct 27, 2005, at 6:09 PM, Jean-frederic Clere wrote: Hi, I am now building the config/config.h using the configure files I have prepared. The BootJVM specific options of the configure are: --with-java=DIR Specify

Re: [BootJVM] configure

2005-10-28 Thread [EMAIL PROTECTED]
PM To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, Take a look at the new Makefiles in the top level directory and each source directory. These should provide all functionality that I see for the time being with the exception

[BootJVM] configure

2005-10-27 Thread Jean-frederic Clere
Hi, I am now building the config/config.h using the configure files I have prepared. The BootJVM specific options of the configure are: --with-java=DIR Specify the location of your JDK installation --with-heap=TYPEHeap allocation method: simple, bimodal or other.