-buildpath: \
osgi.cmpn,\
osgi.core,\
biz.aQute.bnd.annotation
Private-Package: \
example.test
Here's the errors I get:
InvalidSyntaxException cannot be resolved to a type Utilities.java /shared-shell/src/example/test line 70 Java Problem
BundleContext cannot be resolved to a type Utilities.java /shared-shell/src/example/test line 40 Java Problem
The import org.osgi cannot be resolved Utilities.java /shared-shell/src/example/test line 8 Java Problem
ServiceReference cannot be resolved to a type Utilities.java /shared-shell/src/example/test line 53 Java Problem
ServiceReference cannot be resolved to a type Utilities.java /shared-shell/src/example/test line 45 Java Problem
The import org.osgi cannot be resolved Utilities.java /shared-shell/src/example/test line 7 Java Problem
The import org.osgi cannot be resolved Utilities.java /shared-shell/src/example/test line 6 Java Problem
If I create a new Eclipse workspace and with a new cnf folder inside the workspace, I am then able to create projects inside the workspace that can be configured and built. It seems that putting everything is not only preferred but required?I have avoided putting the source workspace in the Eclipse workspace so far because we have in the past have tried to put projects from multiple repos into a single Eclipse workspace (which I know is not possible due to the restrictions of Bndtools) and also because I have run into issues farther in the past where the Eclipse workspace would become corrupted or the code workspace (happened a lot with SVN, especially with earlier versions of Subclipse) would become corrupted and I got tired of having to recreate them both. I guess I'll give putting everything together again another try and see how that works. I'm using Git now which seems to have less issues with things getting corrupted.
--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.