Re: grinder.jvm.classpath and globbing
Darren Ball <[email protected]> Mon, 21 Sep 2015 12:52:02 -0400
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <CA+YPNhdHRYAQPqMK0Hx4n+_2zFmXa1pvFQ+jyRJw9J2bwberCQ@mail.gmail.com> |
Anyone have any idea regarding this issue? On Fri, Sep 18, 2015 at 12:53 PM, Darren Ball <[email protected]> wrote: > 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