Issue Details (XML | Word | Printable)

Key: QRTZNET-94
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Marko Lahma
Reporter: Nik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz.NET

Schema does not properly represent itself

Created: 06/Mar/08 09:09 AM   Updated: 01/May/08 04:07 AM
Component/s: Documentation
Affects Version/s: 0.9.1
Fix Version/s: 1.0 RC 1

File Attachments: 1. Text File schema.patch (23 kB)

Environment: All

Flags: Patch


 Description  « Hide
Schema allows for a "time-zone" element at job\trigger\cron which is not supported by Quartz.net.
Schema disallows for DAY#X syntax in cron expressions.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Nik added a comment - 06/Mar/08 09:11 AM
Patch includes removal of time-zone element and update to regular expression used for cron expressions

Marko Lahma added a comment - 01/May/08 04:07 AM
Updated day of week part, kept cron expression as it can be used with .NET 3.5 in Quartz 1.2...

Thanks for the patch.