[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Headless build fails to fine imported package.

Import-Package should work just fine. The problem is likely that the bundle providing the package is not being considered by the build, or did not resolve. Make sure the bundle is present in your baseLocation, or buildDirectory. The build output should contain warnings if some bundles did not resolve.

-Andrew

Bryan Hunt wrote:
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?

Bryan