[
https://issues.apache.org/jira/browse/KARAF-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612942#comment-14612942
]
Guillaume Nodet commented on KARAF-3830:
----------------------------------------
The problem is at the following location:
https://github.com/apache/karaf/blob/master/tooling/karaf-services-maven-plugin/src/main/java/org/apache/karaf/tooling/tracker/GenerateServiceMetadata.java#L92
The test compares a URL path with a file system path, so because of the file
separator different, it will fail on Windows.
We need to normalise the paths before comparing them.
> karaf-services-maven-plugin ignores certain files
> -------------------------------------------------
>
> Key: KARAF-3830
> URL: https://issues.apache.org/jira/browse/KARAF-3830
> Project: Karaf
> Issue Type: Bug
> Components: karaf-tooling
> Affects Versions: 4.0.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.0.1
>
>
> If all runs fine on Unix, on Windows, after the installation of the
> cave-server feature, the cave:* commands are not available. Nothing special
> in the log.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)