As I said, this was a quick hack. The real problem is why org.jdom isn't recognized.

HostApplication:
import org.apache.felix.framework.Felix;
import org.apache.felix.framework.util.FelixConstants;
import org.osgi.framework.Bundle;
import org.osgi.framework.BundleException;

HostActivator:
import org.osgi.framework.Bundle;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;

Main:
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import org.apache.felix.framework.Felix;
import org.apache.felix.framework.util.FelixConstants;
import org.apache.felix.main.AutoActivator;

Marcel Offermans wrote:
On Nov 10, 2008, at 0:09 , Brad Cox wrote:

I should have mentioned, these were added to support the felix console tutorial classes that I put temporarily in that bundle when nothing else was working.

>             <dependency>
>             <groupId>org.apache.felix</groupId>
>             <artifactId>org.apache.felix.main</artifactId>
>             <version>1.3.0-SNAPSHOT</version>
>             </dependency>

This dependency does not look right, as that's not a bundle. What packages do you actually depend on here? It looks as if you might be using some of the OSGi core or compendium services. There are other bundles for that.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to