archenroot / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

OsCommandJob failed to parse single command line String. #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by saltnlight5 on 21 Aug 2012 at 6:56

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

Original comment by saltnlight5 on 21 Aug 2012 at 6:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision ff6390b3d0f0.

Original comment by saltnlight5 on 21 Aug 2012 at 7:24