Re: Talk: Bootstrapping the Java Ecosystem

2020-11-19 Thread Olivier Lamy
Hi not sure what is the goal... not sure neither how you did that and how long it takes you but we used to have a build.xml file :) https://github.com/apache/maven/commits/master/build.xml On Thu, 19 Nov 2020 at 06:29, Björn Höfling < bjoern.hoefl...@bjoernhoefling.de> wrote: > Dear Maven Develo

[ANN] Apache Maven Script Interpreter version 1.3 Released

2020-11-19 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache Maven Script Interpreter version 1.3 This component provides some utilities to interpret/execute some scripts for various implementations: Groovy or BeanShell. https://maven.apache.org/shared/maven-script-interpreter/ You sho

AW: Talk: Bootstrapping the Java Ecosystem

2020-11-19 Thread Markus KARG
In fact, as along term user of Maven and Linux, I actually even dislike that binary JARs are rebuilt from scratch, as this is not what WORA was invented for. It adds no benefits, it just adds new bugs happening on one distro but no on another. If you ask me, immediately stop doing that and simpl

Re: Talk: Bootstrapping the Java Ecosystem

2020-11-19 Thread Tamás Cservenák
Hi Bjorn and Emmanuel, Without starting any flame wars, am really curious: why are you repackaging Maven? I'd understand for OS/distro native packages, but why do you rebuild JVM bytecode as well? Again, am not to start any flame war, am just curious! Am Linux user since 98 (first worked on S.u

Re: Talk: Bootstrapping the Java Ecosystem

2020-11-19 Thread Emmanuel Bourg
Hi Björn, Nice presentation, the packaging of Maven in Debian followed a similar path but we never documented the process. Did you go as far as recording the exact steps and build order required to build from scratch? Spoiler for the next part of your quest toward packaging the Android SDK: Maven