[Snipped most of the message to shorten this reply...]

I am using Maven 2.0.4 with modules running Java 5.  I am not having any
problems.  One big difference I see between your POM and mine is that I
do not specify <compilerVersion> at all.  The one JDK on the machine is
1.5.0_05, so Maven is using it as well.

-----Original Message-----
From: Mick Knutson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 26, 2006 17:14
To: users@maven.apache.org
Subject: Re: [m204] Error with compiler plugin with new project...


This issue is really PISSING me off now.
I have removed everything except a single <module> as I need touse
modules 
with this. I have also tried:
<compilerVersion>1.5</compilerVersion>
                    <source>1.5</source>
                    <!--
                     - This should not be needed, but Maven throws an 
exception
                     - if this is not specified when source=5:
                    -->
                    <target>1.5</target>


as well as


<compilerVersion>5</compilerVersion>
                    <source>5</source>
                    <!--
                     - This should not be needed, but Maven throws an 
exception
                     - if this is not specified when source=5:
                    -->
                    <target>5</target>


Can someone please assist me on this.

---
Thank You
Mick Knutson

BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com

http://www.djmick.com
---


This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly 
prohibited and may be unlawful.  If you have received this communication 
in error, please immediately notify the sender by reply e-mail and destroy 
all copies of the communication and any attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to