Vadim Gritsenko wrote:...
But that means that we are busting build even more instead of fixing it?I noticed that jtidy has been moved out of html block and into lib/optional. What will happen if I to remove jtidy from the lib/optional? Will this break the build?Yepp, you can see it in the gump.xml dependency description.
As I pointed out several times, this can be solved with an updated build system where we have all jars in lib/optional. These jars are not copied automatically to WEB-INF/lib. They are only copied if a included block depends on them.
Will it be a problem with "real blocks" if all the jars are in the WEB-INF? AFAIU, "real blocks" will have a per-block classloader, so libs will go into the BLOCK-INF/lib, and won't be seen outside of the block. How we will solve this issue with real blocks then?
Vadim
