You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2006/06/23 21:31:53 UTC

Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath.pro
> >perties
> >
> > Modified:
> > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> >perties URL:
> > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmco
> >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=dif
> >f
> > ===========================================================================
> >=== ---
> > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> >perties (original) +++
> > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.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: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Alexey Petrenko <al...@gmail.com>.
Mark,

have you tried to run ij after your fix?
I still can not run it... I got "unknown constant type in classfile"
error with "Hello, World!" application...

2006/6/24, Alexey Petrenko <al...@gmail.com>:
> Right, agreed.
>
> Thanks again for the fast fix.
> I'll check it on monday... I'm playing with prebuilt jpeg and png
> libraries found in the net... :)
>
> SY, Alexey
>
> 2006/6/24, Mark Hindess <ma...@googlemail.com>:
> >
> > On 23 June 2006 at 23:43, "Alexey Petrenko" <al...@gmail.com> 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?
> >
> > Indeed.  See my comment in the JIRA HARMONY-651.  I would have used
> > the version from classlib, but there is an outstanding issue with
> > serializer.jar - which drlvm current adds to jre/lib/boot but classlib
> > does not.
> >
> > As I suggested in an earlier message (subject Re: [drlvm] Doing the
> > minimum to support Java 5 classfiles) I think drlvm's deploy tree
> > shouldn't contain any classlib files but should produce a deploy tree
> > that a top-level build can combine with a classlib tree to produce a
> > fully working deploy tree.  Much like we do manually when we combine the
> > IBM VME and classlib.
> >
> > That is, we should do more to reduce the coupling between drlvm and
> > classlib.  At the moment, drlvm is trying to understand classlib - i.e.
> > knowing what to copy across but it is not going to be maintainable.
> > (And arguably it is already failing because it is not copying the jre/
> > lib/ext/bcprov.jar that classlib uses - instead drlvm puts an older
> > version in jre/lib/boot.  This is just confusing we should stop trying
> > to do it in drlvm and delegate this task to the top-level build.)
> >
> > > Gregory?
> >
> > I'd like to know what Gregory thinks about this too.
> >
> > Regards,
> >  Mark.
> >
> > > 2006/6/23, Mark Hindess <ma...@googlemail.com>:
> > > >
> > > > On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath
> > > .pro
> > > > > >perties
> > > > > >
> > > > > > Modified:
> > > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath
> > > .pro
> > > > > >perties URL:
> > > > > > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/
> > > vmco
> > > > > >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view
> > > =dif
> > > > > >f
> > > > > > =======================================================================
> > > ====
> > > > > >=== ---
> > > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath
> > > .pro
> > > > > >perties (original) +++
> > > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath
> > > .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: harmony-dev-unsubscribe@incubator.apache.org
> > > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Alexey A. Petrenko
> > > Intel Middleware Products Division
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
>
> --
> Alexey A. Petrenko
> Intel Middleware Products Division
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Alexey Petrenko <al...@gmail.com>.
Right, agreed.

Thanks again for the fast fix.
I'll check it on monday... I'm playing with prebuilt jpeg and png
libraries found in the net... :)

SY, Alexey

2006/6/24, Mark Hindess <ma...@googlemail.com>:
>
> On 23 June 2006 at 23:43, "Alexey Petrenko" <al...@gmail.com> 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?
>
> Indeed.  See my comment in the JIRA HARMONY-651.  I would have used
> the version from classlib, but there is an outstanding issue with
> serializer.jar - which drlvm current adds to jre/lib/boot but classlib
> does not.
>
> As I suggested in an earlier message (subject Re: [drlvm] Doing the
> minimum to support Java 5 classfiles) I think drlvm's deploy tree
> shouldn't contain any classlib files but should produce a deploy tree
> that a top-level build can combine with a classlib tree to produce a
> fully working deploy tree.  Much like we do manually when we combine the
> IBM VME and classlib.
>
> That is, we should do more to reduce the coupling between drlvm and
> classlib.  At the moment, drlvm is trying to understand classlib - i.e.
> knowing what to copy across but it is not going to be maintainable.
> (And arguably it is already failing because it is not copying the jre/
> lib/ext/bcprov.jar that classlib uses - instead drlvm puts an older
> version in jre/lib/boot.  This is just confusing we should stop trying
> to do it in drlvm and delegate this task to the top-level build.)
>
> > Gregory?
>
> I'd like to know what Gregory thinks about this too.
>
> Regards,
>  Mark.
>
> > 2006/6/23, Mark Hindess <ma...@googlemail.com>:
> > >
> > > On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath
> > .pro
> > > > >perties
> > > > >
> > > > > Modified:
> > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath
> > .pro
> > > > >perties URL:
> > > > > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/
> > vmco
> > > > >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view
> > =dif
> > > > >f
> > > > > =======================================================================
> > ====
> > > > >=== ---
> > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath
> > .pro
> > > > >perties (original) +++
> > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath
> > .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: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Gregory Shimansky <gs...@gmail.com>.
On Saturday 24 June 2006 00:13 Andrey Chernyshev wrote:
> How about the idea of independence between VM and classlib, isn't this
> VM who decides where and how it loads the boot classes?

I think not. If we want VM to work with classlib that is changing, it is only 
classlib which can make VM know which files in it should be included to 
bootclasspath, which places are to be searched for extensions, providers and 
stuff like that.

IMHO it is only classlib which can make this information available to VM in 
convenient way.

> Given the comment in the head of the bootclasspath.properties file:
> # The bootclasspath properties define elements of the virtual machine's
> # boot class path.
> I would decide that this file is rather a property of the specific VM
> than the classlib.
>
> Is there any reason why the class libraries would use it except
> setting the property com.ibm.oti.system.class.path?
> Sorry if I'm missing something obvious.

Class library's properties are not existant at bootstrap when VM has to know 
its bootclasspath already at least to execute System.<clinit> which usually 
pulls out several hundreds of classes which may be loaded from many jar 
files.

-- 
Gregory Shimansky, Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Gregory Shimansky <gs...@gmail.com>.
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 <ma...@googlemail.com>:
> > On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Alexey Petrenko <al...@gmail.com>.
You are correct if we are talking about stable pair of vm and
classlib. In this case nobody interested in the way of defining the
default bootclasspath for the vm.

But in our case the list of jars is changing almost every day.
And I think we are really need a common and easy way to define the
list of jars for the boot class path for all the VMs.

In other case we will need to open JIRA issues like this against each
VM after each classlibrary layout change.

Property file is one of the possible solutions here. Another possible
solution is to load all the jars from the boot directory. We can
invent number of different techniques but we need to support on of
them by all the VMs...

It's just my vision :)

SY, Alexey

2006/6/24, Andrey Chernyshev <a....@gmail.com>:
> How about the idea of independence between VM and classlib, isn't this
> VM who decides where and how it loads the boot classes?
> Given the comment in the head of the bootclasspath.properties file:
> # The bootclasspath properties define elements of the virtual machine's
> # boot class path.
> I would decide that this file is rather a property of the specific VM
> than the classlib.
>
> Is there any reason why the class libraries would use it except
> setting the property com.ibm.oti.system.class.path?
> Sorry if I'm missing something obvious.
>
> Thanks,
> Andrey.
>
>
> On 6/23/06, Alexey Petrenko <al...@gmail.com> 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?
> >
> > SY, Alexey
> >
> > 2006/6/23, Mark Hindess <ma...@googlemail.com>:
> > >
> > > On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath.pro
> > > > >perties
> > > > >
> > > > > Modified:
> > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> > > > >perties URL:
> > > > > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmco
> > > > >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=dif
> > > > >f
> > > > > ===========================================================================
> > > > >=== ---
> > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> > > > >perties (original) +++
> > > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.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: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> >
> > --
> > Alexey A. Petrenko
> > Intel Middleware Products Division
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Andrey Chernyshev <a....@gmail.com>.
How about the idea of independence between VM and classlib, isn't this
VM who decides where and how it loads the boot classes?
Given the comment in the head of the bootclasspath.properties file:
# The bootclasspath properties define elements of the virtual machine's
# boot class path.
I would decide that this file is rather a property of the specific VM
than the classlib.

