I'm trying to trace why JMeter fails to find all its tests under Gump.
It looks like it is a classpath naming problem.


The Gump run takes place with

user.dir=/x1/gump/public/workspace/jakarta-jmeter-21/bin

and it compiles the tests into

/x1/gump/public/workspace/jakarta-jmeter-21/build/test

The intention was to add this to the classpath, so it is specified as

<work nested="build/test"/>

However, when the classpath is printed later, all entries are all of the form:

/usr/local/gump/public/workspace/jakarta-jmeter-21/build/test

which looks rather different.

Are these the same files?
Or are they perhaps the files from previous run?

If they are the same files, why do they have a different name?

If they are different files, then this seems to be a bug in handling
the <work> attribute?

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to