You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Alexey Petrenko <al...@gmail.com> on 2006/11/21 12:07:41 UTC

[drlvm][build] New svn reality and DRL VM build

Everyone who tried to build DRL VM at least once knows that he/she
should edit "external.dep.CLASSLIB.loc" property in
build/make/build.xml file to point to the class library...

Our svn paths has been changed while moving from the incubator and I
suggest to default value for this property to
"../../../working_classlib".

Anybody objects? If not I'll commit the changes.

SY, Alexey

Re: [drlvm][build] New svn reality and DRL VM build

Posted by Pavel Ozhdikhin <pa...@gmail.com>.
I never edit this file. :) I copy
/build/drlvm.properties.example->build/drlvm.properties.
But I'm +1 for this change because I never use any other value.

Thanks,
Pavel


On 11/21/06, Alexey Petrenko <al...@gmail.com> wrote:
>
> Everyone who tried to build DRL VM at least once knows that he/she
> should edit "external.dep.CLASSLIB.loc" property in
> build/make/build.xml file to point to the class library...
>
> Our svn paths has been changed while moving from the incubator and I
> suggest to default value for this property to
> "../../../working_classlib".
>
> Anybody objects? If not I'll commit the changes.
>
> SY, Alexey
>

Re: [drlvm][build] New svn reality and DRL VM build

Posted by Alexey Petrenko <al...@gmail.com>.
2006/11/21, Geir Magnusson Jr. <ge...@pobox.com>:
>
>
> Alexey Petrenko wrote:
> > Everyone who tried to build DRL VM at least once knows that he/she
> > should edit "external.dep.CLASSLIB.loc" property in
> > build/make/build.xml file to point to the class library...
> no, there is the drlvm.properties file :)
I've followed README.txt instructions and it does not say a word about
drlvm.properties file :)

> > Our svn paths has been changed while moving from the incubator and I
> > suggest to default value for this property to
> > "../../../working_classlib".
> It has nothing to do with moving from the incubator, as everything has
> the same relative position as they did before.
> --- skipped ---
Right, federated build.

SY, Alexey

Re: [drlvm][build] New svn reality and DRL VM build

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

Alexey Petrenko wrote:
> Everyone who tried to build DRL VM at least once knows that he/she
> should edit "external.dep.CLASSLIB.loc" property in
> build/make/build.xml file to point to the class library...
> 

no, there is the drlvm.properties file :)

> Our svn paths has been changed while moving from the incubator and I
> suggest to default value for this property to
> "../../../working_classlib".

It has nothing to do with moving from the incubator, as everything has 
the same relative position as they did before.

However, the value that's in there now reflects the original way of 
working, which was to checkout enhanced/drlvm and enhanced classlib as 
peers in your filesystem, and thus needed the extra dots to get up and 
over the /trunk entry in both.

Now, people seem happy to work in the federated build system of 
enhanced/trunk, so I'm +1 to making the change for that reason.

geir


> 
> Anybody objects? If not I'll commit the changes.
> 
> SY, Alexey