Re: [PATCH 1/2] vm: set 'path.separator' to ':'

2009-07-08 Thread Pekka Enberg
On Tue, 2009-07-07 at 22:02 +0200, Tomek Grabiec wrote:
 Signed-off-by: Tomek Grabiec tgrab...@gmail.com
 ---
  vm/jato.c |3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)
 
 diff --git a/vm/jato.c b/vm/jato.c
 index 4eb5dbc..a9eb0a7 100644
 --- a/vm/jato.c
 +++ b/vm/jato.c
 @@ -106,7 +106,7 @@ static void __vm_native 
 native_vmsystemproperties_preinit(struct vm_object *p)
   { java.vm.name, jato },
   { java.io.tmpdir, /tmp },
   { file.separator, / },
 - { path.separator, / },
 + { path.separator, : },
   { line.separator, \n },
   };
  
 @@ -474,6 +474,7 @@ main(int argc, char *argv[])
   vm_jni_init();
  
   try_to_add_zip_to_classpath(/usr/share/classpath/glibj.zip);
 + 
 try_to_add_zip_to_classpath(/usr/local/classpath/share/classpath/glibj.zip);

This shouldn't be here. I fixed it up and applied the series. Thanks!

  
   /* Search $CLASSPATH last. */
   char *classpath = getenv(CLASSPATH);


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel


[PATCH 1/2] vm: set 'path.separator' to ':'

2009-07-07 Thread Tomek Grabiec

Signed-off-by: Tomek Grabiec tgrab...@gmail.com
---
 vm/jato.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vm/jato.c b/vm/jato.c
index 4eb5dbc..a9eb0a7 100644
--- a/vm/jato.c
+++ b/vm/jato.c
@@ -106,7 +106,7 @@ static void __vm_native 
native_vmsystemproperties_preinit(struct vm_object *p)
{ java.vm.name, jato },
{ java.io.tmpdir, /tmp },
{ file.separator, / },
-   { path.separator, / },
+   { path.separator, : },
{ line.separator, \n },
};
 
@@ -474,6 +474,7 @@ main(int argc, char *argv[])
vm_jni_init();
 
try_to_add_zip_to_classpath(/usr/share/classpath/glibj.zip);
+   
try_to_add_zip_to_classpath(/usr/local/classpath/share/classpath/glibj.zip);
 
/* Search $CLASSPATH last. */
char *classpath = getenv(CLASSPATH);
-- 
1.6.0.6


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
___
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel