Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to create an AspectJ project using modules?(Create an AspectJ project using modules)
How to create an AspectJ project using modules? [message #1833150] Sun, 04 October 2020 02:42
Steven Hughes is currently offline Steven HughesFriend
Messages: 1
Registered: October 2020
Junior Member
Hi, just signed up, this is my first question.
I have installed Eclipse 2020-09 and am using JDK-15.
I also installed the AJDT plugin.
I am trying to create an AspectJ project.
I leave the defaults as is and created my project, my.first.proj.
The wizard creates a module-info. java containing:
module my.first.proj {
}

I add a package, my.framework, to my src folder then add an Interface, Junk.java, which does nothing.
When I add the line exports my.framework; to the module-info.java, I get this error message: The package my.framework does not exist or is empty.
Curiously, if I perform the exact same steps for a Java project, I have no problems.
If I then convert that project to an AspectJ project, I get the same error.
How do you create an AspectJ project using module-info.java?

Any suggestion, assistance, explanations gratefully accepted.

Thanks,

Steven.
Previous Topic:Eclipse won't run/compile my code. Help?
Next Topic:Can't download
Goto Forum:
  


Current Time: Mon Sep 23 22:12:35 GMT 2024

Powered by FUDForum. Page generated in 0.08104 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top