Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Compilation failure while building with Tycho

Looks like Tycho got confused about java source/target levels. What
tycho version do you use? Have you checked in pom.xml files so we can
have a look?

--
Regards,
Igor

On 11-12-29 4:09 AM, Anna Dushistova wrote:
Hi All,

Building org.eclipse.rse.core plugin with Tycho fails with the following error:

[INFO] Compiling 217 source files to
/Users/anna/tycho/TM-releng-workspace/plugins/org.eclipse.rse.core/target/classes
----------
1. ERROR in /Users/anna/tycho/TM-releng-workspace/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java
(at line 214)
	assert conn != null;
	            ^^
Syntax error on token "!=", = expected

Does anyone has any idea what I am missing here?
The pom.xml is a default generated one.

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


Back to the top