Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-13 Thread Stefan Miklosovic
Hi Mick, it is here https://issues.apache.org/jira/browse/CASSANDRA-16597 On Tue, 13 Apr 2021 at 13:24, Michael Semb Wever wrote: > > > > > Actually, I am not completely sure if Maven wrapper will play nicely > > with Ant stuff of yours as maybe it indeed looks for "mvn" on path and > > wrapper

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-13 Thread Michael Semb Wever
> Actually, I am not completely sure if Maven wrapper will play nicely > with Ant stuff of yours as maybe it indeed looks for "mvn" on path and > wrapper is invoked differently so it does not have to necessarily see > it. I ll check it and let you know. I misunderstood you Stefan. If you woul

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Mick Semb Wever
> Superb stuff, thanks Mick. > 👍 > Would it maybe be possible to include some automatic way to get Maven? > Maven wrapper is the standard here I would say, it is possible to do > it such a way that JAR does not need to be included either. > There hasn't been any appetite for maven in the pro

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Stefan Miklosovic
Actually, I am not completely sure if Maven wrapper will play nicely with Ant stuff of yours as maybe it indeed looks for "mvn" on path and wrapper is invoked differently so it does not have to necessarily see it. I ll check it and let you know. Regards On Mon, 5 Apr 2021 at 17:34, Stefan Mikloso

Re: building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Stefan Miklosovic
Superb stuff, thanks Mick. Would it maybe be possible to include some automatic way to get Maven? Maven wrapper is the standard here I would say, it is possible to do it such a way that JAR does not need to be included either. I can prepare PR with this. https://github.com/takari/maven-wrapper#u

building trunk, and switching branches, with lib/ removed from trunk, and offline mode…

2021-04-05 Thread Mick Semb Wever
CASSANDRA-16391 has been committed to trunk. Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks. It addresses a number of issues, - dependencies are downloaded, using the resolver-ant-tasks plugin instead of the deprecated maven-ant-tasks plugin, - it will no longer attempt