| # Re-builds all the generated code in ../java/elemental/ from the scraped IDL files |
| # Writable dir to do work in |
| # Where to write the output jar |
| # where is the IDL directory |
| # all variables are relative to current directory |
| # Regenerate CSS templates for list of css properties |
| idl/css/generate-style.py \ |
| idl/templates/java_interface_CSSStyleDeclaration.darttemplate \ |
| idl/templates/jso_impl_CSSStyleDeclaration.darttemplate |
| export PYTHONPATH=$PYTHONPATH:. |
| # Parse WebIDL files, merging them with elemental.idl overlay |
| python2.6 elemental_fremontcutbuilder.py |
| # Generate interface and JSO implementations of WebIDL bindings |
| python2.6 elementaldomgenerator.py |
| mkdir -p ../generated/src |