You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging a Gradle build for the JBang Java project that includes the plugin id "com.github.johnrengelman.shadow" version "7.1.2" I noticed in the output a confusing grammar could not file attributes (errno 123).
This seems to be coming from the Native-Platform module net.rubygrapefruit and likely inside native-platform.dll? I poked around and found @adammurdoch 's notes but was unsure if this issue should be against this repo, or Gradle itself, or the repo where rubygrapefruit was forged a long while ago or may still live and breathe? Dunno.
Caused by: net.rubygrapefruit.platform.NativeException:
Could not get file details of E:\GitHubRepos\jbang\build\libs\task ':shadowJar' property
'archiveBaseName'.task ':shadowJar' property 'archiveExtension': could not file attributes (errno 123)
at net.rubygrapefruit.platform.internal.DefaultWindowsFiles.stat(DefaultWindowsFiles.java:38)
at net.rubygrapefruit.platform.internal.DefaultWindowsFiles.stat(DefaultWindowsFiles.java:28)
at org.gradle.internal.nativeintegration.filesystem.services.NativePlatformBackedFileMetadataAccessor.stat(NativePlatformBackedFileMetadataAccessor.java:41)
Expected Behavior
Not sure if the meaning was intended to be could not retrieve/get file attributes, or if the meaning was intended to be more specific such as could not parse or understand the file attributes received. In other words, it did not find any file attributes? or found file attributes but did not understand them?
Current Behavior
incorrect or confusing grammar to deduce real meaning to help troubleshoot a bit further.
Build scan URL:
Sorry, I myself am not a Gradle Enterprise user, but only an OSS contributor. I did run it with --scan but no idea where or if that did anything.
Windows 64bit Pro
Visual Studio Code
Adoptium OpenJDK 17
Gradle 7.5.1 (but trying to help JBang update to Gradle 8 compatibility and surprise them and make them happy)
The text was updated successfully, but these errors were encountered:
While debugging a Gradle build for the JBang Java project that includes the plugin
id "com.github.johnrengelman.shadow" version "7.1.2"
I noticed in the output a confusing grammarcould not file attributes (errno 123)
.This seems to be coming from the Native-Platform module
net.rubygrapefruit
and likely insidenative-platform.dll
? I poked around and found @adammurdoch 's notes but was unsure if this issue should be against this repo, or Gradle itself, or the repo where rubygrapefruit was forged a long while ago or may still live and breathe? Dunno.Expected Behavior
Not sure if the meaning was intended to be
could not retrieve/get file attributes
, or if the meaning was intended to be more specific such ascould not parse or understand the file attributes received
. In other words, it did not find any file attributes? or found file attributes but did not understand them?Current Behavior
incorrect or confusing grammar to deduce real meaning to help troubleshoot a bit further.
Context
building and compiling JBang
Steps to Reproduce (for bugs)
try to build JBang
Your Environment
Sorry, I myself am not a Gradle Enterprise user, but only an OSS contributor. I did run it with
--scan
but no idea where or if that did anything.The text was updated successfully, but these errors were encountered: