You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If roaster-jdt is used in scope runtime it cannot be added in module-info.java
In scope compile, add in module-info.java
requires roaster.api;
requires roaster.jdt;
The result will be:
[WARNING] Can't extract module name from roaster-jdt-2.29.0.Final.jar: Provider class org.jboss.forge.roaster._shade.org.eclipse.osgi.launch.EquinoxFactory not in JAR file roaster-jdt-2.29.0.Final.jar
[WARNING] ****************************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [roaster-api-2.29.0.Final.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] ****************************************************************************************************************************************************
Did I missed something?
Maybe the project could be modularized for a futur version.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use roaster in a modularized project
If roaster-jdt is used in scope runtime it cannot be added in module-info.java
In scope compile, add in module-info.java
The result will be:
Did I missed something?
Maybe the project could be modularized for a futur version.
The text was updated successfully, but these errors were encountered: