Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:validate-version

Hello Andreas,
thank you for your answer. Maybe you can provide me more Information? E.g. how to check versions?

Thanks in advance

The error message tells you that the corresponding eclipse version
must be 1.0.0.qualifier if your Maven version is 1.0.0-SNAPSHOT. So
first of all make sure that your versions match.

/Andreas

On 3 jun 2012, at 21:37, Tobias Placht <tobias.placht@xxxxxxxxxxxxxxx> wrote:

> Hello guys,
>
> i am new to the whole Headless RCP Tycho/Maven stuff and i am trying to convert a running eclipse RCP Application into a Maven-Tycho Application, so i can use it with Hudson. I have never done this before, the only experience i had was the tutroial from here: http://www.eclipsecon.org/2012/sessions/building-eclipse-plugins-and-rcp-applications-tycho
>
> Some basic information:
>
> - The Application can be started from within eclipse
> - A prdouct file does not exist yet
> - Parent POM: http://pastebin.com/6ZvsSFD4
>
> When i run mvn clean install i get the following error:
>
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:validate-version (default-validate-version) on project de.hswt.openmasp.lib.netcdf: OSGi version 1.0.0 must have .qualifier qualifier for SNAPSHOT builds -> [Help 1]
>
> Plugin POM: http://pastebin.com/fCpy0xK5
>
> If you need more information please feel free to ask.
>
> Kind regards
> Tobias
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top