Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Marker property value is too long: AJC compiler errors


Hi,

We suddenly get the following error in aspectj.

Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'resource-manager'.
assertion failed: Marker property value is too long: AJC compiler errors:
error at import com.mycompany.commonlibrary.resourcemanager.cli.internal.RmCliFactory;
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\Users\eraonel\git\mje\resource-manager\src\main\java\com\mycompany\commonlibrary\resourcemanager\Abisco.java:10:0::0 The import com.mycompany.commonlibrary.resourcemanager.cli.internal.RmCliFactory cannot be resolved
error at import com.mycompany.commonlibrary.resourcemanager.exception.ResourceManagerConnectionException;

Any ideas how to avoid it. It is only visible in Eclipse. We use AspectJ 2.2.4 and Eclipse 4.15.0 ( but also seen in Eclipse 4.7.3)

br,

//mike

 

 


Back to the top