Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #11741 > unrolled thread

building bundles/plugins not built currently

Started bySudip Mukherjee <sudipm.mukherjee@gmail.com>
First post2020-07-01 18:00 +0200
Last post2020-07-06 12:10 +0200
Articles 6 — 3 participants

Back to article view | Back to linux.debian.maint.java


Contents

  building bundles/plugins not built currently Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-07-01 18:00 +0200
    Re: building bundles/plugins not built currently Emmanuel Bourg <ebourg@apache.org> - 2020-07-04 12:20 +0200
      RE:building bundles/plugins not built currently PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2020-07-04 12:50 +0200
        Re: building bundles/plugins not built currently Emmanuel Bourg <ebourg@apache.org> - 2020-07-04 13:30 +0200
          RE:building bundles/plugins not built currently PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2020-07-04 14:10 +0200
      Re: building bundles/plugins not built currently Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-07-06 12:10 +0200

#11741 — building bundles/plugins not built currently

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2020-07-01 18:00 +0200
Subjectbuilding bundles/plugins not built currently
Message-ID<AnNjs-1ZT-7@gated-at.bofh.it>
Hi All,

I have been trying to package all the dependencies for #943552, most
of them are done now. But I do need to build few extra bundles/plugins
which are not built currently and so the libraries are not present in
Debian.

1. eclipse-emf-> org.eclipse.emf.ecore.change
2. equinox-p2 ->
        org.eclipse.equinox.p2.ui
        org.eclipse.equinox.p2.ui.sdk
        org.eclipse.equinox.p2.ui.sdk.scheduler
3. equinox-bundles -> org.eclipse.equinox.security.ui
4. eclipse-platform-team -> org.eclipse.jsch.ui
5. eclipse-platform-ui ->
        org.eclipse.ui.navigator.resources
        org.eclipse.ui.themes

Wanted to check with everyone before I build them and do a "team
upload", please let me know if anyone does not want them to be built.


-- 
Regards
Sudip

[toc] | [next] | [standalone]


#11746

FromEmmanuel Bourg <ebourg@apache.org>
Date2020-07-04 12:20 +0200
Message-ID<AoNr4-77-5@gated-at.bofh.it>
In reply to#11741
Le 01/07/2020 à 17:52, Sudip Mukherjee a écrit :

> Wanted to check with everyone before I build them and do a "team
> upload", please let me know if anyone does not want them to be built.

Hi Sudip, sure go ahead, just ensure the name of the packages remains
consistent:

 org.eclipse.emf.ecore.change    -> libeclipse-emf-ecore-change-java
 org.eclipse.equinox.p2.ui       -> libequinox-p2-ui-java
 org.eclipse.equinox.p2.ui.sdk   -> libequinox-p2-ui-sdk-java
 org.eclipse.equinox.security.ui -> libequinox-security-ui-java
 org.eclipse.jsch.ui             -> libeclipse-jsch-ui-java
 org.eclipse.ui.themes           -> libeclipse-ui-themes-java

Emmanuel Bourg

[toc] | [prev] | [next] | [standalone]


#11747

FromPICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr>
Date2020-07-04 12:50 +0200
Message-ID<AoNU5-gR-3@gated-at.bofh.it>
In reply to#11746
sorry to interrupt, why consistency is only on part of the class name and not

 org.eclipse.emf.ecore.change    -> liborg-eclipse-emf-ecore-change-java
 org.eclipse.equinox.p2.ui       -> liborg-eclipse-equinox-p2-ui-java
 org.eclipse.equinox.p2.ui.sdk   -> liborg-eclipse-equinox-p2-ui-sdk-java
 org.eclipse.equinox.security.ui -> liborg-eclipse-equinox-security-ui-java
 org.eclipse.jsch.ui             -> liborg-eclipse-jsch-ui-java
 org.eclipse.ui.themes           -> liborg-eclipse-ui-themes-java

[toc] | [prev] | [next] | [standalone]


#11748

