OyvindLGjesdal commented on issue #2645: URL: https://github.com/apache/jena/issues/2645#issuecomment-2297548787
Thank you for the information. The `jena-service-enhancer` jar profile `bundle` which shades it, is not running during the normal build, and has to be activated, to run. For the short term, would an inactive similar `bundle` profile for `jena-geosparql` have the same purpose as moving it to the end of jena-extra, e.g not interfere with dependencies, unless activated? It looks like the bundle profile would have to run from the sub-directories, like the example in the service enhancer docs. The artifacts that needs to be bundled, could then run after the main build has finished, as extra steps? (Changing to directories, running with -Pbundle set). Long term solution sounds neat. A fork of AFS/fuseki-mods, https://github.com/AKSW/fuseki-mods/tree/adaptions/jena-fmod-geosparql added geosparql as one of the modules, but is a bit behind on version. In my experience there seems to often be issues with dropping in jars. New missing classes from dependencies etc., I should try to use/learn a more maven/java centric configuration/setup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
