Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Adding update repository to Eclipse Installer(Is it possible to add an update repository for the Eclipse Installer to use?)
Adding update repository to Eclipse Installer [message #1764490] Tue, 30 May 2017 13:25 Go to next message
Anders Hammar is currently offline Anders HammarFriend
Messages: 12
Registered: August 2012
Junior Member
I'm trying to use an extended task [1] outside of standard oomph. When doing so Eclipse Installer wants to install the extended task but reports an error [2] as it can't install. It seems as it can't find com.google.guava so I'm thinking I need to add an update repository where it can be find.
Is that possible?

[1] https://github.com/gratex/oomph-task-server
[2] https://github.com/gratex/oomph-task-server/issues/2
Re: Adding update repository to Eclipse Installer [message #1764499 is a reply to message #1764490] Tue, 30 May 2017 14:31 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
I see that https://gratex.github.io/oomph-task-server/repository/ doesn't include any other of its dependencies and there seem to be many dependencies
    <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='[3.5.0,4.0.0)'/>
    <required namespace='osgi.bundle' name='org.eclipse.emf.ecore' range='0.0.0'/>
    <required namespace='osgi.bundle' name='org.eclipse.oomph.base' range='0.0.0'/>
    <required namespace='osgi.bundle' name='org.eclipse.oomph.setup' range='[1.1.0,2.0.0)'/>
    <required namespace='osgi.bundle' name='oracle.eclipse.tools.weblogic' range='16.3.0' optional='true' greedy='false'/>
    <required namespace='osgi.bundle' name='org.eclipse.jst.server.tomcat.core' range='1.1.701' optional='true' greedy='false'/>
    <required namespace='osgi.bundle' name='com.ibm.websphere.v7.core' range='7.0.300' optional='true' greedy='false'/>
    <required namespace='osgi.bundle' name='com.ibm.ws.ast.st.v7.core' range='7.0.800' optional='true' greedy='false'/>
    <required namespace='osgi.bundle' name='com.google.guava' range='0.0.0'/>
    <required namespace='java.package' name='com.ibm.ws.ast.st.common.core.internal' range='0.0.0' optional='true' greedy='false'/>
    <required namespace='java.package' name='org.eclipse.core.resources' range='0.0.0'/>
    <required namespace='java.package' name='org.eclipse.debug.core' range='0.0.0'/>
    <required namespace='java.package' name='org.eclipse.jdt.internal.launching' range='0.0.0'/>
    <required namespace='java.package' name='org.eclipse.jdt.launching' range='0.0.0'/>
    <required namespace='java.package' name='org.eclipse.jst.server.core' range='0.0.0'/>
    <required namespace='java.package' name='org.eclipse.wst.server.core' range='0.0.0'/>
    <required namespace='java.package' name='org.eclipse.wst.server.core.internal' range='0.0.0'/>

I suspect that this task is not supposed to be performed in the installer but only in the installed application. Is that true? If so, the task(s) EClasses should have this annotation
"http://www.eclipse.org/oomph/setup/ValidTriggers
so that bootstrap trigger is excluded and hence the task won't perform at bootstrap time and won't need to be installed in into installer itself.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Adding update repository to Eclipse Installer [message #1764536 is a reply to message #1764499] Wed, 31 May 2017 06:16 Go to previous message
Anders Hammar is currently offline Anders HammarFriend
Messages: 12
Registered: August 2012
Junior Member
Quote:
I suspect that this task is not supposed to be performed in the installer but only in the installed application. Is that true?


Yes, it's supposed to configure a websphere (or tomcat or weblogic) WST server.
This is a different path I'm trying to solve the issue I run into described in [1] that you've answered to as well.

Thanks for the suggestion regarding the annotation. I'll link your suggestion to the reported issue.

[1] https://www.eclipse.org/forums/index.php/t/1086488/
Previous Topic:Checksum Validation of Installed Packages
Next Topic:OOmph offline installation failing
Goto Forum:
  


Current Time: Thu Apr 25 15:36:23 GMT 2024

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

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

Back to the top