Skip to main content



      Home
Home » Modeling » M2T (model-to-text transformation) » [Acceleo] IDE Error during Acceleo Project Build in Eclipse 202403(Error during Acceleo project build in eclipse IDE)
[Acceleo] IDE Error during Acceleo Project Build in Eclipse 202403 [message #1864986] Mon, 22 April 2024 09:05 Go to next message
Eclipse UserFriend
We are encountering error when running Acceleo Project Build in Eclipse 202403.
Acceleo Plugin: org.eclipse.acceleo.ide.ui v3.17.5 (current release)
index.php/fa/44157/0/

Upon investigation, the issue was caused by outdated code in acceleo.ide.ui v3.7.15.
Acceleo code is instantiating a no-arg constructor in org.eclipse.jdt.internal.core.JavaProject class. However, no-arg constructor no longer exist starting jdt.internal.core v3.37.0 (current release).

Before:
jdt.internal.core v3.36.0
- No Error in Acceleo
index.php/fa/44163/0/

Now:
jdt.internal.core v3.37.0
- Acceleo Error Started
index.php/fa/44169/0/

acceleo.ide.ui v3.17.5
- Acceleo is looking for non existing constructor JavaProject class.
index.php/fa/44169/0/

[Updated on: Mon, 29 April 2024 03:25] by Moderator

Re: [Acceleo] IDE Error during Acceleo Project Build in Eclipse 202403 [message #1865214 is a reply to message #1864986] Mon, 29 April 2024 03:26 Go to previous messageGo to next message
Eclipse UserFriend
Analysis:
We found out that the error exist only when Acceleo project have java services template. Errors are not encountered on normal template (No query template):
index.php/fa/44184/0/
Re: [Acceleo] IDE Error during Acceleo Project Build in Eclipse 202403 [message #1865367 is a reply to message #1865214] Wed, 01 May 2024 05:41 Go to previous message
Eclipse UserFriend
We also logged this issue on GitHub:
https://github.com/eclipse-acceleo/acceleo/issues/153
Previous Topic:[Acceleo] Problems building Acceleo generator with latest Tycho 4.0.7
Goto Forum:
  


Current Time: Sat Jun 14 14:05:12 EDT 2025

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

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

Back to the top