Re: How to build KAFKA 2.7 on z/OS platform

2021-01-25 Thread Luke Chen
Hi Rabast, Gradle is just a build automation tool, and we still build the source code using javac, so your question: 1. Can I use javac and compile the source code, and pack them with jar manually --> Yes 2. which sequence is recommended? --> You might need to refer to the gradle build dependency

How to build KAFKA 2.7 on z/OS platform

2021-01-22 Thread Rabast, Matthias
How can I build Kafka from ksource afka-2.7.0-src.tar) on z/OS v2.3 platform where gradle is NOT available? Can I use javac and compile the source code, and pack them with jar manually ? which sequence is recommended? Is a MAKE file available to rebuild the jar libs using make ? Thanks for any