Hi Simon,

> sure, it's the default generated "hello world":

OK. Did you enter all defaults when prompted (just press enter)? I tried it
on my system (OS X 10.6.8, with Maven 3.0.5 installed via Homebrew) and
could not reproduce the issue.

Regards,
Curtis


On Mon, Apr 1, 2013 at 1:09 PM, Simon Peters <sp_...@yahoo.com> wrote:

> Hi Curtis
>
> sure, it's the default generated "hello world":
> --------- SNIP ----------
> package com.testing;
>
> /**
>  * Hello world!
>  *
>  */
> public class App
> {
>     public static void main( String[] args )
>     {
>         System.out.println( "Hello World!" );
>     }
> }
> ----------- SNIP ---------
>
> Regards
> Simon
>
>
> ________________________________
>  From: Curtis Rueden <ctrue...@wisc.edu>
> To: Maven Users List <users@maven.apache.org>; Simon Peters <
> sp_...@yahoo.com>
> Sent: Monday, April 1, 2013 8:03 PM
> Subject: Re: Compilation error on Maven getting started guide
>
> Hi Simon,
>
> > compiler-plugin:2.3.2:compile (default-compile) on project maven-intro:
> Compilation failure
> > /.../maven-intro/src/main/java/com/testing/App.java:[1,13] ';' expected
>
> What does "cat maven-intro/src/main/java/com/testing/App.java" show? Is the
> file syntactically valid?
>
> Regards,
> Curtis
>
>
> On Mon, Apr 1, 2013 at 12:57 PM, Simon Peters <sp_...@yahoo.com> wrote:
>
> > Hi
> >
> > I tried to follow the Maven getting started guide, and ran into problems
> > when first trying to compile the generated project.
> > I generated the project with:
> > > mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes
> > -DgroupId=com.testing -DartifactId=maven-intro
> >
> >
> > using the defaults.
> >
> > mvn compile gives me this error:
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> > goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> > (default-compile) on project maven-intro: Compilation failure
> > /.../maven-intro/src/main/java/com/testing/App.java:[1,13] ';' expected
> >
> > I run Mac OS X 10.7.5.
> >
> > > env
> > JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> > LANG=de_CH.UTF-8
> >
> > > java -version
> > java version "1.6.0_43"
> > Java(TM) SE Runtime Environment (build 1.6.0_43-b01-447-11M4203)
> > Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01-447, mixed mode)
> >
> > I guess it's an encoding problem. But how to quickly make it right?
> > Thanks!
> >
> > Simon
>

Reply via email to