Export to GitHub

myschedule - issue #95

OsCommandJob failed to parse single command line String.


Posted on Aug 21, 2012 by Massive Dog

The unit.myschedule.quartz.extra.job.OsCommandJobTest.testJavaOsCommandJobSingleLine() test sometimes fail with odd classpath.

We need to improve OsCommandJob itself to parse the single line command line more flexible.

Comment #1

Posted on Aug 21, 2012 by Massive Dog

We will borrow the TimeMachine project's Utils.splitCommandLine() to split the command line instead of simple String.split().

Comment #2

Posted on Aug 21, 2012 by Massive Dog

This issue was closed by revision ff6390b3d0f0.

Status: Fixed

Labels:
Type-Defect Priority-Medium