spreadthesource / wooki

Wooki* is a smart tool to write documents. It let you publish them and get reviews.
http://wookicentral.com/
Other
30 stars 5 forks source link

wrong path on Windows in Installer during webserver start #104

Closed toby78 closed 14 years ago

toby78 commented 14 years ago

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)

ccordenier commented 14 years ago

This issue is more related to tapestry5-installer project, i have pushed the fix on the trunk version. Artifact should be re-build soon.