I have a product that builds fine when I export it via the product
export wizard. When I build that same product using the headless
build, I get a compile error that an imported package can't be found.
The package depencency is specified by using import package instead of
require bundle (and no, I can't switch it to require bundle). Any
ideas on how to fix this? Could this be a bug?