Re: How to proper document `binary` files as part of the source zip?

2024-11-01 Thread Justin Mclean
Hi, It is different as (from the last release) it contains teh following jars: ./incubator-kie-kogito-runtimes/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/gradle/wrapper/gradle-wrapper.jar ./incubator-kie-kogito-runtimes/.mvn/wrapper/maven

Re: How to proper document `binary` files as part of the source zip?

2024-11-01 Thread Alex Porcelli
Justin, Apache KIE podling needs are no different from StormCrawler [1]. [1] - https://github.com/apache/incubator-stormcrawler/blob/stormcrawler-3.1.0/DISCLAIMER-BINARIES.txt Regards, _ Alex Porcelli http://porcelli.me On Fri, Nov 1, 2024 at 6:01 PM Justin Mclean wrote: > HI,

Re: How to proper document `binary` files as part of the source zip?

2024-11-01 Thread Justin Mclean
HI, > The Apache KIE podling requires several binary files (e.g., .jar and > .zip files) solely for testing purposes. Compiled code is not allowed in a source release. If it is required for tests, then compiling the source for that test is generally an option. Kind Regards, Justin

Re: How to proper document `binary` files as part of the source zip?

2024-11-01 Thread Alex Porcelli
Jason (cc'ed) just shared this [1] with me, this is exactly what I was looking for. [1] - https://github.com/apache/incubator-stormcrawler/blob/stormcrawler-3.1.0/DISCLAIMER-BINARIES.txt On Fri, Nov 1, 2024 at 5:12 PM Alex Porcelli wrote: > > Hi PJ, > > Maybe add information here[1] and here [2

Re: How to proper document `binary` files as part of the source zip?

2024-11-01 Thread PJ Fanning
I would suggest using Confluence [1] or GitHub wiki or markdown files. For me, I would like to see a document aimed at new contributors and IPMC members about how to build KIE from source and that could then also include details about the test binaries. [1] https://cwiki.apache.org/confluence On

Re: How to proper document `binary` files as part of the source zip?

2024-11-01 Thread Alex Porcelli
Hi PJ, Maybe add information here[1] and here [2]? I was also wondering if wasn't worth adding to WIP-DISCLAIMER or NOTICE as well. [1] https://kie.apache.org/docs/community/verify [2] https://kie.apache.org/docs/community/build On Fri, Nov 1, 2024 at 5:08 PM PJ Fanning wrote: > > I would sugge

How to proper document `binary` files as part of the source zip?

2024-11-01 Thread Alex Porcelli
Hi IPMC members, The Apache KIE podling requires several binary files (e.g., .jar and .zip files) solely for testing purposes. These files are appropriately stored within the designated test folder, and we want to ensure that the need and usage of these files are documented clearly. Additionally,