Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] PDE warning

Ah. Found the problem. You were close. The .classpath file had that entry.

BTW, I checked and having "META-INF" in the Bundle-Classpath does not cause the warning to appear. But it certainly does if it's in the .classpath file.

Thanks for helping me solve this.
John

At 12:18 PM 6/18/2010, Ankur Sharma wrote:
This error is supposed to come when there is a entry for a lib in bundle-classpath (in manifest.mf) but no output.lib entry in build.properties.

Do you have a bundle-classpath entry which is "META-INF/"? I doubt. So this might be a bug. If so can you file a bug report and share the manifest.mf and build.properties files.

Thanks,
Ankur..




Back to the top