On Friday 23 June 2006 23:43 Alexey Petrenko wrote: > Mark, > > thanks for the fast fix. > > But probably Tim was right and we should not fix properties file but > should fix drlvm to work inside classlib deploy directory? > > Gregory?
Sure I agree with this. Honestly I didn't notice this file in classlib deploy dir before it was mentioned by Tim :) It has some extended format compared to what is used in drlvm currently so I tried to use it directly overwriting the one which drlvm copies to its deploy dir. I tried and it doesn't work. I'm looking at the parser code in load_full_api_files_path_names_list if it is it to be blamed. Maybe I can find a quick fix and we'll use just one file with a list of classlib jars taken from current classlib. > 2006/6/23, Mark Hindess <[EMAIL PROTECTED]>: > > On 23 June 2006 at 22:37, Gregory Shimansky <[EMAIL PROTECTED]> wrote: > > > Hello Mark > > > > > > While resolving conflict between your and mine changes to this file > > > I've found that you didn't include awt.jar. Should it be added > > > perhaps? > > > > Yes. Fixed in r416804 (and I've fixed the reason why it was missing > > from my build). > > > > -Mark. > > > > > On Friday 23 June 2006 19:22 [EMAIL PROTECTED] wrote: > > > > Author: hindessm > > > > Date: Fri Jun 23 08:22:20 2006 > > > > New Revision: 416738 > > > > > > > > URL: http://svn.apache.org/viewvc?rev=416738&view=rev > > > > Log: > > > > Fixed to point to all jars (or at least a version of all jars). > > > > > > > > Modified: > > > > > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspa > > > >th.pro perties > > > > > > > > Modified: > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspa > > > >th.pro perties URL: > > > > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/v > > > >m/vmco > > > > re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&v > > > >iew=dif f > > > > ===================================================================== > > > >====== === --- > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspa > > > >th.pro perties (original) +++ > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspa > > > >th.pro perties Fri Jun 23 08:22:20 2006 @@ -38,46 +38,68 @@ > > > > # unspecified then the source is deemed to be available rooted at > > > > '/'. # Packageroots given with no source location are ignored. > > > > > > > > -bootclasspath.1=archive.jar > > > > +bootclasspath.1=accessibility.jar > > > > > > > > -bootclasspath.2=bcprov-jdk14-129.jar > > > > +bootclasspath.2=annotation.jar > > > > > > > > -bootclasspath.3=beans.jar > > > > +bootclasspath.3=applet.jar > > > > > > > > -bootclasspath.4=crypto.jar > > > > +bootclasspath.4=archive.jar > > > > > > > > -bootclasspath.5=icu4j_3_4.jar > > > > +bootclasspath.5=auth.jar > > > > > > > > -bootclasspath.6=icu4jni-3.4.jar > > > > +bootclasspath.6=bcprov-jdk14-129.jar > > > > > > > > -bootclasspath.7=kernel.jar > > > > +bootclasspath.7=beans.jar > > > > > > > > -bootclasspath.8=logging.jar > > > > +bootclasspath.8=crypto.jar > > > > > > > > -bootclasspath.9=luni.jar > > > > +bootclasspath.9=icu4j_3.4.4/icu4j_3_4_4.jar > > > > > > > > -bootclasspath.10=math.jar > > > > +bootclasspath.10=icu4jni-3.4.jar > > > > > > > > -bootclasspath.11=nio.jar > > > > +bootclasspath.11=jndi.jar > > > > > > > > -bootclasspath.12=nio_char.jar > > > > +bootclasspath.12=kernel.jar > > > > > > > > -bootclasspath.13=regex.jar > > > > +bootclasspath.13=logging.jar > > > > > > > > -bootclasspath.14=resolver.jar > > > > +bootclasspath.14=luni.jar > > > > > > > > -bootclasspath.15=security.jar > > > > +bootclasspath.15=math.jar > > > > > > > > -bootclasspath.16=serializer.jar > > > > +bootclasspath.16=misc.jar > > > > > > > > -bootclasspath.17=sql.jar > > > > +bootclasspath.17=mx4j_3.0.1/mx4j-remote.jar > > > > > > > > -bootclasspath.18=text.jar > > > > +bootclasspath.18=mx4j_3.0.1/mx4j.jar > > > > > > > > -bootclasspath.19=x_net.jar > > > > +bootclasspath.19=nio_char.jar > > > > > > > > -bootclasspath.20=xalan.jar > > > > +bootclasspath.20=nio.jar > > > > > > > > -bootclasspath.21=xercesImpl.jar > > > > +bootclasspath.21=prefs.jar > > > > > > > > -bootclasspath.22=xml-apis.jar > > > > +bootclasspath.22=regex.jar > > > > + > > > > +bootclasspath.23=resolver.jar > > > > + > > > > +bootclasspath.24=rmi.jar > > > > + > > > > +bootclasspath.25=security.jar > > > > + > > > > +bootclasspath.26=serializer.jar > > > > + > > > > +bootclasspath.27=sql.jar > > > > + > > > > +bootclasspath.28=swing.jar > > > > + > > > > +bootclasspath.29=text.jar > > > > + > > > > +bootclasspath.30=xalan.jar > > > > + > > > > +bootclasspath.31=xercesImpl.jar > > > > + > > > > +bootclasspath.32=xml-apis.jar > > > > + > > > > +bootclasspath.33=x-net.jar -- Gregory Shimansky, Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
