You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Oliver Deakin <ol...@googlemail.com> on 2006/05/31 11:48:16 UTC

[classlib] deploy directory reorganised into HDK shape

Hi all,

Tim has just applied the patch for HARMONY-469. This patch changes
the build scripts so that the deploy directory is laid out in the same way
as the <hdkbase> directory described in [1].

So from SVN revision r410479, when you build the classlib it will create
a directory structure that looks like:

deploy
     \---jdk
          |---jre
          \---include


For those who are already developing in classlib using the IBM VME,
you will need to move your VME directory from deploy/jre/bin/default
to deploy/jdk/jre/bin/default. After that the old deploy/jre directory can
be deleted. You should then be able to run tests and continue
developing as usual.

Anyone who is newly coming into the project who wants to use the
IBM VME should grab the latest versions (Harmony-vme-win.IA32-v3.zip
and Harmony-vme-linux.IA32-v3.tar.gz) at:
https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source=ahdk 


These VME packages are organised with the following layout:

<EXTRACT_DIR>
      |
      +---jre
      |    |
      |    \---bin
      |         |
      |         \---default
      |
      \---vme_license

so that they can be unpacked directly into the classlib deploy directory
structure (under deploy/jdk)
Instructions on developing and building the Harmony classlib can
be found at [2].

Regards,
Oliver

[1] http://incubator.apache.org/harmony/subcomponents/classlibrary/hdk.html
[2] 
http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html

-- 
Oliver Deakin
IBM United Kingdom Limited


---------------------------------------------------------------------
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: [classlib] deploy directory reorganised into HDK shape

Posted by Oliver Deakin <ol...@googlemail.com>.
Hi Nathan,

Good catch - you will need to point your "Installed JREs"  dialog at the
deploy/jdk/jre directory instead of deploy/jre. No changes to the
plug-in itself should be needed however.
Thanks for spotting that!

Regards,
Oliver

Nathan Beyer wrote:
> Does this have any affect on the Eclipse Plug-in for Harmony VM type? Do we
> just point at 'deploy/jdk' instead of 'deploy' now?
>
> -Nathan
>
>   
>> -----Original Message-----
>> From: Oliver Deakin [mailto:oliver.deakin@googlemail.com]
>> Sent: Wednesday, May 31, 2006 3:48 AM
>> To: harmony-dev@incubator.apache.org
>> Subject: [classlib] deploy directory reorganised into HDK shape
>>
>> Hi all,
>>
>> Tim has just applied the patch for HARMONY-469. This patch changes
>> the build scripts so that the deploy directory is laid out in the same way
>> as the <hdkbase> directory described in [1].
>>
>> So from SVN revision r410479, when you build the classlib it will create
>> a directory structure that looks like:
>>
>> deploy
>>      \---jdk
>>           |---jre
>>           \---include
>>
>>
>> For those who are already developing in classlib using the IBM VME,
>> you will need to move your VME directory from deploy/jre/bin/default
>> to deploy/jdk/jre/bin/default. After that the old deploy/jre directory can
>> be deleted. You should then be able to run tests and continue
>> developing as usual.
>>
>> Anyone who is newly coming into the project who wants to use the
>> IBM VME should grab the latest versions (Harmony-vme-win.IA32-v3.zip
>> and Harmony-vme-linux.IA32-v3.tar.gz) at:
>> https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&sourc
>> e=ahdk
>>
>>
>> These VME packages are organised with the following layout:
>>
>> <EXTRACT_DIR>
>>       |
>>       +---jre
>>       |    |
>>       |    \---bin
>>       |         |
>>       |         \---default
>>       |
>>       \---vme_license
>>
>> so that they can be unpacked directly into the classlib deploy directory
>> structure (under deploy/jdk)
>> Instructions on developing and building the Harmony classlib can
>> be found at [2].
>>
>> Regards,
>> Oliver
>>
>> [1]
>> http://incubator.apache.org/harmony/subcomponents/classlibrary/hdk.html
>> [2]
>> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_class
>> lib.html
>>
>> --
>> Oliver Deakin
>> IBM United Kingdom Limited
>>
>>
>> ---------------------------------------------------------------------
>> 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
>
>
>   

-- 
Oliver Deakin
IBM United Kingdom Limited


---------------------------------------------------------------------
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: [classlib] deploy directory reorganised into HDK shape

Posted by Nathan Beyer <nb...@kc.rr.com>.
Does this have any affect on the Eclipse Plug-in for Harmony VM type? Do we
just point at 'deploy/jdk' instead of 'deploy' now?

-Nathan

> -----Original Message-----
> From: Oliver Deakin [mailto:oliver.deakin@googlemail.com]
> Sent: Wednesday, May 31, 2006 3:48 AM
> To: harmony-dev@incubator.apache.org
> Subject: [classlib] deploy directory reorganised into HDK shape
> 
> Hi all,
> 
> Tim has just applied the patch for HARMONY-469. This patch changes
> the build scripts so that the deploy directory is laid out in the same way
> as the <hdkbase> directory described in [1].
> 
> So from SVN revision r410479, when you build the classlib it will create
> a directory structure that looks like:
> 
> deploy
>      \---jdk
>           |---jre
>           \---include
> 
> 
> For those who are already developing in classlib using the IBM VME,
> you will need to move your VME directory from deploy/jre/bin/default
> to deploy/jdk/jre/bin/default. After that the old deploy/jre directory can
> be deleted. You should then be able to run tests and continue
> developing as usual.
> 
> Anyone who is newly coming into the project who wants to use the
> IBM VME should grab the latest versions (Harmony-vme-win.IA32-v3.zip
> and Harmony-vme-linux.IA32-v3.tar.gz) at:
> https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&sourc
> e=ahdk
> 
> 
> These VME packages are organised with the following layout:
> 
> <EXTRACT_DIR>
>       |
>       +---jre
>       |    |
>       |    \---bin
>       |         |
>       |         \---default
>       |
>       \---vme_license
> 
> so that they can be unpacked directly into the classlib deploy directory
> structure (under deploy/jdk)
> Instructions on developing and building the Harmony classlib can
> be found at [2].
> 
> Regards,
> Oliver
> 
> [1]
> http://incubator.apache.org/harmony/subcomponents/classlibrary/hdk.html
> [2]
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_class
> lib.html
> 
> --
> Oliver Deakin
> IBM United Kingdom Limited
> 
> 
> ---------------------------------------------------------------------
> 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