tampler commented on issue #8218:
URL: https://github.com/apache/cloudstack/issues/8218#issuecomment-1816333532

   @weizhouapache  I still can't compile the latest `main` with both `JDK11` 
and `JDK14`:  :scream_cat: 
   ```sh
   > java --version
   openjdk 11.0.20.1 2023-08-24
   OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04)
   OpenJDK 64-Bit Server VM (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04, mixed 
mode, sharing)
   ```
   ```sh
   > mvn -DskipTests -Pdeveloper,systemvm clean install
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  27.188 s
   [INFO] Finished at: 2023-11-17T15:27:50+03:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project cloud-api: Compilation failure: Compilation failure: 
   [ERROR] 
/hdd/cloud/acs/cloudstack/api/src/main/java/com/cloud/agent/api/storage/OVFHelper.java:[378,8]
 error: cannot find symbol
   [ERROR]   symbol:   class DocumentBuilderFactory
   [ERROR]   location: class OVFHelper
   [ERROR] 
/hdd/cloud/acs/cloudstack/api/src/main/java/com/cloud/agent/api/storage/OVFHelper.java:[378,56]
 error: cannot find symbol
   [ERROR]   symbol:   variable DocumentBuilderFactory
   [ERROR]   location: class OVFHelper
   [ERROR] 
/hdd/cloud/acs/cloudstack/api/src/main/java/com/cloud/agent/api/storage/OVFHelper.java:[380,12]
 error: cannot find symbol
   [ERROR]   symbol:   class DocumentBuilder
   [ERROR]   location: class OVFHelper
   [ERROR] 
/hdd/cloud/acs/cloudstack/api/src/main/java/com/cloud/agent/api/storage/OVFHelper.java:[382,46]
 error: cannot find symbol
   [ERROR]   symbol:   class ParserConfigurationException
   [ERROR]   location: class OVFHelper
   [ERROR] -> [Help 1]
   ```
   He-he... I'm the biggest trouble maker today :laughing:  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to