If you want to develop a lib that depends on another lib, just add the "build/classes" of the "depended upon" library project to the classpath of the project's lib.
E.g. If project A depends on project B, add B/build/classes to the classpath of A. Steve On Tue, Aug 2, 2016 at 9:27 AM, Gareth Murfin <[email protected]> wrote: > Is it possible to have a lib inside another lib? The option for freshing > libs seems to be ghosted out. > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at > https://groups.google.com/group/codenameone-discussions. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/be979355-6991-4e33-88a4-b42b290d0dc0%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/be979355-6991-4e33-88a4-b42b290d0dc0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKU3Andr3PyQ%3DWRv6MvJG0Wa%3D0A55yeuar31jSuo2v0MPw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
