Author: felipeal
Date: Fri Jan  7 03:57:29 2005
New Revision: 124485

URL: http://svn.apache.org/viewcvs?view=rev&rev=124485
Log:
MPEAR-35: fixed wrong error message
Modified:
   maven/maven-1/plugins/trunk/ear/plugin.jelly

Modified: maven/maven-1/plugins/trunk/ear/plugin.jelly
Url: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/plugin.jelly?view=diff&rev=124485&p1=maven/maven-1/plugins/trunk/ear/plugin.jelly&r1=124484&p2=maven/maven-1/plugins/trunk/ear/plugin.jelly&r2=124485
==============================================================================
--- maven/maven-1/plugins/trunk/ear/plugin.jelly        (original)
+++ maven/maven-1/plugins/trunk/ear/plugin.jelly        Fri Jan  7 03:57:29 2005
@@ -110,21 +110,20 @@
              <!-- on some environments, the value of MAVEN_HOME might be 
different thant the
                   cannonical path, which would make the above test to fail. 
So, we just show
                   the warning if the repo -->
-             <util:file name="${maven.repo.local}" var="checkRepoDir" />
              <ant:echo>
 ############################################################################
 #      WARNING: possible case-sensitiveness issue within a dependency      #
 ############################################################################
-# Looks like a the dependency was either retrieved in the past with the    #
-# wrong case or has been specified with the wrong case in your project.xml #
-# file. If that is the case, fix your project.xml or update your local     # 
+# Looks like a dependency was either retrieved in the past with the wrong  #
+# case or has been specified with the wrong case in your project.xml file. #
+# If that is the case, fix your project.xml or update your local           # 
 # repository with the properly-cased file and try again.                   #
 #                                                                          #
 # Reason for the warning:                                                  # 
-# the dependency ${dep.id} is located at:
-'${checkFile.getAbsolutePath()}'
+# the dependency ${dep.id} is located (relatively to the local repo) at:
+'${absolutePath}'
 # but was expected to be located at:
-'${checkFile.getCanonicalPath()}'
+'${canonicalPath}'
 ############################################################################
             </ant:echo>
           </j:if>

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

Reply via email to