On Mon, 16 Feb 2004 at 16:48, Oliver Voelker wrote: > > your content during the sync process. How often do you sync at 3:05 and > > leave before 4:05? > > -alan > > The conduit is set to "autoupdate at hotsync" but only the channels which > are due are updated... > > And by the way... > > Why do we discuss? > The only thing I want to know is the right syntax.. > > Can anybody tell me?
We discuss because the real problem you're trying to solve is not "how can I have Plucker/JPluck download every 10 minutes" but rather "how can I have the most up-to-date information on my Palm every time I sync before I go home?" http://jpluck.sourceforge.net/docs/jxl-reference.html#cron Refers you to: http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html Which would answer your question if you bothered to read its documentation. If you're really going to do this, I would highly suggest going into the Preferences:AutoUpdate tab, and unchecking the AutoUpdate box at the bottom there. You'll get even more updated information if you download during the sync process than if you let the AutoUpdate work in the background, at the cost of a longer sync time. I'd hope that the traffic site you're syncing is low-bandwidth, so it wouldn't cost you too much anyway. -alan The "every 10:00 minutes, 24 hours/day, 7 days/week" Java Crontab Looks to be: 0 */10 * * * * A more useful one would probably be: 0 */10 15-17 * * mon-fri which would do every 10 minutes between 3 PM and 5:50 PM on Monday-Friday. So you probably want: <schedule><cron>YOUR_CRON_EXPRESSION_HERE</cron></schedule> -- Alan Hoyle - [EMAIL PROTECTED] - http://www.alanhoyle.com/ "I don't want the world, I just want your half." -TMBG Get Horizontal, Play Ultimate. _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

