Bug 63914 - Gradle clean does not remove all generated files
Summary: Gradle clean does not remove all generated files
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2
Hardware: All All
: P2 normal (vote)
Target Milestone: JMETER_5.2
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-10 13:31 UTC by Sebb
Modified: 2019-11-10 13:31 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2019-11-10 13:31:31 UTC
The following sequence:

./gradlew createDist
./gradlew clean

should leave the directory as it was originally.

However, that is not the case: a comparison shows:

Only in ../jmeter-build: .gradle
Only in ../jmeter-build: build
Only in ../jmeter-build/buildSrc: .gradle
Only in ../jmeter-build/buildSrc: build
Only in ../jmeter-build/buildSrc/subprojects/batchtest: build
Only in ../jmeter-build/lib/junit: test.jar

It may be OK to leave the .gradle and build items, but test.jar should definitely not be left behind.
Comment 1 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5195