Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stem-dev] Fw: [Bug 528832] New: Error in building STEM Product!

Greetings Ahmad,
Please take a look at this page.
https://wiki.eclipse.org/A_Brief_Overview_of_Building_at_Eclipse

in particular
https://wiki.eclipse.org/A_Brief_Overview_of_Building_at_Eclipse#Preferred_way_of_doing_multi-platform_builds

The good news is that the old Delta packs are no longer required.
They no longer publish the multi-platform Delta pack(s). Eclipse  recommends selecting "Include all environments" 
to the Target Platform in the Eclipse install that'll be running the build. 
https://wiki.eclipse.org/A_Brief_Overview_of_Building_at_Eclipse#Multi-platform_builds


The Cycle dependency problem almost certainly is an issue with making sure the pluggins in the environment (and target platform) are all up to date and at the same level.
I hope this helps!!

SIncerely,
James Kaufman

IBM Almaden Research Center, 650 Harry Rd.
San Jose, CA 95120-6099
email: jhkauf@xxxxxxxxxx
phone: (408) 927-2477  (tie 457-2477)


----- Forwarded by James Kaufman/Almaden/IBM on 12/17/2017 03:20 PM -----

From:        bugzilla-daemon@xxxxxxxxxxx
To:        jhkauf@xxxxxxxxxx
Date:        12/15/2017 04:27 AM
Subject:        [Bug 528832] New: Error in building STEM Product!




https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.eclipse.org_bugs_show-5Fbug.cgi-3Fid-3D528832&d=DwIFaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=tUKTG_51iqxWhPQbBTZI170Yml4x96VdSPGWscBUQD4&m=j9ikJ2X89Ewv5zJYx_t3zxHo1rRvCse3nYwbDqxcmtU&s=8i0TjnPt9UBtWE4FivRQ5DS8BDuhs-kNgL7P-kANzvI&e=
Product/Component: STEM / Core


           Bug ID: 528832
          Summary: Error in building STEM Product!
   Classification: Technology
          Product: STEM
          Version: unspecified
         Hardware: PC
               OS: Mac OS X
           Status: NEW
         Severity: normal
         Priority: P3
        Component: Core
         Assignee: stem.core-inbox@xxxxxxxxxxx
         Reporter: ahmadswaid@xxxxxxxxx
 Target Milestone: 2.0.0

Created attachment 271924
 -->
https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.eclipse.org_bugs_attachment.cgi-3Fid-3D271924-26action-3Dedit&d=DwIFaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=tUKTG_51iqxWhPQbBTZI170Yml4x96VdSPGWscBUQD4&m=j9ikJ2X89Ewv5zJYx_t3zxHo1rRvCse3nYwbDqxcmtU&s=jT2_wLyysNG3vOZOYNpyDjKEm-at_hmFDNJ5pUYEdn8&e=
Target file compatible with Eclipse Oxygen 4.7.1

Hi everybody,
I'm trying since few days to rebuild Eclipse STEM using ANT.

I had at first Cycle dependency problem.
have tried to solve it using one property of ANT build which is
allowBinaryCycles=true
this allowed me to go further in the building steps until the Product
generation task.


Then I have another problem saying that there is some missing launcher plugins
like:
org.eclipse.equinox.launcher.gtk.linux.x86_64
org.eclipse.equinox.launcher.cocoa.macosx.x86_64
org.eclipse.equinox.launcher.win32.win32.x86_64


but even making them as installable units in build.xml file, it still shows
other problems.
Bundle org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.500.v20170531-1133
failed to resolve.:
    [java]     Another singleton version selected:
org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.600.v20170921-0935


any idea how to solve this issue?

and how i can get the Deltapack plugins for Eclipse Oxygen version 4.7.1?


thanks

--
You are receiving this mail because:
You are watching the assignee of the bug.



Back to the top