Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EGL/EGX + Maven]
[EGL/EGX + Maven] [message #1843748] Mon, 16 August 2021 16:11 Go to next message
Andreas Domanowski is currently offline Andreas DomanowskiFriend
Messages: 2
Registered: August 2021
Junior Member
Hey there,

I got a problem with running a standalone EGL/EGX application with Maven.

When running a transformation on a collection specified with the "in:-Token everything runs smoothly when I launch the transformation via a launch configuration in Eclipse (coordination.launch in the attached minimal example) .
rule generationRule transform one : Any in: "".asSequence() {
	template : "template.egl"
	target : "generated.file"
}


The problem occurs, when I want to launch this transformation programmatically in a standalone application in a Maven project (MinimalApplication.java). The EgxModule states, that there are syntax errors:
Line: 0, Reason: mismatched input: 'null'
Line: 1, Column: 40, Reason: mismatched input 'in' expecting '{'


I checked the dependencies, everything seems to be up to date.

Can anyone point me in the right direction? Help is greatly appreciated!

Re: [EGL/EGX + Maven] [message #1843752 is a reply to message #1843748] Mon, 16 August 2021 17:39 Go to previous messageGo to next message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2163
Registered: July 2009
Location: York, UK
Senior Member

Hi Andreas,

Removing the first dependency to Epsilon 1.5.1 from your project's pom.xml should do the trick.

Best,
Dimitris
Re: [EGL/EGX + Maven] [message #1843762 is a reply to message #1843752] Tue, 17 August 2021 06:50 Go to previous message
Andreas Domanowski is currently offline Andreas DomanowskiFriend
Messages: 2
Registered: August 2021
Junior Member
Works like a charm, many thanks!
Previous Topic:EOL Formatter
Next Topic:Implicit edges in Control Flow Graph
Goto Forum:
  


Current Time: Fri Apr 26 06:00:39 GMT 2024

Powered by FUDForum. Page generated in 0.02925 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top