Re: [tycho-user] Question on Maven/Tycho target mechanism using .target file
classifier is optional (and no longer needed if you use packaging type eclipse-target-definition [1]) Jan [1] https://wiki.eclipse.org/Tycho/Packaging_Types#eclipse-target-definition From:...
View ArticleRe: [tycho-user] Question on Maven/Tycho target mechanism
Thanks for the replys, they helped in solving! Date: Fri, 20 Feb 2015 08:04:53 +0000 From: "Sievers, Jan" <jan.sievers@xxxxxxx> To: Tycho user list <tycho-user@xxxxxxxxxxx> Subject: Re:...
View Article[tycho-user] Updgrade from 0.20 to 0.22 and SAXParser issues
Hi,I wanted to update tycho version to 0.22 (currently in 0.20) in our products but for some mysterious reason our Integration tests now fails with some weird SAXParser not found exception (in our...
View ArticleRe: [tycho-user] Updgrade from 0.20 to 0.22 and SAXParser issues
If you have the exception/log trace you might be able to find out. It's possible due to the parser not finding the classes it needs at runtime but that's likely to be more to do with what bundles you...
View ArticleRe: [tycho-user] Updgrade from 0.20 to 0.22 and SAXParser issues
On Mon, Feb 23, 2015 at 2:03 PM, Romain Bioteau <romain.bioteau@xxxxxxxxxxxxxx> wrote:Hi,I wanted to update tycho version to 0.22 (currently in 0.20) in our products but for some mysterious...
View ArticleRe: [tycho-user] Updgrade from 0.20 to 0.22 and SAXParser issues
2015-02-23 14:14 GMT+01:00 Alex BlewittÂ<alex.blewitt@xxxxxxxxx>:If you have the exception/log trace you might be able to find out. It's possible due to the parser not finding the classes it...
View ArticleRe: [tycho-user] Updgrade from 0.20 to 0.22 and SAXParser issues
I just filled a bug in the tracker as I successfuly reproduce the issue on a minimal project.https://bugs.eclipse.org/bugs/show_bug.cgi?id=4606162015-02-23 14:27 GMT+01:00 Romain Bioteau...
View Article[tycho-user] Slow computation of target platfomr
Hello all,I am building an eclipse based product which contains most of eclipse modeling platform plus about 50 custom plugins. I have a target file and a module with packaging...
View ArticleRe: [tycho-user] Slow computation of target platfomr
Hi, Are you using the Eclipse simultaneous update site in your target by any chance [1]? I have found that it is considerably faster to point to each project's update site instead. For example, the...
View ArticleRe: [tycho-user] Slow computation of target platfomr
Hi Lutz, this bug may be related: https://bugs.eclipse.org/bugs/show_bug.cgi?id=460578 regards, Moritz On 24 Feb 2015, at 22:37, Lutz Wrage <lutz.wrage@xxxxxxxxx> wrote: > Hello all, > I am...
View ArticleRe: [tycho-user] Slow computation of target platfomr
Hi Lutz,Have you try to mirror your target platform. It can really increase the target platform resolution performance.See...
View ArticleRe: [tycho-user] Slow computation of target platfomr
I'll try that, but is there an easy way to get the list of referenced update sites from the composite site?LutzOn Tue, Feb 24, 2015 at 1:02 PM, Marc-Andrà Laperle...
View ArticleRe: [tycho-user] Slow computation of target platfomr
You can browse the simrel git repo and look at the *.b3aggrcon files http://git.eclipse.org/c/simrel/org.eclipse.simrel.build.git/?h=Luna_maintenance Currently, the update sites listed are milestones...
View Article[tycho-user] Plugin Source bundles
Trying to figure out how to generate proper plugin source bundles for my product.Iâm having some degree of success using the tycho-source-plugin, however itâs not bundling the source into a structure...
View ArticleRe: [tycho-user] building feature error on dependency
Version 0.0.0.0 seems to be wrong. Did you mean 0.0.0? -- Regards, Igor On 2015-03-04 11:14, titimoby wrote: Hi, I try to reduce at minimum the case I have. The goal of the complete project is to build...
View ArticleRe: [tycho-user] building feature error on dependency
I made a typo, I modified to 0.0.0 in feature.xml.Nice, now the error message says:Â[ERROR] Â Missing requirement: sandbox.feature.feature.group 6.5.4.3 requires 'joda-time 0.0.0' but it could not be...
View ArticleRe: [tycho-user] building feature error on dependency
Do you build joda-time or it is expected to come from a remote repository? In the latter case, make sure the repository has p2 layout and project pom.xml has corresponding <repository> element....
View ArticleRe: [tycho-user] building feature error on dependency
Did you specify pomDependencies=consider in the target platform configuration ?(seeÂhttps://wiki.eclipse.org/Tycho/Target_Platform#.22POM_dependencies_consider.22)JeffOn Wed, Mar 4, 2015 at 5:37 PM,...
View ArticleRe: [tycho-user] building feature error on dependency
did you configure target-platform-configuration to consider pom dependencies ?https://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts#What_happens_under_the_hood-MatthiasOn Wed, Mar 4,...
View ArticleRe: [tycho-user] How compatible is Tycho with OSGi
there are some things in OSGi which are typically not used by eclipse bundles which are currently not supported. These are the ones I know of: https://bugs.eclipse.org/bugs/show_bug.cgi?id=432281...
View Article