Re: svn commit: r355121 - /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/os_functions.c

2005-12-08 Thread Jean-frederic Clere
[EMAIL PROTECTED] wrote: Author: dtanzer Date: Thu Dec 8 07:17:05 2005 New Revision: 355121 URL: http://svn.apache.org/viewcvs?rev=355121&view=rev Log: I added an entry for OS-X. I simply copied the function from FreeBSD. Also I'm not sure if the define I'm checking is the right one (__APPLE__

[jchevm] JCHEVM port to OSX/PPC committed (not yet working)

2005-12-08 Thread David Tanzer
I have now committed my work on porting JCHEVM to OSX/PPC to trunk since this was suggested by Geir in the "Where to put it?" - discussion. It compiles successfully on OSX/PPC but doesn't run yet because I left some ppc specific functions unimplemented so far. In case anything went wrong or has t

Re: [Technical] VM Interface/OSGi discussion (Was: Re: [Licensing/Community] Fresh start)

2005-12-08 Thread Richard S. Hall
Dalibor Topic wrote: Thanks for the explanation, Richard. One last question: are the bundles/packages made for R4 loadable with R2/R3, i.e. do osgi implementations ignore attributes they don't understand, for example? Bundles for R2/R3 will run on R4. It is possible to make an R4 bundle tha

Re: [Technical] VM Interface/OSGi discussion (Was: Re: [Licensing/Community] Fresh start)

2005-12-08 Thread Dalibor Topic
Tim Ellison wrote: > Dalibor Topic wrote: > Agreed -- and if we agree on using OSGi bundles as the technology for > generic class library interop then I think we simply need to agree on > the small number of non-JSE API dependencies between the bundles to > allow for component interop. +lots:) >

[jira] Commented: (HARMONY-21) File constructor produces wrong path to absolute path specified relative to root

2005-12-08 Thread Vladimir Strigun (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-21?page=comments#action_12359731 ] Vladimir Strigun commented on HARMONY-21: - I've found that my fix isn't good for Linux. When I try to create file using File("//usr") I get incorrect absolute path: "/

Re: [Technical] VM Interface/OSGi discussion (Was: Re: [Licensing/Community] Fresh start)

2005-12-08 Thread Tim Ellison
Dalibor Topic wrote: > The interface in the Wiki is going to be implemented by the Apache > Harmony class of VMs, and there specifying the need for JNI, etc. is OK. Agreed. > I believe you're talking about that interface which is specific to > Apache Harmony class of VMs and the Apache Harmony cl