tycho icon indicating copy to clipboard operation
tycho copied to clipboard

Tycho project repository (tycho)

Results 295 tycho issues
Sort by recently updated
recently updated
newest added

We have a lots of `maven-compat` references and this is APi that will be gone with maven 4 so we should start migration see https://github.com/apache/maven/pull/765

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=568070 Currently we can generate sources for bundles and sources for features but repositories must be configured manually. It seems logical to add a plugin (or option) that automatically...

enhancement
tycho-core

One reason to include dependencies into features is to make their sources available in a p2-repo build by Tycho (see e.g. https://github.com/eclipse-equinox/equinox.framework/pull/41#issuecomment-1103533152 and following comments). While all dependencies can be...

org.eclipse.tycho.packaging.ProductAssembler seem to be not used anymore, maybe as part of the removal of old packaging types,

When downloading Maven artifacts from e.g. a private repository, Tycho needs to authenticate itself as a valid user, using the credentials provided in the settings.xml file. Otherwise the request most...

Java 17 is the latest LTS and new major version of Tycho is in the works. It's the perfect time to do this switch too.

You can see what I mean looking at the pull request at https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/129 It contains a suite like this: ``` @SelectPackages({"org.eclipse.jdt.internal.common"}) @Suite public class JUnit5TestSuite { } ``` The pom...

See http://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#d0e38069 the header supports wildcards, but currently tycho do not understand them, for example: > [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) on project org.eclipse.e4.core.services: Component definition OSGI-INF/*.xml not...

test case required

BugZilla issue 561294 contains the issue discussion. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=561294 Tycho correctly handles features that use a shared license feature, in that feature.properties content is copied/appended, and extra files in build.properties...

test case required

Hi, I have a small PDE based project with a Tycho build that should show how to publish an OSGi service via JAX-RS Whiteboard (Aries implementation). As the Aries implementation...

help wanted