Is there any reason why the class libraries would use it except
setting the property com.ibm.oti.system.class.path?
Sorry if I'm missing something obvious.

Thanks,
Andrey.


On 6/23/06, Alexey Petrenko <al...@gmail.com> 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?
>
> SY, Alexey
>
> 2006/6/23, Mark Hindess <ma...@googlemail.com>:
> >
> > On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath.pro
> > > >perties
> > > >
> > > > Modified:
> > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> > > >perties URL:
> > > > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmco
> > > >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=dif
> > > >f
> > > > ===========================================================================
> > > >=== ---
> > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> > > >perties (original) +++
> > > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.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: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>
>
> --
> Alexey A. Petrenko
> Intel Middleware Products Division
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Alexey Petrenko <al...@gmail.com>.
That's what I'm talking about :)

2006/6/24, Geir Magnusson Jr <ge...@pobox.com>:
>
>
> 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?
>
> No, I don't think so.
>
> There should be a common deploy directory that both build into.
>
> geir
>
> >
> > Gregory?
> >
> > SY, Alexey
> >
> > 2006/6/23, Mark Hindess <ma...@googlemail.com>:
> >>
> >> On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath.pro
> >>
> >> > >perties
> >> > >
> >> > > Modified:
> >> > >
> >> incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> >>
> >> > >perties URL:
> >> > >
> >> http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmco
> >>
> >> >
> >> >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=dif
> >>
> >> > >f
> >> > >
> >> ===========================================================================
> >>
> >> > >=== ---
> >> > >
> >> incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> >>
> >> > >perties (original) +++
> >> > >
> >> incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.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: harmony-dev-unsubscribe@incubator.apache.org
> >> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> Terms of use : http://incubator.apache.org/harmony/mailing.html
> >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Geir Magnusson Jr <ge...@pobox.com>.
Excellent

Tim Ellison wrote:
> Geir Magnusson Jr wrote:
>> 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?
>> No, I don't think so.
>>
>> There should be a common deploy directory that both build into.
> 
> I think we've all agreed about that.
> 
> Regards,
> Tim
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Tim Ellison <t....@gmail.com>.
Geir Magnusson Jr wrote:
> 
> 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?
> 
> No, I don't think so.
> 
> There should be a common deploy directory that both build into.

I think we've all agreed about that.

Regards,
Tim

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Geir Magnusson Jr <ge...@pobox.com>.

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?

No, I don't think so.

There should be a common deploy directory that both build into.

geir

> 
> Gregory?
> 
> SY, Alexey
> 
> 2006/6/23, Mark Hindess <ma...@googlemail.com>:
>>
>> On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath.pro
>>
>> > >perties
>> > >
>> > > Modified:
>> > >
>> incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
>>
>> > >perties URL:
>> > >
>> http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmco
>>
>> >
>> >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=dif
>>
>> > >f
>> > >
>> ===========================================================================
>>
>> > >=== ---
>> > >
>> incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
>>
>> > >perties (original) +++
>> > >
>> incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.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: harmony-dev-unsubscribe@incubator.apache.org
>> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

Posted by Alexey Petrenko <al...@gmail.com>.
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?

SY, Alexey

2006/6/23, Mark Hindess <ma...@googlemail.com>:
>
> On 23 June 2006 at 22:37, Gregory Shimansky <gs...@gmail.com> 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 hindessm@apache.org 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/bootclasspath.pro
> > >perties
> > >
> > > Modified:
> > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> > >perties URL:
> > > http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmco
> > >re/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=dif
> > >f
> > > ===========================================================================
> > >=== ---
> > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.pro
> > >perties (original) +++
> > > incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.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: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org