-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The filename or extension is too long (on Windows) #56
Comments
I've managed to create a workaround like this: `if (OperatingSystem.current().isWindows()) {
}` |
You can try long path tools program for solving this problem. Hope that will help you a lot. |
Thanks for the workaround.....it saved my ass! I was blocked with the windows "classpath too long" issue using the com.commercehub:gradle-cucumber-jvm-plugin. |
I am facing the same issue with Java+gradle. My gradle build failing with below exception, C:\APPLICATIONS\LINK\Skeliton\skeleton-api>gradlew --stacktrace bootRun FAILURE: Build failed with an exception.
BUILD FAILED Total time: 32.888 secs Need your inputs to resolve the issue |
can you reply to me with you real email
…On 2/10/2017 7:13 AM, voodemsanthosh wrote:
Need your inputs to resolve the issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARd8VyDS0Qu_exxACZd14L-ZZJlv2U8pks5rbH5_gaJpZM4HKcRA>.
|
Nope - Gradle Utils Plugin above does not address the issue specifically for cucumber (which is the subject of this thread). This is because of Step 5 in https://cucumber.io/docs/tools/java/#gradle |
Thanks Viswaramamoorthy, was much helpful for me :) |
On windows 10 the following error is thrown during running cucumber gradle task:
The text was updated successfully, but these errors were encountered: