Re: Running tests in parallel?

Andreas Beeker <[email protected]> Tue, 2 Nov 2021 22:07:09 +0100
Newsgroups gmane.comp.jakarta.poi.user
Message-ID <[email protected]>
Hi Andreas,

the two files build/ooxml-lite-report.clazz & .xsb are generated via the OOXMLLiteAgent.
The agent is used on the modules with xmlbeans dependencies (poi-ooxml, poi-excelant and poi-integration) and incrementally gather the used XmlBeans classes and xsbs.

I haven't tried build caching up to now explicitly, but I assume it would skip generating poi-ooxml-full if the schemas haven't changed.

AFAIK the poi-ooxml-lite is not used in the main gradle build and we still need to migrate the poi-integration/distsourcebuild (build.xml) ant and jenkins job to actually test the lite jar. Maybe we can exclude the poi-ooxml-lite tasks in the "check" phase and only activate them in the "jenkins" phase.

Best wishes,
Andi