Menu

Jcrontab-2.0RC0

2.0RC1
Solved bug to manage the Year correctly thanks to Vincent.
Added a copy constructor to the CrontabEntryBean
Updated the org.jcrontab.data.DataSource to remove store(CrontabEntryBean ceb),
this has been replaced by the right logic in the CrontabEntryBeanDAO to maintain
only store(CrontabEntryBean[] cebs)
Added org.jcrontab.data.MemorySourceWithOutPersistence, this feature is added to
make easier to use Jcrontab in testing enviroments and to make it easier to use
in programatic environments.
Added Avalon to component the ability to pass a parameter named "start" that controls whether to start or not the component.
Added Avalon component wrapper so JCrontab can be used as an avalon component
Added XMLParser to read and store CrontabEntryBeans in xml format
Added XMLSource to manage CrontabEntryBeans in xml format
Solved bug with years logic now the years work like the rest of fields
Added patch 838865 thanks to dp4b
Added bin dir this directory will the place to save the scripts to start/stop Jcrontab as an standalone app
Solved nasty bug with */0 thanks to Guenter
Solved bug to compare the Year correctly
Added MemorySourceWithOutPersistence to help in testing and automatic
environments

Posted by Israel Olalla 2005-05-17

Log in to post a comment.