Hello -
I'm trying to figure out the current state of Eclipse in Fedora and to get help understanding if it would be possible to build a certain project for Fedora. I'm looking at GDLDE - a workbench for GDL: https://github.com/gnudatalanguage/gdlde
It appears to define and build a "gdlde" "product" - which seems to be a bundle of a bunch of libraries/jars. This doesn't seem to be what we'd want to build for Fedora.
I used to build Photran/PTP for eclipse but that seemed to be defined as a "feature" for Eclipse. Would it be possible to convert this GDLDE "product" into a "feature"? Something else?
Thanks, Orion
On Fri, Apr 23, 2021 at 7:16 AM Orion Poplawski orion@nwra.com wrote:
Hello -
I'm trying to figure out the current state of Eclipse in Fedora and
to get help understanding if it would be possible to build a certain project for Fedora. I'm looking at GDLDE - a workbench for GDL: https://github.com/gnudatalanguage/gdlde
It appears to define and build a "gdlde" "product" - which seems to be a bundle of a bunch of libraries/jars. This doesn't seem to be what we'd want to build for Fedora.
I used to build Photran/PTP for eclipse but that seemed to be defined as a "feature" for Eclipse. Would it be possible to convert this GDLDE "product" into a "feature"? Something else?
Creating a feature from the product should be almost trivial task. If you want to keep using it standalone not as a plugin you may want to look at https://src.fedoraproject.org/rpms/eclipse-cdt/blob/f34/f/eclipse-cdt.spec for all the various hacks done for cdtdebug - overall it's cumbersome and errorprone process. You may want to consider going flatpak way [1] [2] - direct product content used (not built from source as a con) but usable on every distro.
[1] https://github.com/flathub/org.eclipse.Javascript [2] https://github.com/flathub/org.eclipse.Java
Thanks, Orion
-- Orion Poplawski he/him/his - surely the least important thing about me Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@nwra.com Boulder, CO 80301 https://www.nwra.com/
java-devel mailing list -- java-devel@lists.fedoraproject.org To unsubscribe send an email to java-devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/java-devel@lists.fedoraproject... Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
On 4/23/21 12:31 AM, Aleksandar Kurtakov wrote:
On Fri, Apr 23, 2021 at 7:16 AM Orion Poplawski <orion@nwra.com mailto:orion@nwra.com> wrote:
Hello - I'm trying to figure out the current state of Eclipse in Fedora and to get help understanding if it would be possible to build a certain project for Fedora. I'm looking at GDLDE - a workbench for GDL: https://github.com/gnudatalanguage/gdlde <https://github.com/gnudatalanguage/gdlde> It appears to define and build a "gdlde" "product" - which seems to be a bundle of a bunch of libraries/jars. This doesn't seem to be what we'd want to build for Fedora. I used to build Photran/PTP for eclipse but that seemed to be defined as a "feature" for Eclipse. Would it be possible to convert this
GDLDE
"product" into a "feature"? Something else?
Creating a feature from the product should be almost trivial task.
Perhaps for someone who knows what they are doing. I most assuredly do not. The project does seem to basically consist of a single plugin so appears simple, but my attempts to build just that have failed.
If you want to keep using it standalone not as a plugin you may want to look at https://src.fedoraproject.org/rpms/eclipse-cdt/blob/f34/f/eclipse-cdt.spec https://src.fedoraproject.org/rpms/eclipse-cdt/blob/f34/f/eclipse-cdt.spec for all the various hacks done for cdtdebug - overall it's cumbersome and errorprone process. You may want to consider going flatpak way [1] [2] - direct product content used (not built from source as a con) but usable on every distro.
[1] https://github.com/flathub/org.eclipse.Javascript https://github.com/flathub/org.eclipse.Javascript [2] https://github.com/flathub/org.eclipse.Java https://github.com/flathub/org.eclipse.Java
Thanks again.
java-devel@lists.fedoraproject.org