Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Compile error in local builds

Are you using java 7 by any chance? I had to switch to java 6 last time
I built tycho, but don't remember exact error message and did not have
the time to investigate (but, of course, I will be happy to review a
quality patch)

--
Regards,
Igor

On 2013-02-26 9:17 PM, Pascal Rapicault wrote:
Hi,

When I try to build Tycho locally (from a brand new clone using mvn clean install as inidicated on http://wiki.eclipse.org/Developing_Tycho) I get the following compile errors:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project tycho-core: Compilation failure: Compilation failure:
[ERROR] /Users/pascal/tmp/org.eclipse.tycho/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java:[28,19] error: type Headers does not take parameters
[ERROR]
[ERROR] /Users/pascal/tmp/org.eclipse.tycho/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java:[103,18] error: type Headers does not take parameters

Could you please indicate how to proceed pass this error?

Thx

Pascal
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev



Back to the top