Hi Anissa,
The samples/editor/build.xml needs ${external} defined -- I also see you
added this at the top-level build.properties.example file.
It is easy for developers to copy this value to their own
build.properties file... however, perhaps we can do without this
change? Instead of samples/editor/build.properties file defining:
external.lib.dir=../../${external}
Perhaps it could define it like:
external.lib.dir=../../${lib}/external
What do you think?
Ken