Skip to content

Commit

Permalink
Right. CL paths too. Sloppy of me.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubycsolutions committed Dec 23, 2023
1 parent 841db71 commit 1bad7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1bad7c2

Please sign in to comment.