wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

Frank!Runner fails to unzip downloaded JDK #76

Open mhdirkse opened 1 year ago

mhdirkse commented 1 year ago

The Frank!Runner gives the following output:


 *  Executing task: C:\\Users\\martijn\\frank-manual\\srcSteps\\NewHorizons\\frank-runner\\ant.bat restart-DEV 

Buildfile: C:\Users\martijn\frank-manual\srcSteps\exercise\v500\build.xml

restart-DEV:
Please download https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jdk_x64_windows_hotspot_8u292b10.zip manually, move it to C:\Users\martijn\frank-manual\srcSteps\exercise\frank-runner\download and restart this script
tar: Cannot connect to C: resolve failed

BUILD FAILED
C:\Users\martijn\frank-manual\srcSteps\exercise\v500\build.xml:16: exec returned: 128

Total time: 2 seconds

 *  The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command C:\\Users\\martijn\\frank-manual\\srcSteps\\NewHorizons\\frank-runner\\ant.bat restart-DEV" terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

I started it from within Visual Studio Code. Visual Studio Code was started from a DOS prompt, not MinGW.

mhdirkse commented 1 year ago

As a workaround, I ran the restart.bat script of my project from a DOS prompt. That worked.