Adam Heath wrote:
Adrian Crum wrote:
I noticed that too. If a component doesn't have a lib folder, then the
build fails.
Actually, not completely correct. If a component does *not* have a
lib folder, but *does* include a reference in it's local build.xml,
then it fails.
When creating a new component, if it doesn't have any libs, then don't
add a path element for the lib folder. Just don't copy an existing
build.xml without looking it over. It's just not that complex.
That's good to know. I never took the time to figure out why it was a
problem - it was easier to just create the folder.
-Adrian