[Helma-user] Cron not working
Stephan Schmidt
stephan at mud.de
Fri Mar 9 15:17:15 CET 2007
Yes I think so too.
> cat apps/reposita/code/Global/Global.js
function doSomething() {
app.log("doSomething now actually does something!!!");
return;
}
> cat apps/reposita/Global/Global.js
function doSomething() {
app.log("doSomething now actually does something!!!");
return;
}
Do I need to put the function somewhere else?
bye
-stephan
On 3/9/07, Hannes Wallnoefer <hannesw at gmail.com> wrote:
> 2007/3/9, Hannes Wallnoefer <hannesw at gmail.com>:
> > I just checked, and I think what's going on is that Helma doesn't
> > complain if a scheduler function isn't defined. I'm surprised about
> > this myself, and I would tend to classify this as bug.
>
> Ok, after some software archeology, I found that overgoing undefined
> functions is a byproduct of the fix for
> http://helma.org/bugs/show_bug.cgi?id=436
>
> I think the old "aborted" message was indeed inappropriate, but there
> should be a simple and concise message that a function we tried to
> invoke isn't implemented. I'll try to find an appropriate solution.
>
> hannes
> _______________________________________________
> Helma-user mailing list
> Helma-user at helma.org
> http://helma.org/mailman/listinfo/helma-user
>
--
cintoo Open Source software
stephan at cintoo.org
Blog at http://stephan.cintoo.org - it's all in your head
More information about the Helma-user
mailing list