com.spreadthesource.tapestry.installer.services.InstallerCoreModule.buildApplicationSettings
receives the following path on windows:
"/C:/tapestry5/wooki/spreadthesource-wooki-bc5fa54/target/test-classes/config.properties"
This leads to an error as:
Caused by: java.lang.RuntimeException: File path must at least contains one file separator : \
at com.spreadthesource.tapestry.installer.services.ApplicationSettingsImpl.(ApplicationSettingsImpl.java:44)
com.spreadthesource.tapestry.installer.services.InstallerCoreModule.buildApplicationSettings receives the following path on windows: "/C:/tapestry5/wooki/spreadthesource-wooki-bc5fa54/target/test-classes/config.properties"
This leads to an error as:
Caused by: java.lang.RuntimeException: File path must at least contains one file separator : \ at com.spreadthesource.tapestry.installer.services.ApplicationSettingsImpl.(ApplicationSettingsImpl.java:44)