[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ajdt] Re: Aspectj export fails because IMessageHandler cannot be found

It seems that AJModelBuildScriptGenerator#bundleToCP doesn't export
required
dependencies:
BundleDescription[] prereqs = bundle.getResolvedRequires();
returns nothing, but
bundle.getRequiredBundles()
contains [Require-Bundle: org.apache.ant; bundle-version="0.0.0",
Require-Bundle: org.eclipse.core.resources; bundle-version="0.0.0",
Require-Bundle: org.eclipse.core.runtime; bundle-version="0.0.0",
Require-Bundle: org.eclipse.core.runtime.compatibility;
bundle-version="0.0.0", Require-Bundle: org.eclipse.text;
bundle-version="0.0.0", Require-Bundle: org.aspectj.weaver;
bundle-version="92.2.29"]

Shouldn't those bundles be included when calculating ajde.classpath?

Hmm.. ajde bundle is not resolved.
Should ajde bundle be resolved before org.eclipse.ajdt.core.exports.AJModelBuildScriptGenerator.bundleToCP(BundleDescription) is called?



-- Ivica Loncar