matthiasblaesing commented on pull request #3326: URL: https://github.com/apache/netbeans/pull/3326#issuecomment-973274805
This is an alternative to #3322 which adds the ability to load arbitrary URLs as external binaries. On that ability the gradle tooling is build with binaries from their download cite. I was observed, that loading an older gradle project fails:  The log was empty (why is a warning not logged?!) apart from this: ``` INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load aiming EVALUATED for Unloaded Gradle Project: GradleFiles[projectDir=/home/matthias/src/jbake, rootDir=/home/matthias/src/jbake] INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load aiming FULL for Gradle: jbake[FALLBACK] INFO [org.netbeans.modules.gradle.execute.GradleDistributionProviderImpl]: Gradle Distribution for Gradle: jbake[FALLBACK] is GradleDistribution{gradleUserHome=/home/matthias/.gradle, distributionDir=/home/matthias/.gradle/wrapper/dists/gradle-6.3-bin/8tpu6egwsccjzp10c1jckl0rx/gradle-6.3, distributionURI=https://services.gradle.org/distributions/gradle-6.3-bin.zip, version=Gradle 6.3} INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load aiming EVALUATED for Unloaded Gradle Project: GradleFiles[projectDir=/home/matthias/src/jbake/jbake-core, rootDir=/home/matthias/src/jbake] INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load aiming EVALUATED for Unloaded Gradle Project: GradleFiles[projectDir=/home/matthias/src/jbake/jbake-dist, rootDir=/home/matthias/src/jbake] INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 6 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 1 ms INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 source roots took: 0 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms] INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]: Load aiming FULL_ONLINE for Gradle: jbake[FALLBACK] ``` @lkishalmi can you give me a hint where to look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
