You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Darius Cooper <da...@gmail.com> on 2019/03/25 02:33:20 UTC

Re: Re: Error building 3.0.0-SNAPSHOT

I just pulled the latest master and tried, but got the same error.
I am on a Windows machine
My Maven version is 3.6.0

The detailed error message is:

[ERROR] Failed to execute goal
org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
(validate) on project camel-properties: Execution validate of goal
org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
failed: Illegal char <<> at index 14:
java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
-> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal
org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
(validate) on project camel-properties: Execution validate of goal
org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
failed: Illegal char <<> at index 14:
java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
    at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
validate of goal
org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
failed: Illegal char <<> at index 14:
java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
    at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:356)
Caused by: java.nio.file.InvalidPathException: Illegal char <<> at index
14:
java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
    at sun.nio.fs.WindowsPathParser.normalize (WindowsPathParser.java:182)
    at sun.nio.fs.WindowsPathParser.parse (WindowsPathParser.java:153)
    at sun.nio.fs.WindowsPathParser.parse (WindowsPathParser.java:77)
    at sun.nio.fs.WindowsPath.parse (WindowsPath.java:94)
    at sun.nio.fs.WindowsFileSystem.getPath (WindowsFileSystem.java:255)
    at sun.nio.fs.AbstractPath.resolve (AbstractPath.java:53)
    at
org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.lambda$readJavaType$6
(SpringBootAutoConfigurationMojo.java:1149)
    at java.util.stream.ReferencePipeline$3$1.accept
(ReferencePipeline.java:193)
    at java.util.stream.ReferencePipeline$3$1.accept
(ReferencePipeline.java:193)
    at java.util.ArrayList$ArrayListSpliterator.tryAdvance
(ArrayList.java:1359)
    at java.util.stream.ReferencePipeline.forEachWithCancel
(ReferencePipeline.java:126)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel
(AbstractPipeline.java:498)
    at java.util.stream.AbstractPipeline.copyInto
(AbstractPipeline.java:485)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto
(AbstractPipeline.java:471)
    at java.util.stream.FindOps$FindOp.evaluateSequential (FindOps.java:152)
    at java.util.stream.AbstractPipeline.evaluate
(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.findFirst
(ReferencePipeline.java:464)
    at
org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.readJavaType
(SpringBootAutoConfigurationMojo.java:1149)
    at
org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.createComponentConfigurationSource
(SpringBootAutoConfigurationMojo.java:757)
    at
org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.executeComponent
(SpringBootAutoConfigurationMojo.java:619)
    at
org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.executeAll
(SpringBootAutoConfigurationMojo.java:222)
    at
org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.execute
(SpringBootAutoConfigurationMojo.java:214)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
    at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:356)


<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sat, Feb 23, 2019 at 4:36 AM Andrea Cosentino
<an...@yahoo.com.invalid> wrote:

> I cannot reproduce this on master
>
> Inviato da Yahoo Mail su Android
>
>   Il sab, 23 feb, 2019 alle 8:01, Claus Ibsen<cl...@gmail.com> ha
> scritto:   Hi
>
> Yeah I cannot reproduce this either, which maven version and os
> platform you use?
>
> On Sat, Feb 23, 2019 at 7:19 AM Willem Jiang <wi...@gmail.com>
> wrote:
> >
> > How did you download the source code?
> > Did you check out the code from git repo?  I just run the build by
> > using latest master code, I cannot reproduce the error you faced.
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Sat, Feb 23, 2019 at 9:49 AM Darius Cooper <da...@gmail.com>
> wrote:
> > >
> > > I just downloaded 3.0.0-SNAPSHOT, to try the Milestone build.
> > > While building it, I got an error:
> > >
> > > [ERROR] Failed to execute goal
> > >
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> > > (validate) on project camel-properties: Execution validate of goal
> > >
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> > > failed: Illegal char <<> at index 14:
> > >
> java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
> > > <
> http://java/util/List%3Corg/apache/camel/component/properties/PropertiesLocation%3E.java
> >
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Re: Re: Error building 3.0.0-SNAPSHOT

Posted by Onder SEZGIN <on...@apache.org>.
this is reproducible on windows.
logged a ticket.

https://issues.apache.org/jira/browse/CAMEL-13546

possbily introduced here.
cc2632b51c3e80a8844b783bf662ff05ecf5a9aa

and the reason it was not existing is because roaster and file api was in
place which was bypassing the issue happening here.
one simple solution seems to be adding extra type checks for java.util.*




On Mon, Mar 25, 2019 at 5:33 AM Darius Cooper <da...@gmail.com>
wrote:

