[Helma-user] app.addRepository() improved

Hannes Wallnoefer hannesw at gmail.com
Mon Oct 16 14:51:50 CEST 2006


Hello lists,

I'm glad to announce that I just committed a patch to the "helma_1_5"
CVS branch that will make repositories added via app.addRepository()
immediately available to the application. Thus, it is now possible to
do something like:

 app.addRepository("modules/helma/File.js");
 var f = new helma.File("foo.txt");

Note that this is only in the helma_1_5 branch for now. I'll merge
this with helma 1.6/HEAD, but this will probably take another hour or
half.

Since this is was a fairly big change, and it was on the branch that
is supposed to be stable, I really did my best at testing it
thoroughly. However, please test it with your apps locally before
deploying, and let me know if something doesn't work as it should.

best,
hannes


More information about the Helma-user mailing list