apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.37k stars 2.1k forks source link

Build.xml may exclude non-existent files #1112

Closed asfimport closed 21 years ago

asfimport commented 21 years ago

tjsb (Bug 20553): Just a tidy-up of build.xml - it conditionally excludes the following files, but they are not present in that part of the tree:

compile-core: IaikSSLManager.java - not present in CVS MailerResultCollector.java - part of components, not core

Obviously this does not affect the build process, but it is confusing to reference files which don't exist ...

Patch to follow.

Severity: minor OS: other

asfimport commented 21 years ago

tjsb (migrated from Bugzilla): Created attachment build.patch: build patch to remove non-existing file excludes

build.patch ````diff Index: build.xml =================================================================== RCS file: /home/cvspublic/jakarta-jmeter/build.xml,v retrieving revision 1.98 diff -u -r1.98 build.xml --- build.xml 6 Jun 2003 14:23:59 -0000 1.98 +++ build.xml 6 Jun 2003 16:06:53 -0000 @@ -174,10 +174,8 @@ - - ````