Skip to main content

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

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.


Back to the top