Skip to main content



      Home
Home » Eclipse Projects » Oomph » How to add maven dependencies for Targlet?
How to add maven dependencies for Targlet? [message #1847541] Sun, 31 October 2021 14:42 Go to next message
Eclipse UserFriend
In Eclipse BIRT we have a number of target platform entries in the form like this:

		<location includeDependencyScope="compile" includeSource="true" missingManifest="generate" type="Maven">
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-server</artifactId>
			<version>10.0.6</version>
			<type>jar</type>
		</location>

https://github.com/eclipse/birt/blob/master/build/org.eclipse.birt.target/org.eclipse.birt.target.target

How can I configure such a location for setup.targlets:TargletTask ?
Re: How to add maven dependencies for Targlet? [message #1847545 is a reply to message #1847541] Mon, 01 November 2021 02:25 Go to previous messageGo to next message
Eclipse UserFriend
A targlet itself is a location See this thread recent thread:

https://www.eclipse.org/forums/index.php/mv/msg/1107045/

I know the problem here it that Jetty doesn't produce a p2 update site and that has caused no end of problems for SimRel.

Some type of integration to be able to use such a thing in Oomph would seem useful. But how does it fit? it's not really like a p2 repository. And the artifact information isn't really like a requirement. Perhaps it's more like a source locator...
Re: How to add maven dependencies for Targlet? [message #1847546 is a reply to message #1847545] Mon, 01 November 2021 02:26 Go to previous message
Eclipse UserFriend
Of course if Jetty would just publish a p2 update site, many problems can be avoided bu the downstream consumers who are many. You're also going to run into the problem that these Jetty things are not signed either...
Previous Topic:Install Error
Next Topic:Automate keybinding configuration
Goto Forum:
  


Current Time: Sun May 18 12:59:58 EDT 2025

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

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

Back to the top