grinder.jvm.classpath and globbing

Darren Ball <[email protected]> Fri, 18 Sep 2015 12:53:55 -0400
Newsgroups gmane.comp.java.grinder.user
Message-ID <CA+YPNheqdhqo6XwhpvPBU47FCHvC6Nks0A4qTU6qEiaWSzRdyQ@mail.gmail.com>
I am trying to do the following:

grinder.jvm.classpath = /home/grinder/uber/*


I get the following in my grinder.properties for my test (on the console
machine):

Worker process command line: java
'-javaagent:/opt/grinder/lib/grinder-dcr-agent-3.11.jar' -classpath
'/home/grinder/uber/*:/opt/grinder/lib/grinder.jar'
net.grinder.engine.process.WorkerProcessEntryPoint

And this is not picking up the globbed path classpath.


I add this to the agent startup like the following, and it works fine:

java -classpath "/home/grinder/uber/*":/opt/grinder/lib/grinder.jar
net.grinder.Grinder

I believe I had this previously working.  It seems the grinder.properties
values are being quote in single quotes...

-

------------------------------------------------------------------------------

_______________________________________________
grinder-use mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/grinder-use