Good morning all: I have a little issue since i'm a reeeeal noob in OSGi. I have two packages in a Java Project that I need to become two separate OSGi bundles.(Using Eclipse)
The body of the Java Project is this: *JavaProjectNumberX *---->*SRC* ---------->*packageSRC* ----------------->class 1.java ----------------->class 2.java ----------------->interface 1.java ---->*Test* ----------->*packageTest* ------------------>Test.java What I need is two bundles, the first one with the SRC package classes, and the other one, with the TEST package. The reason is that I want the "*Test-Bundle*" to *access *to the "* SRC-bundle*" and execute the functions of it. I mean, I need that the bundles make exactly the same thing that they do those classes right now, in the Java Project. Hope that you understand, thanks, Asier.
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
