tycho
javadoc:aggregate deletes product target folder
I can \"mvn clean install\" to gener开发者_运维百科ate zip file of my multi-project application in target folder of my product project. I can run \"mvn clean javadoc:aggregate\" to generate javadocs.[详细]
2023-04-06 16:45 分类:问答Build system for eclipse plugins & RCP [closed]
As it currently stands, 开发者_JAVA百科this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-06 16:44 分类:问答Problems building Eclipse RCP application
I\'m trying to build a Eclipse RCP application with Maven/Tycho based on features. My application is a simple language with an editor (built within help of Xtext) and a few other plugins which are dep[详细]
2023-04-06 14:37 分类:问答Tycho fails to resolve reference from product to eclipse-feature from a different reactor build
I\'ve got two reactor builds: The first one builds some bundles and an according feature. After a successful clean install the feature is in my local Maven repo. Tycho has also generated p2 meta info[详细]
2023-04-03 16:53 分类:问答How to reference mockito within tycho?
I\'m currently trying to get my build (~30 bundles) done by tycho. I faced some confusing problems when using Mockito in my unit tests.[详细]
2023-04-02 03:04 分类:问答Tycho: How to prevent deployment in case of JUnit test failures?
I got an eclipse-plugin with some unit tests. In maven I kept the unit tests in the same bundle and specified junit as testing dependency in the pom.xml.[详细]
2023-03-31 19:56 分类:问答Why is my JUnit Plugin tests failing with unresolved bundles errors?
I\'m trying to get my JUnit Plugin-Test launcher to run for my PDE projects. It was working before, but I changed some of the names of my OSGi bundles and now it\'s failing with the following:[详细]
2023-03-28 19:45 分类:问答Is there a way to develop OSGi bundles without opening or importing the dependent bundles in Eclipse?
When you develop OSGi bundles using eclipse, there are many denpendent bundles to be imported and opened. When there\'re many bundles, setting up proje开发者_开发技巧cts is time-comsuming and difficul[详细]
2023-03-21 10:47 分类:问答How to Copy Bundle-classpath jars and their dependencies from maven repo to my local lib folder?
We are developing an Eclipse RCP application. We decided to use SVN for revision control system. We could export an eclipse product in the eclipse environment. Everything worked fine.[详细]
2023-03-18 09:18 分类:问答How to build plugins having different versions from a single parent pom.xml?
I am trying to build several Eclipse plug-ins with Maven Tycho. All the plug-ins does not have the same versio开发者_Go百科n number.[详细]
2023-03-18 07:49 分类:问答