I uploaded current packages for Openmocha and the Jhino modules:
http://code.google.com/p/e4xd/downloads/list
- Fixed a problem with entity/ampersand escaping in E4X views.
- Changed failed views to be tagged in the markup and errors logged to
the firebug console.
- Access properties now resolve to directly check the access status
for the current user and the check, include and exclude methods were
moved to use a syntax like this.access.include(role, user), and remove
was renamed to this.access.clear()
- The notfound action now correctly sets the response code to 200 when
it maps 404s to existing handlers.
- Fixed undefined content to be properly ignored when displayed by the
jhino scaffold.
- Changed styles to be directly rendered from the skin and set content
type to text/css.
- Merged renderPage into lib.js, moved handlers to handlers.js and
fetchlet related code to fetchlets.js
- Moved Root and Page type property files to the exampleapp, removing
them from the jhino repository, and re-added an empty Page prototype
directory to work around helma bug #604
http://helma.org/bugs/show_bug.cgi?id=604
- Changed fetchlets to check for main access rights.
- Added optional xmlbean jars for E4X compatibility with earlier Java
versions.
Cheers,
Chris