-
Notifications
You must be signed in to change notification settings - Fork 53
Xtend-Maven Plugin does no longer work #116
Comments
|
@cdietrich Are you looking into this? |
no i have a look at the xtext-maven part |
p.s.: currently the xtend-maven tests are failing as well. probably related |
I also ran into this. This fails for both beta2 and snapshot. |
Ok I will have a look then |
the new jdt dep doesn't automatically pull apt. Resukting in a swallowed ClassNotFoundException :(
|
this should be pulled by the xtend-maven -plugin right? |
I added it to xtend.core. It's a runtime dependency for the batch compiler. |
could you review? |
[batch compiler] add compiler.apt dependency (fixes #116)
The new JDT dependency did not automatically pull the compiler.apt dependency. The result was a CNFE which was swallowed and the Xtend generation silently failed. (See: eclipse/xtext-xtend#116 (comment)) Signed-off-by: Akos Kitta <[email protected]>
Thanks. Both the workaround and the latest snapshot resolve the issue. |
@svenefftinge is this on sonatype already? |
yes it is |
eclipse/xtext-xtend#116 (comment) Signed-off-by: Moritz Eysholdt <[email protected]>
I am facing the same issue now.
I have tried to add the code provided by aphethean1 into my pom.xml files but it does not work for me |
are you sure you dont use java 11 accidentially? |
I am sure that I don't use java 11. It is not installed on my machine and I havent made changes to my setup since the last successful build (19.12.2018) I am not sure if I am not affected by the issue you mentioned above. But I am having difficulties to identify the suggested workaround. I'd be happy to try it. By the way. I am using XText 2.12 and I am also using the following workaround in my parent pom
|
you basically need to specify
to make sure
|
Thank you. That worked for me. Your rapidand helpful support is awesome. If anyone is interested, my parent pom includes this section now:
|
Re-enable building sapl (see eclipse/xtext-xtend#116 for discussion)
Xtend-Maven Plugin does no longer work
see
https://github.com/cdietrich/xtext-211-maven
for an example
i assume there are some changes to the maven metadata or java sourcelang that cause this
The text was updated successfully, but these errors were encountered: