dev@jsftemplating.java.net

Samples build needs "${external}"

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Fri, 09 Jun 2006 06:33:52 -0700

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