org.sablo.IndexPageEnhancer - Invalid lib description Error

Hi

We are using DevEx control and for that we keep all the JS into META-INF\MANIFEST.MF file itself.

Now when we open the forms in servoy design mode then getting below error,

WARN org.sablo.IndexPageEnhancer - Invalid lib description : {“name”:“jszip.min.js”,“mimetype”:“text/javascript”,“version”:“3.1.2”}

Can you please help us why it is so?

Regards
Milan Shah

Hi,

can you gave a example how the lib is added.

The error gives me the idea that somewhere it is also added as a lib in one of the components.
When you have added all the libs to manifest file it is not needed to also import them in the component.

Let me keep the snap here for your reference purpose and easily track.

Let me know if you need any further details.

Hi,

is your jszip.min.js in globtecdevexcomponents/lib/js/jszip.min.js ? I can’t see it in Test/lib/js

Also i see a typo, you use a comma ‘,’ instead of semicolumn ‘;’ to separate jszip.min.js location from it’s name: should be globtecdevexcomponents/lib/js/jszip.min.js;name=jszip.min.js and not globtecdevexcomponents/lib/js/jszip.min.js,name=jszip.min.js

Regards,
Paolo

Thanks Paolo

Now we are not getting this issue but still update you if re-produce at the time of export WAR.

Thanks again :)

Hi Paolo

ERROR com.servoy.j2db.util.Debug - url ‘/lib/js/cldr.min.js.map’ for package: ‘test’ is not found in the component package

do you have any idea for above?