Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspektJ versus Maven Surefire Plugin

And, crazy what’s the command line for running the browser:

D:\Users\meeuw.folkert\Downloads\org.aspectj-1_9_6\org.aspectj-1_9_6\ajbrowser\target\classes>java -cp .;D:\Users\meeuw.folkert\Downloads\org.aspectj-1_9_6\org.aspectj-1_9_6\aspectjweaver\target\aspectjweaver-1.9.6.jar;D:\Users\meeuw.folkert\Downloads\org.aspectj-1_9_6\org.aspectj-1_9_6\ajde.core\target\ajde.core-1.9.6.jar;D:\Users\meeuw.folkert\Downloads\org.aspectj-1_9_6\org.aspectj-1_9_6\ajde\target\ajde-1.9.6.jar;D:\Users\meeuw.folkert\Downloads\org.aspectj-1_9_6\org.aspectj-1_9_6\aspectjtools\target\aspectjtools-1.9.6.jar org.aspectj.tools.ajbrowser.Main

For me, it seems you haven’t any interest that someone uses AspectJ today. Your ecosystem is such what confuse. It makes me crazy.

Folkert Meeuw <folkert.meeuw@xxxxxxxxxxxxxx> schrieb am Mi. 15. Dez. 2021 um 13:48:
I’ve downloaded AspectJ 1.9.6 It’s an issue. At runtime mvn package reference is broken to 2.12, 2.13, 2.14, 2.15, 2.16, 2.17, 2.18, 2.19 of Maven Surfire Plugin. Build is broken. From 2.20 upwards it’s okay. Building AspectJ Installer 1.9.6: BUILD SUCCESS 
It took 20:19 minutes.

Delivered is 1.9.6 with ref to 2.12.4. But it’s far away from 2.20.

Did you build the release before delivery from scratch? 

I’m not an expert for maven, so is it possible to deactivate the plugin by switch in each source files?

Back to the top