Discussion:
Gradle File Rename Error in 8u Dev Build
c***@bekwam.com
2018-11-08 14:57:24 UTC
Permalink
Hi,



I was wondering if anyone's solved a renaming error I get when I run gradle.
I have a reliable workaround which is to delete the file prior to running
gradle.
Unable to rename old file (D:\hg\rt\build\sdk\rt\lib\ext\jfxrt.jar) to
temporary file



Thanks in advance,

Carl
Kevin Rushforth
2018-11-08 16:52:57 UTC
Permalink
Two questions:

1) Are you using the gradle daemon?
If so, you might try disabling it.

2) Are you running any applications that might still have jfxrt.jar open?
If so, you should stop them before rebuilding.

-- Kevin
Post by c***@bekwam.com
Hi,
I was wondering if anyone's solved a renaming error I get when I run gradle.
I have a reliable workaround which is to delete the file prior to running
gradle.
Unable to rename old file (D:\hg\rt\build\sdk\rt\lib\ext\jfxrt.jar) to
temporary file
Thanks in advance,
Carl
c***@bekwam.com
2018-11-08 17:20:27 UTC
Permalink
Hi,

No open files and I've tried a few variations of gradle with and without the daemon. I can issue a quick rm following the failed gradle so I don't think there's contention.

-Carl

-----Original Message-----
From: Kevin Rushforth <***@oracle.com>
Sent: Thursday, November 8, 2018 11:53 AM
To: ***@bekwam.com; openjfx-***@openjdk.java.net
Subject: Re: Gradle File Rename Error in 8u Dev Build

Two questions:

1) Are you using the gradle daemon?
If so, you might try disabling it.

2) Are you running any applications that might still have jfxrt.jar open?
If so, you should stop them before rebuilding.

-- Kevin
Post by c***@bekwam.com
Hi,
I was wondering if anyone's solved a renaming error I get when I run gradle.
I have a reliable workaround which is to delete the file prior to
running gradle.
Unable to rename old file (D:\hg\rt\build\sdk\rt\lib\ext\jfxrt.jar) to
temporary file
Thanks in advance,
Carl
Loading...