View previous topic :: View next topic |
Author |
Message |
Reymet_2 n00b

Joined: 17 Apr 2024 Posts: 12 Location: Russia
|
Posted: Tue Oct 15, 2024 10:25 am Post subject: Problem emerging dev-java/cdi-api |
|
|
I have a problem with emerging dev-java/cdi-api (needed for www-severs/tomcat):
Code: | lang-model/src/main/java/jakarta/enterprise/lang/model/AnnotationInfo.java:1: error: package exists in another module: jakarta.cdi.lang.model
package jakarta.enterprise.lang.model;
^
lang-model/src/main/java/jakarta/enterprise/lang/model/AnnotationMember.java:1: error: package exists in another module: jakarta.cdi.lang.model
package jakarta.enterprise.lang.model;
^
lang-model/src/main/java/jakarta/enterprise/lang/model/AnnotationTarget.java:1: error: package exists in another module: jakarta.cdi.lang.model
package jakarta.enterprise.lang.model;
^
lang-model/src/main/java/jakarta/enterprise/lang/model/declarations/ClassInfo.java:1: error: package exists in another module: jakarta.cdi.lang.model
package jakarta.enterprise.lang.model.declarations;
|
And so on. Instead of jakarta.enterprise it finds necessary packages in jakarta.cdi.
Full build log
How can I fix it? |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31701 Location: here
|
Posted: Tue Oct 15, 2024 11:28 am Post subject: |
|
|
Look at bug #923599. _________________ Questions are guaranteed in life; Answers aren't.
"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968 |
|
Back to top |
|
 |
logrusx Advocate


Joined: 22 Feb 2018 Posts: 3076
|
Posted: Tue Oct 15, 2024 12:51 pm Post subject: Re: Problem emerging dev-java/cdi-api |
|
|
Reymet_2 wrote: | I have a problem with emerging dev-java/cdi-api (needed for www-severs/tomcat)
...
How can I fix it? |
If you need those for java development, then run them from your home directory.
Best Regards,
Georgi |
|
Back to top |
|
 |
|