[ 
https://issues.apache.org/jira/browse/TOMEE-4416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888608#comment-17888608
 ] 

Lars Decker edited comment on TOMEE-4416 at 10/11/24 11:12 AM:
---------------------------------------------------------------

Sure, if I remove the jersey util dependency again from 
server\openejb-http\pom.xml I get:

mvn clean install -pl tomee/apache-tomee -am -Dmaven.test.skip=true

....

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:17 min
[INFO] Finished at: 2024-10-11T12:49:13+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) 
on project openejb-http: Compilation failure: Compilation failure:
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[99,18]
 cannot access org.eclipse.jetty.util.component.LifeCycle
[ERROR]   class file for org.eclipse.jetty.util.component.LifeCycle not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[100,46]
 cannot access org.eclipse.jetty.util.component.ContainerLifeCycle
[ERROR]   class file for org.eclipse.jetty.util.component.ContainerLifeCycle 
not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[100,15]
 cannot access org.eclipse.jetty.util.Attributes
[ERROR]   class file for org.eclipse.jetty.util.Attributes not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[103,16]
 cannot access org.eclipse.jetty.util.component.Graceful
[ERROR]   class file for org.eclipse.jetty.util.component.Graceful not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[104,54]
 cannot access org.eclipse.jetty.util.component.Destroyable
[ERROR]   class file for org.eclipse.jetty.util.component.Destroyable not found



Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: c:\apache-maven-3.9.6
Java version: 17.0.8.1, vendor: Amazon.com Inc., runtime: c:\jdk17.0.8_8


was (Author: ldecker):
Sure, if I remove the jersey util dependency again from 
server\openejb-http\pom.xml I get:

mvn clean install -pl tomee/apache-tomee -am -Dmaven.test.skip=true

....

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:17 min
[INFO] Finished at: 2024-10-11T12:49:13+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) 
on project openejb-http: Compilation failure: Compilation failure:
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[99,18]
 cannot access org.eclipse.jetty.util.component.LifeCycle
[ERROR]   class file for org.eclipse.jetty.util.component.LifeCycle not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[100,46]
 cannot access org.eclipse.jetty.util.component.ContainerLifeCycle
[ERROR]   class file for org.eclipse.jetty.util.component.ContainerLifeCycle 
not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[100,15]
 cannot access org.eclipse.jetty.util.Attributes
[ERROR]   class file for org.eclipse.jetty.util.Attributes not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[103,16]
 cannot access org.eclipse.jetty.util.component.Graceful
[ERROR]   class file for org.eclipse.jetty.util.component.Graceful not found
[ERROR] 
/F:/projects/tomee10-m3/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpServer.java:[104,54]
 cannot access org.eclipse.jetty.util.component.Destroyable
[ERROR]   class file for org.eclipse.jetty.util.component.Destroyable not found

> TomEE 10 M3 cannot be build
> ---------------------------
>
>                 Key: TOMEE-4416
>                 URL: https://issues.apache.org/jira/browse/TOMEE-4416
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 10.0.0-M3
>            Reporter: Lars Decker
>            Priority: Major
>
> After a fresh checkout the project cannot be build as 
> server\openejb-http\pom.xml
> is missing jetty utils dependencies:
>       <dependency>
>         <groupId>org.eclipse.jetty</groupId>
>         <artifactId>jetty-util</artifactId>
>         <version>${version.jetty}</version>
>       </dependency>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to