FromEmmanuel Bourg <ebourg@apache.org>
Date2020-07-04 13:30 +0200
Message-ID<AoOwN-IY-5@gated-at.bofh.it>
In reply to#11747
Le 04/07/2020 à 12:23, PICCA Frederic-Emmanuel a écrit :
> sorry to interrupt, why consistency is only on part of the class name and not
> 
>  org.eclipse.emf.ecore.change    -> liborg-eclipse-emf-ecore-change-java
>  org.eclipse.equinox.p2.ui       -> liborg-eclipse-equinox-p2-ui-java
>  org.eclipse.equinox.p2.ui.sdk   -> liborg-eclipse-equinox-p2-ui-sdk-java
>  org.eclipse.equinox.security.ui -> liborg-eclipse-equinox-security-ui-java
>  org.eclipse.jsch.ui             -> liborg-eclipse-jsch-ui-java
>  org.eclipse.ui.themes           -> liborg-eclipse-ui-themes-java

The consistency is with the other bundles already packaged.

The following substitutions are applied to the name of the OSGi bundles
(this was discussed two years ago [1]):

 1. s/^org\.//
 2. s/eclipse\.equinox/equinox/
 3. s/\./-/
 4. s/(.*)/lib$1-java/

Emmanuel Bourg

[1] https://lists.debian.org/debian-java/2018/07/msg00018.html

[toc] | [prev] | [next] | [standalone]


#11749

FromPICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr>
Date2020-07-04 14:10 +0200
Message-ID<AoP9v-1be-3@gated-at.bofh.it>
In reply to#11748
thanks for the pointer :)

________________________________________
De : Emmanuel Bourg [ebourg@apache.org]
Envoyé : samedi 4 juillet 2020 13:20
À : PICCA Frederic-Emmanuel; Sudip Mukherjee; Jakub Adam; Jochen Sprickerhof
Cc : Debian Java
Objet : Re: building bundles/plugins not built currently

Le 04/07/2020 à 12:23, PICCA Frederic-Emmanuel a écrit :
> sorry to interrupt, why consistency is only on part of the class name and not
>
>  org.eclipse.emf.ecore.change    -> liborg-eclipse-emf-ecore-change-java
>  org.eclipse.equinox.p2.ui       -> liborg-eclipse-equinox-p2-ui-java
>  org.eclipse.equinox.p2.ui.sdk   -> liborg-eclipse-equinox-p2-ui-sdk-java
>  org.eclipse.equinox.security.ui -> liborg-eclipse-equinox-security-ui-java
>  org.eclipse.jsch.ui             -> liborg-eclipse-jsch-ui-java
>  org.eclipse.ui.themes           -> liborg-eclipse-ui-themes-java

The consistency is with the other bundles already packaged.

The following substitutions are applied to the name of the OSGi bundles
(this was discussed two years ago [1]):

 1. s/^org\.//
 2. s/eclipse\.equinox/equinox/
 3. s/\./-/
 4. s/(.*)/lib$1-java/

Emmanuel Bourg

[1] https://lists.debian.org/debian-java/2018/07/msg00018.html

[toc] | [prev] | [next] | [standalone]


#11752

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2020-07-06 12:10 +0200
Message-ID<Apwet-2Wg-1@gated-at.bofh.it>
In reply to#11746
On Sat, Jul 4, 2020 at 11:17 AM Emmanuel Bourg <ebourg@apache.org> wrote:
>
> Le 01/07/2020 à 17:52, Sudip Mukherjee a écrit :
>
> > Wanted to check with everyone before I build them and do a "team
> > upload", please let me know if anyone does not want them to be built.
>
> Hi Sudip, sure go ahead, just ensure the name of the packages remains
> consistent:
>
>  org.eclipse.emf.ecore.change    -> libeclipse-emf-ecore-change-java
>  org.eclipse.equinox.p2.ui       -> libequinox-p2-ui-java
>  org.eclipse.equinox.p2.ui.sdk   -> libequinox-p2-ui-sdk-java
>  org.eclipse.equinox.security.ui -> libequinox-security-ui-java
>  org.eclipse.jsch.ui             -> libeclipse-jsch-ui-java
>  org.eclipse.ui.themes           -> libeclipse-ui-themes-java

Thanks.
And added to the list: (which I uploaded just now)
org.eclipse.emf.ecore.change -> libeclipse-emf-ecore-change-java
org.eclipse.emf.edit -> libeclipse-emf-edit-java


-- 
Regards
Sudip

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.maint.java


csiph-web