S sorex Expert Licensed User Longtime User Jun 26, 2022 #1 Hello, To fully test a library update I had to extend it with B4XPages. My guess is that if I now do a "compile to library" these extra classes are added aswell? Now that #excludeClasses is removed since a certain 11.x version what are my options? I guess I can only split it up in a standalone lib development version and a seperate test version that uses the compiled lib with B4XPages, right?
Hello, To fully test a library update I had to extend it with B4XPages. My guess is that if I now do a "compile to library" these extra classes are added aswell? Now that #excludeClasses is removed since a certain 11.x version what are my options? I guess I can only split it up in a standalone lib development version and a seperate test version that uses the compiled lib with B4XPages, right?
Erel B4X founder Staff member Licensed User Longtime User Jun 26, 2022 #2 Don't use compile to library at all. Create a b4xlib with the modules that you want to include. Upvote 0