[fpc-pascal] What to do to get new users
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Wed Dec 4 10:25:32 CET 2024
On 01/12/2024 10:00, Michael Van Canneyt via fpc-pascal wrote:
> How we got to think that downloading 1200 different packages from internet to build and
> install a 200-line javascript program (so basically creating a zip) is OK,
> will forever remain a mystery to me.
I feel your pain, and fully agree. In our work's Java projects, we use
both Maven and Gradle. Gradle is an absolute pain and we often and up
debugging the build system itself. Maven is much simpler, but yes,
compiling our projects (web services) downloads 1000's of JAR files on a
clean environment. It's nuts! The only saving grace, is that
downloads/dependencies all pull from a Maven Central Repository, making
that part painless.
Regards,
Graeme
More information about the fpc-pascal
mailing list