Bug 63914

Summary: Gradle clean does not remove all generated files
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 5.2   
Target Milestone: JMETER_5.2   
Hardware: All   
OS: All   

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