[tycho-user] Conflicts with eclipse-repository types and other maven plugins
I have a question about ways in which Tycho might cause unexpected behaviour when used with other maven plugins. Given a multi-module project with : - a few projects of type 'eclipse-plugin' - an...
View ArticleRe: [tycho-user] Conflicts with eclipse-repository types and other maven plugins
maven-javadoc-plugin is crappy ;) If one has installed source bundles along with the "real" bundles, JDT and PDE seem to be smart enough to read Javadoc from sources, so it makes Javadoc useless. For...
View ArticleRe: [tycho-user] Plug-in tests
On 12/7/12 1:41 AM, "Mickael Istria" wrote:On 12/06/2012 11:16 PM, Rizzo, Eric wrote:On a more general note, I'm looking for a comprehensive example or guide for running JUnit tests for an RCP product...
View Article[tycho-user] Including BIRT in RCP project?
Hello,I have an RCP project that is using Tycho to build. I have defined a product which is including a feature (with my plugins) that I have also defined. It appears to be working well. My question...
View ArticleRe: [tycho-user] Including BIRT in RCP project?
You just need to add the BIRT feature(s) into your product definition, add these feature(s) into the target file with the BIRT repository or add the BIRT repository into your POM as a P2 repository...
View ArticleRe: [tycho-user] Plug-in tests
On 12/10/2012 06:18 PM, Rizzo, Eric wrote: IF Tycho does't support running tests on an RCP application or product, what's with the <application> and/or <product> elements of the...
View Article[tycho-user] Trying to use io.tesla.tycho:tycho-support, problems with...
Now, I know that the tycho-support pom isn't a "tycho" product, but I thought that someone here might be able to help or give pointers. (And I think I remember reading about it here some time ago...)...
View ArticleRe: [tycho-user] Conflicts with eclipse-repository types and other maven plugins
we've added clean to the initialize phase of the default lifecycle of eclipse-repository: <initialize> <!-- P2 publisher application will accumulate the published content in resulting...
View ArticleRe: [tycho-user] Including BIRT in RCP project?
Um, well, that was pretty easy. Easier than I thought. I was expecting more pain. I added the BIRT feature and it just worked.Now, I just need to trim it back a bit (the BIRT adds a *lot* of...
View ArticleRe: [tycho-user] Including BIRT in RCP project?
If the features aren't granular enough for you (I don't really know the specifics of BIRT) then presumably you could create your own feature which includes just the subset of plugins you want?...
View ArticleRe: [tycho-user] Including BIRT in RCP project?
Please note that if you bundle the BIRT plugins inside your feature, you will loose updates from the BIRT community JeffOn Tue, Dec 11, 2012 at 7:31 PM, Chris Brind <chris@xxxxxxxxxxxxxx> wrote:...
View Article[tycho-user] src.excludes in build.properties
Is this property supported? It’s documented as part of PDE here http://help.eclipse.org/juno/topic/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm?cp=4_3_1_1 We tried multiple...
View ArticleRe: [tycho-user] src.excludes in build.properties
http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-its/projects/TYCHO449SrcIncludesExcludes From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Justin...
View ArticleRe: [tycho-user] src.excludes in build.properties
Thanks, but I guess I'm still missing something. After a bit of googling, I guess src.include and src.exclude aren't used for compiling. They're used for building a jar file that has sources included....
View ArticleRe: [tycho-user] src.excludes in build.properties
you will have to elaborate more on your use case a sample project could help Jan -----Original Message----- From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of...
View ArticleRe: [tycho-user] src.excludes in build.properties
Given the below, what do I set in build.properties to exclude src/com/lgc/pkg2/Util2.java from being compiled? I originally thought that's what src.excludes was for. [jgeorgeson@inconsequential:...
View ArticleRe: [tycho-user] src.excludes in build.properties
as said, build.properties is not for excluding classes to be compiled. it is used in order to creates the final JAR.to excludes a java file to be compiled, you can modify the .classpath. therefore, i...
View ArticleRe: [tycho-user] src.excludes in build.properties
Ok. Thanks. Sorry I didn’t ask the more direct question the first time. The Tycho compiler plugin has a configuration option has an excludes option so I’ll try that out. From:...
View ArticleRe: [tycho-user] How to pack200 ?
On 2012-12-08 11:09 AM, Mickael Istria wrote: Hi all, I see Tycho has had supports for pack200 stuff for awhile. I'd like to use it in order to reduce the time to fetch artifacts from a p2 repository...
View Article[tycho-user] How to build OSGI bundle with Tycho into jar-with-dependencies ?
Hello,I have common source code between a java application and an RCP application. So I have prepared an OSGI bundle containing : a main class to use it as a classic jarand the common code for using...
View Article