Robert Munteanu created SLING-9429:
--------------------------------------
Summary: Feature model converter fails if no added framework
properties are specified
Key: SLING-9429
URL: https://issues.apache.org/jira/browse/SLING-9429
Project: Sling
Issue Type: Bug
Reporter: Robert Munteanu
Fix For: Version Feature Model Converter Plugin 1.0.6
I'm running the converter tool in the sling starter directory
{noformat}$pm2fm -i src/main/provisioning/ -o out
[main] ERROR org.apache.sling.feature.modelconverter.Main - Failed to Convert
java.lang.IllegalArgumentException: Input Folder is not a directory
at org.apache.sling.feature.modelconverter.Main.run(Main.java:87)
at picocli.CommandLine.execute(CommandLine.java:996)
at picocli.CommandLine.access$900(CommandLine.java:142)
at picocli.CommandLine$RunLast.handle(CommandLine.java:1199)
at picocli.CommandLine$RunLast.handle(CommandLine.java:1167)
at
picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:1075)
at picocli.CommandLine.parseWithHandlers(CommandLine.java:1358)
at picocli.CommandLine.run(CommandLine.java:1817)
at picocli.CommandLine.run(CommandLine.java:1747)
at
org.apache.sling.feature.modelconverter.Main.main(Main.java:142){noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)