You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.IllegalArgumentException: Unable to find javadoc for method 'setParser' in '!geojsonLayerParser'
When compiling with make dist, I try to include the generated jar file in another project, but it doesn't embed jasper, metrics and geotools libs so I have to reimport them in the project. Is it normal ? With previous versions it was embed in the generated jar.
Can you help me with this (especially the second) ?
And feel free to feedback about what I did.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to make this lib compatible with SpringBoot3/Springframework6 as I try to upgrade some of our local apps that uses it.
Here is what I already done : https://github.com/jusabatier/mapfish-print/tree/spring6
I still have some problems because I'm familiar with maven, not with gradle :
:docs:buildDocs
here : https://github.com/jusabatier/mapfish-print/blob/spring6/Dockerfile#L35Because I have an error that I fail to solve :
make dist
, I try to include the generated jar file in another project, but it doesn't embed jasper, metrics and geotools libs so I have to reimport them in the project. Is it normal ? With previous versions it was embed in the generated jar.Can you help me with this (especially the second) ?
And feel free to feedback about what I did.
The text was updated successfully, but these errors were encountered: