Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Xtext compilation

How did you configure Travis to use java 8 
Am 16. Mai 2020, 12:12 +0200 schrieb Antonio Garmendía <antonio.agj@xxxxxxxxx>:
Hi,

The compilation in my computer seems to be working fine. The compilation in Travis is the one that is failing. I am using jdk8. ¿It is a Travis problem then?

Kind regards,
Anthony

On Sat, May 16, 2020, 11:55 AM Christian Dietrich <christian.dietrich@xxxxxxxxx> wrote:
JAVA_HOME set and to which version?
Am 16. Mai 2020, 11:51 +0200 schrieb Antonio Garmendía <antonio.agj@xxxxxxxxx>:
Hi Christian,

Thanks for the quick reply.

Find attached the errors.

Kind regards,
Anthony

Libre de virus. www.avast.com

On Sat, May 16, 2020 at 11:39 AM Christian Dietrich <christian.dietrich@xxxxxxxxx> wrote:
What is the log when built with -X
Am 16. Mai 2020, 11:37 +0200 schrieb Antonio Garmendía <antonio.agj@xxxxxxxxx>:
Hi all,

My Xtext compilation used to work perfectly until today, which I get this error: 

[ERROR] Failed to execute goal org.eclipse.xtend:xtend-maven-plugin:2.14.0:compile   

Following some suggestions my pom configuration looks like this:

 <!-- Workaround for https://github.com/eclipse/xtext/issues/1231 -->
 <!-- Remove with upgrade to Xtext 2.15 -->
<dependencies>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.13.102</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.apt</artifactId>
<version>1.3.110</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.tool</artifactId>
<version>1.2.101</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.codegen</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.codegen</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>   

Should I add something else?

Thanks in advance.

Kind regards,
Anthony

Libre de virus. www.avast.com
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user

Back to the top