Hi Simon,

> Are you using Sun's JDK?

Yes, the stock Apple Java of 10.6:

$ mvn --version
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
07:51:28-0600)
Maven home: /Users/curtis/brew/Cellar/maven/3.0.5/libexec
Java version: 1.6.0_43, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.6.8", arch: "x86_64", family: "mac"

Anyone else using 10.7.5 have this problem? Personally I can't investigate
any further, since I don't have a Lion system.

Regards,
Curtis


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

> Hi Simon
>
> There seems to another mvn binary pointing to a Apple preinstalled maven.
> I changed the link to my downloaded one and now:
> mvn -version
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 14:51:28+0100)
> Maven home: /devtools/maven/apache-maven-3.0.5
> Java version: 1.6.0_43, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: de_DE, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac"
>
> But still the same issue... Are you using Sun's JDK?
>
> 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:12 PM
>
> *Subject:* Re: Compilation error on Maven getting started guide
>
> 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