-
Type:
Bug
-
Status: Closed
-
Priority:
Optional
-
Resolution:
Out of Date
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: fuse-7.0
-
Component/s: Fabric8 v1
When using profile-import with windows paths (with backslashes), the command fails, because the backslashes are left out:
JBossFuse:karaf@root> profile-import file:C:\jboss-fuse-6.3.0.redhat-069\out.zip
|
|
|
Error executing command: java.io.FileNotFoundException: C:jboss-fuse-6.3.0.redha
|
t-069out.zip (The system cannot find the file specified)
|
It works ok on windows when using forward slashes, but if it is an easy fix, it could enhance the UX a bit (if not, feel free to reject the issue).
JBossFuse:karaf@root> profile-import file:C:/jboss-fuse-6.3.0.redhat-069/out.zip
|
|
|
Imported profiles into version 1.0
|