Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » eclipse.exe missing in provisioned product
eclipse.exe missing in provisioned product [message #1701631] Tue, 14 July 2015 14:38 Go to next message
Joerg Buchberger is currently offline Joerg BuchbergerFriend
Messages: 46
Registered: July 2009
Member
Hi there

when using the oomph installer to provision a product and project setup ...
launching the product always fails, because the eclipse.exe is not put into the eclipse folder.

If I manually put the eclipse.exe there, the product can be finally launched.

What might be missing in my test product setup? https://gist.github.com/jbuchberger/9cb0b10c16bd4b4fbc66

Do I have to define an eclipse product file? And if so, where should I put it and how should I reference it in the product setup, if I don't have a hosted p2 repo?

Cheers
Jörg


Re: eclipse.exe missing in provisioned product [message #1701643 is a reply to message #1701631] Tue, 14 July 2015 15:36 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6693
Registered: July 2009
Senior Member
Am 14.07.2015 um 16:38 schrieb Joerg Buchberger:
> Hi there
>
> when using the oomph installer to provision a product and project setup ...
> launching the product always fails, because the eclipse.exe is not put into the eclipse folder.
>
> If I manually put the eclipse.exe there, the product can be finally launched.
>
> What might be missing in my test product setup? https://gist.github.com/jbuchberger/9cb0b10c16bd4b4fbc66
>
> Do I have to define an eclipse product file? And if so, where should I put it and how should I reference it in the
> product setup, if I don't have a hosted p2 repo?
The P2Director task in your product misses a *product* IU. You could try to start with the minimal product IU as defined
in our "Eclipse Platform" product:

<?xml version="1.0" encoding="UTF-8"?>
<p2:Requirement
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:p2="http://www.eclipse.org/oomph/p2/1.0"
name="org.eclipse.platform.ide"
versionRange="[4.5.0,5.0.0)"/>

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: eclipse.exe missing in provisioned product [message #1701782 is a reply to message #1701643] Wed, 15 July 2015 14:42 Go to previous message
Joerg Buchberger is currently offline Joerg BuchbergerFriend
Messages: 46
Registered: July 2009
Member
Thanks Eike

for pointing out the missing part.
Now, it works :-)

<requirement name="org.eclipse.platform.ide"/>
Previous Topic:Setup centralized setup environment
Next Topic:How to disable automatic preferences initialization for debug configuration?
Goto Forum:
  


Current Time: Sat Dec 14 13:44:07 GMT 2024

Powered by FUDForum. Page generated in 0.03350 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top