dilyanpalauzov opened a new issue, #2191: URL: https://github.com/apache/karaf/issues/2191
https://karaf.apache.org/manual/latest/kar contains: > As a KAR file is a simple zip file, you can create the KAR file by hand. > > For instance, the following Unix commands create a very simple KAR file: > ``` > ~$ mkdir repository > ~$ cp /path/to/features.xml repository/features.xml > ~$ cp /path/to/my.jar repository/my/project/my/1.0.0/my-1.0.0.jar > ~$ zip -r my.kar repository > updating: repository/ (stored 0%) > adding: repository/my/project/my/1.0.0/my-1.0.0.jar (deflated 0%) > ``` When I try the above example I see also a line `adding: repository/feature.xml (deflated 53%)`. This line is missing from the output above. -- 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]
