diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16f9b3bfc..90cb7021a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,12 +52,13 @@ jobs: run: | ant jar extensions.classes smoketest apitest -Dxalan.relpath=../ -Dparserjar=../lib/endorsed/xercesImpl.jar -Dxml-apis.jar=../lib/endorsed/xml-apis.jar -# This is failing: in CI +# ant fulldist is failing: in CI # /home/runner/work/xalan-java/xalan-java/build.xml:1399: /home/runner/work/xalan-java/xalan-test does not exist. -# Replicated on my system if there is neither child nor sibling xalan-test. +# Error replicated on my system if there is not a sibling xalan-test. # NOT replicated if sibling xalan-test directory is present -# REPLICATED if only child xalan-test directory is present -# So message appears to be misleading...? +# Simplest fix would be to have the above test checkout emulate the dev environment - id: build_artifacts run: | - ant fulldist + find .. | grep xalan-test +# ant fulldist +