Paul McCulloch created CAMEL-8065:
-------------------------------------
Summary: Camel won't build on windows (camel-box and
camel-api-component-maven-plugin)
Key: CAMEL-8065
URL: https://issues.apache.org/jira/browse/CAMEL-8065
Project: Camel
Issue Type: Bug
Components: build system
Affects Versions: 2.15.0
Environment: Windows 7 x64; JDK 1.7.0_60; Maven 3.1.0
Reporter: Paul McCulloch
Building camel fails on windows with the error:
Failed to execute goal
org.apache.camel:camel-api-component-maven-plugin:2.15-SNAPSHOT:fromApis
(generate-test-component-classes) on project camel-box: Error generating source
for com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager: String
index out of range: 1
This is due to the plugin not escaping the windows file separator before using
it in a regex.
Patch/pull request to follow
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)