Hello. I'm trying to build CXF. At home this goes well, the build is successful. But at work, where we have a firewall and a web proxy, the build fails.
I check out the code via git (no problems with this) and then use the command "mvn -e -X -Pfastinstall". I've configured maven to correctly work with the proxy. All the needed libraries get downloaded from the internet. The error occurs when building the module "cxf-rt-transports-http-jetty". Below are the first error messages. My question is: where do the missing entities (e.g. the type ThreadingParametersIdentifiedType) live? Are they in an external library (then it's a problem with downloading libs from the internet)? Or are they part of CXF itself (then it's probably a problem with checking out code)? Thanks for any suggestion! AL [ERROR] /C:/Users/x/AppData/Local/work/cxf/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.java:[42,58] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\java\org\apache\cxf\transport\http_jetty\spring\JettySpringTypesFactory.java:42: package org.apache.cxf.transports.http_jetty.configuration does not exist [ERROR] /C:/Users/x/AppData/Local/work/cxf/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.java:[43,58] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\java\org\apache\cxf\transport\http_jetty\spring\JettySpringTypesFactory.java:43: package org.apache.cxf.transports.http_jetty.configuration does not exist [ERROR] /C:/Users/x/AppData/Local/work/cxf/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.java:[44,58] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\java\org\apache\cxf\transport\http_jetty\spring\JettySpringTypesFactory.java:44: package org.apache.cxf.transports.http_jetty.configuration does not exist [ERROR] /C:/Users/x/AppData/Local/work/cxf/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.java:[52,15] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\java\org\apache\cxf\transport\http_jetty\spring\JettySpringTypesFactory.java:52: cannot find symbol symbol : class ThreadingParametersIdentifiedType location: class org.apache.cxf.transport.http_jetty.spring.JettySpringTypesFactory [ERROR] /C:/Users/x/AppData/Local/work/cxf/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.java:[61,62] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\java\org\apache\cxf\transport\http_jetty\spring\JettySpringTypesFactory.java:61: cannot find symbol symbol : class ThreadingParametersType
