Bug 561168 - Unable to build after eclipse update
Summary: Unable to build after eclipse update
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Build (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-16 23:54 EDT by Vin M CLA
Modified: 2020-04-22 14:17 EDT (History)
1 user (show)

See Also:


Attachments
AspectJ Build Error (125.35 KB, image/png)
2020-03-16 23:54 EDT, Vin M CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vin M CLA 2020-03-16 23:54:51 EDT
Created attachment 282124 [details]
AspectJ Build Error

Getting below error and my workspace is broken:

org.aspectj.apache.bcel.classfile.ClassFormatException
at org.aspectj.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:192)
at org.aspectj.apache.bcel.classfile.ClassParser.parse(ClassParser.java:131)
at org.aspectj.weaver.bcel.BcelWeaver.addAspectsFromJarFile(BcelWeaver.java:263)
at org.aspectj.weaver.bcel.BcelWeaver.addLibraryJarFile(BcelWeaver.java:239)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.initB ... ternal.jobs.Worker.run(Worker.java:63)

Compile error: ClassFormatException thrown: File: 'module-info.class': Invalid byte tag in constant pool: 19
Comment 1 Andrew Clement CLA 2020-04-22 14:17:53 EDT
That looks like an old AJDT being used to process a project that has Java9 dependencies. Make sure to grab the latest AJDT from the marketplace.