[
https://issues.apache.org/jira/browse/KARAF-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612922#comment-14612922
]
Jean-Baptiste Onofré commented on KARAF-3830:
---------------------------------------------
The problem is actually in the karaf-services-maven-plugin:
On Unix, during goal execution, I can see:
{code}
Ignoring
jar:file:/home/jbonofre/.m2/repository/org/apache/karaf/features/org.apache.karaf.features.core/4.0.0/org.apache.karaf.features.core-4.0.0.jar!/org/apache/karaf/features/internal/osgi/Activator.class
{code}
whereas on Windows:
{code}
Ignoring
jar:file:/C:/Users/jbonofre/.m2/repository/org/apache/karaf/features/org.apache.karaf.features.core/4.0.0/org.apache.karaf.features.core-4.0.0.jar!/org/apache/karaf/features/internal/osgi/Activator.class
Ignoring
file:/C:/Users/jbonofre/Downloads/karaf-cave/server/storage/target/classes/org/apache/karaf/cave/server/storage/Activator.class
{code}
> cave:* commands are not available on Windows
> --------------------------------------------
>
> Key: KARAF-3830
> URL: https://issues.apache.org/jira/browse/KARAF-3830
> Project: Karaf
> Issue Type: Bug
> Components: cave-server
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: cave-4.0.0
>
>
> 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)