> I just pulled the latest master and tried, but got the same error.
> I am on a Windows machine
> My Maven version is 3.6.0
>
> The detailed error message is:
>
> [ERROR] Failed to execute goal
>
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> (validate) on project camel-properties: Execution validate of goal
>
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> failed: Illegal char <<> at index 14:
>
> java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
> -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal
>
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> (validate) on project camel-properties: Execution validate of goal
>
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> failed: Illegal char <<> at index 14:
>
> java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:215)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
>
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:229)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:356)
> Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
> validate of goal
>
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> failed: Illegal char <<> at index 14:
>
> java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:148)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
>
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:229)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:356)
> Caused by: java.nio.file.InvalidPathException: Illegal char <<> at index
> 14:
>
> java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
>     at sun.nio.fs.WindowsPathParser.normalize (WindowsPathParser.java:182)
>     at sun.nio.fs.WindowsPathParser.parse (WindowsPathParser.java:153)
>     at sun.nio.fs.WindowsPathParser.parse (WindowsPathParser.java:77)
>     at sun.nio.fs.WindowsPath.parse (WindowsPath.java:94)
>     at sun.nio.fs.WindowsFileSystem.getPath (WindowsFileSystem.java:255)
>     at sun.nio.fs.AbstractPath.resolve (AbstractPath.java:53)
>     at
>
> org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.lambda$readJavaType$6
> (SpringBootAutoConfigurationMojo.java:1149)
>     at java.util.stream.ReferencePipeline$3$1.accept
> (ReferencePipeline.java:193)
>     at java.util.stream.ReferencePipeline$3$1.accept
> (ReferencePipeline.java:193)
>     at java.util.ArrayList$ArrayListSpliterator.tryAdvance
> (ArrayList.java:1359)
>     at java.util.stream.ReferencePipeline.forEachWithCancel
> (ReferencePipeline.java:126)
>     at java.util.stream.AbstractPipeline.copyIntoWithCancel
> (AbstractPipeline.java:498)
>     at java.util.stream.AbstractPipeline.copyInto
> (AbstractPipeline.java:485)
>     at java.util.stream.AbstractPipeline.wrapAndCopyInto
> (AbstractPipeline.java:471)
>     at java.util.stream.FindOps$FindOp.evaluateSequential
> (FindOps.java:152)
>     at java.util.stream.AbstractPipeline.evaluate
> (AbstractPipeline.java:234)
>     at java.util.stream.ReferencePipeline.findFirst
> (ReferencePipeline.java:464)
>     at
>
> org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.readJavaType
> (SpringBootAutoConfigurationMojo.java:1149)
>     at
>
> org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.createComponentConfigurationSource
> (SpringBootAutoConfigurationMojo.java:757)
>     at
>
> org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.executeComponent
> (SpringBootAutoConfigurationMojo.java:619)
>     at
> org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.executeAll
> (SpringBootAutoConfigurationMojo.java:222)
>     at
> org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo.execute
> (SpringBootAutoConfigurationMojo.java:214)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
>
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:229)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:356)
>
>
> <
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon
> >
> Virus-free.
> www.avast.com
> <
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link
> >
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Sat, Feb 23, 2019 at 4:36 AM Andrea Cosentino
> <an...@yahoo.com.invalid> wrote:
>
> > I cannot reproduce this on master
> >
> > Inviato da Yahoo Mail su Android
> >
> >   Il sab, 23 feb, 2019 alle 8:01, Claus Ibsen<cl...@gmail.com> ha
> > scritto:   Hi
> >
> > Yeah I cannot reproduce this either, which maven version and os
> > platform you use?
> >
> > On Sat, Feb 23, 2019 at 7:19 AM Willem Jiang <wi...@gmail.com>
> > wrote:
> > >
> > > How did you download the source code?
> > > Did you check out the code from git repo?  I just run the build by
> > > using latest master code, I cannot reproduce the error you faced.
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Sat, Feb 23, 2019 at 9:49 AM Darius Cooper <da...@gmail.com>
> > wrote:
> > > >
> > > > I just downloaded 3.0.0-SNAPSHOT, to try the Milestone build.
> > > > While building it, I got an error:
> > > >
> > > > [ERROR] Failed to execute goal
> > > >
> >
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> > > > (validate) on project camel-properties: Execution validate of goal
> > > >
> >
> org.apache.camel:camel-package-maven-plugin:3.0.0-SNAPSHOT:prepare-spring-boot-auto-configuration
> > > > failed: Illegal char <<> at index 14:
> > > >
> >
> java/util/List<org/apache/camel/component/properties/PropertiesLocation>.java
> > > > <
> >
> http://java/util/List%3Corg/apache/camel/component/properties/PropertiesLocation%3E.java
> > >
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>