Yes, cancel... On May 17, 2017 6:45 PM, "Paul Merlin" <paulmer...@apache.org> wrote:
> Niclas Hedhman a écrit : > > 2. Is the LICENSE.txt auto-generated? It has a couple of other licenses > in > > it, due to dependencies. But I wonder if these are actually bundled or we > > just forgot to clean it up. > > It's not generated, it is the one present at the root of the git > repository. > It contains a subcomponents note for the documentation website > dependencies bundled in the source distribution (jQuery, > SyntaxHighlighter etc..). > > > > PROBLEM!! > > So, I see in README that I need "any version of Gradle", so went to > > gradle.org and it suggested (for Mac OSX) to use "brew" which is a > common > > package manager. This was the outcome... > > > > niclas:apache-polygene-java-3.0.0-src niclas$ brew install gradle > > ==> Downloading > > https://downloads.gradle.org/distributions/gradle-2.0-bin.zip > > ######################################################################## > > 100.0% > > 🍺 /usr/local/Cellar/gradle/2.0: 146 files, 44M, built in 3.2 minutes > > niclas:apache-polygene-java-3.0.0-src niclas$ gradle wrapper > > To honour the JVM settings for this build a new JVM will be forked. > Please > > consider using the daemon: > > http://gradle.org/docs/2.0/userguide/gradle_daemon.html. > > /gradle-node-plugin-1.1.1.jar > > :buildSrc:clean UP-TO-DATE > > :buildSrc:compileJava UP-TO-DATE > > :buildSrc:compileGroovy FAILED > > > > FAILURE: Build failed with an exception. > > > > * What went wrong: > > Execution failed for task ':compileGroovy'. > >> Compilation failed; see the compiler error output for details. > > > > * Try: > > Run with --stacktrace option to get the stack trace. Run with --info or > > --debug option to get more log output. > > > > BUILD FAILED > > > > Total time: 2 mins 43.47 secs > > Ok, you pulled Gradle 2.0 and we use features introduced after that. > This tells us that the mechanism to bootstrap the build from the source > distribution is quite fragile. > > I have an idea how to fix this, will do later today. > > -1 from me > > Shall we cancel this VOTE? > > >