[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: uploading mpkg-j2sdk



On Sat, 31 May 2003, Jan Schulz wrote:

> * Hubert Schmid <h.schmid@gmx.de> wrote:
[mpkg-j2sdk]
>
> Would you mind also providing 'j2re1.(4|3)' and would it be possible to
> extend your script to JREs as well?

I am currently not sure about this. There are two possibilities:

 - the 'blackdown way': four packages are created from the binary Java2
   SDK:

    * j2re: Runtime Environment
      Provides: java-virtual-machine, java2-runtime

    * j2sdk: Development Kit
      Depends: j2re
      Provides: java-compiler, java2-compiler

    * j2sdk-demo: example and demo files
      Depends: j2re
      Enhances: j2sdk

    * j2sdk-src: source files (src.jar/.zip)
      Depends: j2sdk

 - or build different packages from the Java2 RE and the Java2 SDK binary
   archives, i.e:

   Built from j2re:

    * j2re: Runtime Environment
      Provides: java-virtual-machine, java2-runtime
      Conflicts: j2sdk

   Built from j2sdk:

    * j2sdk: Development Kit and Runtime Environment
      Provides: java-virtual-machine, java2-runtime, java-compiler, java2-compiler, j2re
      Conflicts: j2re

    * j2sdk-demo: example and demo files
      Depends: j2sdk
      Enhances: j2sdk

    * j2sdk-src: source files (src.jar/.zip)
      Depends: j2sdk

Any comments?

regards,
Hubert Schmid



Reply to: