You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[echo] Ant version is Apache Ant(TM) version 1.10.5 compiled on July 10 2018
[echo] ============COMPILER SETTINGS============
[echo] ===fork: yes
[echo] ===debug: on
[javac] Compiling 27 source files to /__w/temurin-build/temurin-build/aqa-tests/TKG/bin
[javac] /__w/temurin-build/temurin-build/aqa-tests/TKG/src/org/testKitGen/TestDivider.java:28: error: package org.json.simple does not exist
[javac] import org.json.simple.JSONArray;
[javac] ^
[javac] /__w/temurin-build/temurin-build/aqa-tests/TKG/src/org/testKitGen/TestDivider.java:29: error: package org.json.simple does not exist
[javac] import org.json.simple.JSONObject;
[javac] ^
[javac] /__w/temurin-build/temurin-build/aqa-tests/TKG/src/org/testKitGen/TestDivider.java:30: error: package org.json.simple.parser does not exist
etc
The text was updated successfully, but these errors were encountered:
Summary
All of the PR smoke tests fail with the error below while compiling TKG.
This is for all JDK versions and platforms.
Example failure
https://github.com/adoptium/temurin-build/actions/runs/7181883452/job/19596084740?pr=3574
Error message
The text was updated successfully, but these errors were encountered: