From 1bad7c22048ab131bb36c1ee5731f66c9e488d57 Mon Sep 17 00:00:00 2001 From: kubycsolutions Date: Fri, 22 Dec 2023 22:08:41 -0500 Subject: [PATCH] Right. CL paths too. Sloppy of me. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3aba04f3d..a4620d7f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: # minus conf.xsltc since that one is currently throwing four known failures and # isn't set up to say "but that's not a regression". run: | - ls; ant -debug jar extensions.classes smoketest apitest -Dxalan.relpath=../ -Dparserjar=../lib/endorsed/xercesImpl.jar -Dxml-apis.jar=../lib/endorsed/xml-apis.jar + ls; ant -debug jar extensions.classes smoketest apitest -Dxalan.relpath=../xalan-java -Dparserjar=..xalan-java/lib/endorsed/xercesImpl.jar -Dxml-apis.jar=..xalan-java/lib/endorsed/xml-apis.jar # fulldist isn't currently a separate target in the mvn build process # We should make sure the equivalent is done.