Re: [tycho-user] POM less build questions
Hi Lutz, actually it is maven which is looking up the .mvn/extensions.xml file and according to Jason's blog post [1] maven is searching for that directory/file in...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
Hi David, the structure to have a src/ folder instead of (src/main/java and src/main/resources, ...) is Eclipse specifc. You can put your properties files within that src folder and they should end up...
View Article[tycho-user] java.lang.NoClassDefFoundError when executing outside Eclipse
We use tycho to produce our Eclipse maven builds. We create a product (eclipse-repository) and use a target platform (eclipse-target-definition). The problem that I'm having is after the tycho build...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
On 04/08/2016 01:12 PM, SCHREIBER.Martin wrote: Hi David, the structure to have a src/ folder instead of (src/main/java and src/main/resources, ...) is Eclipse specifc. Really? Ok. I guess I'll try to...
View Article[tycho-user] OSGi command line applications?
Hi Folks -I have a fairly large Eclipse RPC application (DepAn). The RPC platform provides an excellent UI environment for users and various graphical analysis tools. However, several of the plugins...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
On 04/08/2016 01:12 PM, SCHREIBER.Martin wrote: Hi David, the structure to have a src/ folder instead of (src/main/java and src/main/resources, ...) is Eclipse specifc. You can put your properties...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
Hi David, I am able to get the file into the jar at the right place ("resources" folder) with the filtered content if I use that configuration (without any other configuration): <build>...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
In our Project (Eclipse based RCP) with many Eclipse Plug-ins we do have a Eclipse Fragment Project for each Plug-in. The packaging type of the Fragment Projects are "eclipse-test-plugin" and contain...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
On 04/09/2016 09:21 AM, SCHREIBER.Martin wrote: Hi David, I am able to get the file into the jar at the right place ("resources" folder) with the filtered content if I use that configuration (without...
View ArticleRe: [tycho-user] Conventions/procedures for using properties file resources...
On 04/09/2016 09:39 AM, SCHREIBER.Martin wrote: In our Project (Eclipse based RCP) with many Eclipse Plug-ins we do have a Eclipse Fragment Project for each Plug-in. The packaging type of the Fragment...
View Article[tycho-user] What is the current url and id for mars?
I am working through a Tycho tutorial that is a couple years old. At the time the current version was luna. Now the current version is mars. What is the correct values for the following tags with...
View ArticleRe: [tycho-user] What is the current url and id for mars?
according tohttp://download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/#Repositorythis should behttp://download.eclipse.org/eclipse/updates/4.5-MatthiasOn Sun, Apr 10, 2016 at 1:24 AM,...
View Article[tycho-user] Where can I find the current version of Tycho?
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) on project tychodemo.bundle: Unqualified OSGi version 1.0.0.qualifier must...
View ArticleRe: [tycho-user] Where can I find the current version of Tycho?
Hi Paul, The error message is saying that in your Project "tychodemo.bundle" you have different versions in the pom and the manifest file. Changing the version in the tychodemo.bundle pom to from...
View ArticleRe: [tycho-user] OSGi command line applications?
Google for "headless RCP"On Sat, Apr 9, 2016 at 2:58 AM, Lee Carver <leeca@xxxxxxxxxxx> wrote:Hi Folks -I have a fairly large Eclipse RPC application (DepAn). The RPC platform provides an...
View Article[tycho-user] Proper Approach to using Tycho built jars in Non-tycho maven builds
Hello, We are currently using Tycho to build a series of jars that our clients typically use outside of eclipse and we need to support Maven; The clients in general are unable to make major...
View ArticleRe: [tycho-user] [tycho-dev] please test staged tycho 0.25.0
On Fri, Apr 8, 2016 at 10:23 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:Tycho milestone release 0.25.0 has been staged. For details of new features and bugfixes, see release notes [1]. Please...
View ArticleRe: [tycho-user] please test staged tycho 0.25.0
No regressions in the Sigasi build.Thanks,Hendrik.On Fri, Apr 8, 2016 at 10:23 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:Tycho milestone release 0.25.0 has been staged. For details of new...
View Article[tycho-user] Bundle does not contain symlinked file
Hello Dear tycho-users, I’m using tycho-maven-plugin version 0.24.0 with a pomless configuration for building a rcp-product. I’m using the conventional folder-structure and the rcp-build does work :...
View ArticleRe: [tycho-user] [tycho-dev] please test staged tycho 0.25.0
Tycho 0.25.0 has been re-staged (from the same commit, no changes) new stage URL is https://oss.sonatype.org/content/repositories/orgeclipsetycho-1036/ For some reason the first stage (see below) got...
View Article