From 6e1fa94fea34b7a41ea83f7fb4e3fadc291864b9 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Thu, 17 Oct 2019 07:04:56 +0200 Subject: [PATCH] Small fixes to mograsim development environment notes. --- docs/development_environment.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 041c6a21..5e96b92d 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -1,6 +1,6 @@ # Mograsim Development Environment -_Mograsim Development Documentation Version 0.3 --- 2019-09-27_ +_Mograsim Development Documentation Version 0.4 --- 2019-10-17_ A short guide to the Mograsim Maven Tycho configuration and Maven Tycho in general, as well as some information on Eclipse Plugin Development and OSGi. @@ -44,11 +44,6 @@ Roughly, an OSGi bundle has: definition used for the build and the same that maven is run with ( -> check the Run Configuration) -## Eclipse Plugins - -- Short explanation of the different names and terms used in Eclipse Plugin Dev, - and short introduction to the different mechanisms used. - ## Mograsim Structure The tree of Mograsim projects: @@ -167,7 +162,7 @@ The Tycho extra `tycho-pomless` is a Maven core extension allows for simpler str and less redundancy. Maven core extensions must be available at [the central maven repository](http://repo.maven.apache.org/maven2/) (or already in the local repository), you cannot specify an alternative remote repository in `.mvn/extensions.xml`. If a core extension cannot be resolved, you will get currently -(Maven 3.6.2) only a warning like +(Maven 3.6.1) only a warning like > [WARNING] The POM for org.eclipse.tycho.extras:tycho-pomless:jar:1.5.0-SNAPSHOT is missing, no dependency information available @@ -222,7 +217,7 @@ in it need to be build, too. But not only that, they need to use the same config for the build, which is problematic if you do not have control over them. The solution only exists with Tycho 1.5.0 (currently only as snapshot), where deep folder structures are automatically scanned and poms get gnereated; not every folder requires an aggregator -pom. This however requires (at the moment) certain naming conventions (see section +pom. This however **requires** (at the moment) certain naming conventions (see section on Tycho itself). In our case, [SWTHelper](https://github.com/Haspamelodica/SWTHelper) is a git submodule -- 2.17.1