You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/21 07:00:46 UTC

svn commit: r379360 - in /maven/maven-1/plugins/trunk/java: plugin.jelly xdocs/changes.xml

Author: ltheussl
Date: Mon Feb 20 22:00:45 2006
New Revision: 379360

URL: http://svn.apache.org/viewcvs?rev=379360&view=rev
Log:
PR: MPJAVA-30
Correct warning about target JVM version.

Modified:
    maven/maven-1/plugins/trunk/java/plugin.jelly
    maven/maven-1/plugins/trunk/java/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/java/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/plugin.jelly?rev=379360&r1=379359&r2=379360&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/java/plugin.jelly Mon Feb 20 22:00:45 2006
@@ -50,8 +50,8 @@
           <ant:echo>
 ==========================================================
 
-  NOTE: Targetting JVM ${java.specification.version}, classes
-  will not run on earlier JVMs
+  WARNING:  maven.compile.target is not set:
+            using the default value which depends on your JVM
 
 ==========================================================
           </ant:echo>

Modified: maven/maven-1/plugins/trunk/java/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/xdocs/changes.xml?rev=379360&r1=379359&r2=379360&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/java/xdocs/changes.xml Mon Feb 20 22:00:45 2006
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="1.6-SNAPSHOT" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPJAVA-30">Compiling gives incorrect warning about target JVM version.</action>
       <action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
       <action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>
       <action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action>