Edoardo Luppi
Edoardo Luppi
`MAKE_DOWNSTREAM` does not seem to work. You did mention: > "automatic" discovery currently only work if the project is build in the same reactor. And I suppose you're referring to...
> The it seems you are doing something wrong ;-) Yeah most probably 😄 It's pretty intricated and me not being an expert in any of them (well, maybe a...
Thanks for the tip. To enable the extension do I have to edit the `.mvn/extensions.xml` file in the workspace root? Also, I have tried passing in all the projects at...
I have tried using the `tycho-build` extension, by placing the Jar inside `%MAVEN_HOME%/lib/ext`. However, I receive this exception when trying `mvn initialize -X` ``` [WARNING] Error injecting: org.eclipse.tycho.build.TychoGraphBuilder java.lang.NoClassDefFoundError: org/eclipse/tycho/core/shared/MavenLogger...
I'll try to create a small example with a couple plugins. What I can already tell you is that it seems the IntelliJ resolution process never invokes the `TychoGraphBuilder`. It...
> As I previously said, InteliJ most likely needs to be enhanced to do so. This is better done by a real IntelliJ developer, not by an amateur (me lol)....
Support for IntelliJ IDEA is implemented. There is an issue with logging tho. You can see what the issue is about [here](https://youtrack.jetbrains.com/issue/IDEA-186628/Tycho-support-is-broken#focus=Comments-27-6412160.0-0). Any suggestion to get it working is much...
> Tycho is specially made for building Eclipse/PDE artifacts :-) That's a fair point. > currently uses the classpath to detect the "test sources folder" Oh yes I noticed this...
> should only be used if no classpath file For this specific case, what about giving priority to `classpathentry`(s), and if none is found going back to the Maven way?...
As an alternative, I would be perfectly okay with your option, if I could find an XSD/DTD file to have completion inside `.classpath`. Eclipse doesn't seem to offer one tho.