Re: [tycho-user] Adding discovery sites to p2 repository
Jan Sievers wrote: > I'd consider it a bug in Tycho that additional repository references in category.xml are lost when publishing in packaging type eclipse-repository. > Probably similar root...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
yes On 4/27/2016 2:55 AM, Tom Bryan (tombry) wrote: When you say M2, do you mean m2eclipse? http://www.eclipse.org/m2e/ ---Tom On 4/26/16, 7:07 AM, "tycho-user-bounces@xxxxxxxxxxx on behalf of paul"...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
After fighting with "corrections" eclipseM2 was make to my all my project configuration files I have to drop the use of M2 for now. My other one question remains. Where is the documentation that...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
I don’t think that there is any documentation about supported maven versions. If you want to use pomless build, you need maven 3.3 or later [1]. If you do not need that, Tycho also works with older...
View ArticleRe: [tycho-user] Are there disadvantages to pomless builds?
Just as a follow-up. It turned out that the pom-less bug we were seeing was actually a bug in Hudson, which can be worked around. So no disadvantage from my perspective! Regards Marc-André...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
Well, I wouldn't expect m2eclipse to help you with Tycho projects. If you have a Maven-based project, like a web application, that you're developing in Eclipse, then you already have dependencies...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
You might also want to check the Tycho release notes: http://wiki.eclipse.org/Tycho/Release_Notes. I've used Tycho successfully with various Maven versions from 3.0.5 to 3.2.5. YMMV. ---Tom On...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
Thanks for confirming that my inexperience took me where I should not have gone. On 4/27/2016 2:17 PM, Tom Bryan (tombry) wrote: Well, I wouldn't expect m2eclipse to help you with Tycho projects....
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
M2e-tycho extension acts as a bridge between two worlds - when importing tycho projects using m2e's 'Import existing maven projects', you will be prompted to install this extension and after eclipse...
View ArticleRe: [tycho-user] M2 or plain Maven for Tycho?
Cool, thanks for the info. I had not heard of that extension before. ---Tom On 4/27/16, 2:58 PM, "tycho-user-bounces@xxxxxxxxxxx on behalf of Anton Tanasenko" <tycho-user-bounces@xxxxxxxxxxx on...
View Article[tycho-user] "but it could not be found"
Windows 7 Mars.2 Maven 3.3.9 git 4.1.1 tycho 0.24.0 Â I get an error while doing a build. ÂThe problem is the "software.a.b.feature.group" that the error is saying is missing does not exist. ÂThe...
View ArticleRe: [tycho-user] "but it could not be found"
Did you rename a feature from software.a.b.feature to software.a.b (removing the .feature suffix in its ID) ? If so that could be the problem - There's a difference between a .feature (with or without...
View ArticleRe: [tycho-user] "but it could not be found"
The commandline build does not seem to work. Getting errors about not being able to resolve the target platform. [INFO] Scanning for projects... [ERROR] Internal error: java.lang.RuntimeException:...
View ArticleRe: [tycho-user] "but it could not be found"
So Nick you are correct I did rename some XMLs from aaa.feature to aaa-feature. Should I just recreate all my feature projects? Or does the problem go deeper? On 4/28/2016 2:49 PM, paul wrote: The...
View Article[tycho-user] Problems with test fragments
Hello,ÂI am having trouble running tests with the tycho-surefire-plugin.ÂMy app is an E4 application, with a number of modules and some test fragments. My problem is that one of the test fragments...
View ArticleRe: [tycho-user] Problems with test fragments
Look at the log because that happens if your OSGI module (test fragment) cannot be loaded.JeffOn Fri, Apr 29, 2016 at 8:44 AM, SÃbastien Pennec <sebastien.pennec@xxxxxxxxx> wrote:Hello,ÂI am...
View ArticleRe: [tycho-user] Problems with test fragments
Hello Jeff, Thanks for your reply! :) There are no error logs in the maven build except for the "no tests found" error.In the target/work/configuration folder, the .log shows a few errors...
View Article[tycho-user] Maven 3.3.9 keeps finding old artifacts.
The artifacts in bold red have been gone since a project name refactoring days ago. But my build still fails. I have "clean verify" as options. I have deleted the project in Eclipse and then...
View ArticleRe: [tycho-user] Maven 3.3.9 keeps finding old artifacts.
The OSGI artifacts are also installed in the Maven local repository so they may been resolved.JeffOn Fri, Apr 29, 2016 at 9:54 PM, paul <paul@xxxxxxxxxxxx> wrote: The artifacts in bold red have...
View ArticleRe: [tycho-user] Maven 3.3.9 keeps finding old artifacts.
Where are the OSGi artifacts installed? In a directory? In jar files? In zip files? Can I just delete the files? Are they all in one directory? If yes, can I just delete the directory? Or are the...
View Article