🌐 US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

Fix Windows start scripts classpath - #3309

Merged
baev merged 2 commits into
allure-framework:mainfrom
EmreeAltunn:fix-windows-build
May 6, 2026
Merged

Fix Windows start scripts classpath#3309
baev merged 2 commits into
allure-framework:mainfrom
EmreeAltunn:fix-windows-build

Conversation

@EmreeAltunn

Copy link
Copy Markdown
Contributor

This PR fixes startScripts generation on Windows.

Before this change, running:

./gradlew.bat :allure-commandline:startScripts

failed with:

Illegal char <*> at index ... src/lib/*

The previous classpath used a wildcard path with files(...), which can be interpreted as an invalid path on Windows because of the * character.

Changes

Replaced the wildcard path with fileTree("src/lib") while keeping src/lib/config on the classpath.

Verification

Verified on Windows with:

./gradlew.bat :allure-commandline:startScripts

Result:

BUILD SUCCESSFUL

@CLAassistant

CLAassistant commented Apr 25, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@baev baev added the pr:bug Something isn't working label Apr 29, 2026
@baev
baev merged commit 8cf3222 into allure-framework:main May 6, 2026
13 checks passed
@baev baev mentioned this pull request May 21, 2026
1 task
@baev baev mentioned this pull request Jun 5, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants