You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/06/11 04:52:18 UTC

svn commit: r1348711 - in /camel/trunk/components: camel-jmx/pom.xml camel-soap/pom.xml

Author: ningjiang
Date: Mon Jun 11 02:52:17 2012
New Revision: 1348711

URL: http://svn.apache.org/viewvc?rev=1348711&view=rev
Log:
CAMEL-5325 Fix the Camel build error in Windows box with Chinese code page

Modified:
    camel/trunk/components/camel-jmx/pom.xml
    camel/trunk/components/camel-soap/pom.xml

Modified: camel/trunk/components/camel-jmx/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jmx/pom.xml?rev=1348711&r1=1348710&r2=1348711&view=diff
==============================================================================
--- camel/trunk/components/camel-jmx/pom.xml (original)
+++ camel/trunk/components/camel-jmx/pom.xml Mon Jun 11 02:52:17 2012
@@ -63,7 +63,7 @@
             <plugin>
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.7.4</version>
+                <version>0.8.1</version>
                 <executions>
                     <execution>
                         <goals>

Modified: camel/trunk/components/camel-soap/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-soap/pom.xml?rev=1348711&r1=1348710&r2=1348711&view=diff
==============================================================================
--- camel/trunk/components/camel-soap/pom.xml (original)
+++ camel/trunk/components/camel-soap/pom.xml Mon Jun 11 02:52:17 2012
@@ -129,6 +129,9 @@
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
+                            <!-- Add a workaround for running the build within Chinese code page in Windows -->
+                            <fork>always</fork>
+                            <additionalJvmArgs>-Duser.language=en</additionalJvmArgs>
                             <xsdOptions>
                                 <xsdOption>
                                     <xsd>${basedir}/src/main/resources/soap.xsd</xsd>