-
Bug
-
Resolution: Incomplete
-
Major
-
Win 10 Pro
Ryzen 7 2700X
Kingston 240GB SSD
-
git-BuildTools-36c11e9-126 (#126)
-
Yes
The buildtool is refusing to build any spigot version, looking at the error returned it is an issue with apache maven but I don't know enough about the software to say, below is the output when trying to run the buildtool (couldn't find the log so had to copy and paste from the shell).
Failed to create log file: BuildTools.log.txt Loading BuildTools version: git-BuildTools-36c11e9-126 (#126) Java Version: Java 8 Current Path: C:\Users\Danny\Desktop\MC_Server\BuildTools\. *** Using downloaded git PortableGit-2.30.0-64-bit\PortableGit *** *** Please note that this is a beta feature, so if it does not work please also try a manual install of git from https://git-for-windows.github.io/ *** git version 2.30.0.windows.1 BuildTools unconfigured@null.spigotmc.org Maven does not exist, downloading. Please wait. Starting download of https://static.spigotmc.org/maven/apache-maven-3.6.0-bin.zip Downloaded file: apache-maven-3.6.0-bin.zip with hash: 7d14ab2b713880538974aa361b987231473fbbed20e83586d542c691ace1139026f232bd46fdcce5e8887f528ab1c3fbfc1b2adec90518b6941235952d3868e9 Exception in thread "main" java.io.FileNotFoundException: apache-maven-3.6.0-bin.zip (Access is denied) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at com.google.common.io.Files$FileByteSink.openStream(Files.java:201) at com.google.common.io.Files$FileByteSink.openStream(Files.java:189) at com.google.common.io.ByteSink.write(ByteSink.java:102) at com.google.common.io.Files.write(Files.java:272) at org.spigotmc.builder.Builder.download(Builder.java:960) at org.spigotmc.builder.Builder.main(Builder.java:297) at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)