You should update the entire project.
-Adrian
On 7/11/2012 7:16 AM, Foo Shyn Chung wrote:
Hurray!
As such i'll be able to port this into my application by updating the
framework/minilang component from release 12 branch?
Thanks
FooShyn
On Wed, Jul 11, 2012 at 2:08 PM, Adrian Crum <
[email protected]> wrote:
Ofbiz's home-grown scripting language - Mini-language - is designed to
make application development fast and easy.
Recently, Mini-language was completely overhauled: the grammar was updated
based on suggestions from the developer community, source code validation
was added, and the scripting engine was optimized and made more robust.
Those changes result in a scripting language that is easier to use and
performs well.
New Mini-language features:
1. Improved grammar (https://cwiki.apache.org/**
confluence/display/OFBADMIN/**Mini-language+Reference<https://cwiki.apache.org/confluence/display/OFBADMIN/Mini-language+Reference>
).
2. New looping elements <break> and <continue>.
3. New <trace> element - provides detailed logging of script engine
behavior.
4. Script engine source code has been optimized to use less memory and run
faster (40% faster on trunk version).
The overhaul has been back-ported to the Release 12 branch.
The Mini-language overhaul represents three man-months of work and it was
sponsored by 1Tech Ltd (http://1tech.eu).
-Adrian