MPEAR-9: Build now fails in some cases were the dependencies are copied with wrong case.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal
2004-11-07 00:45:00 +00:00
parent b0741f5193
commit 05fbbe275b
2 changed files with 6 additions and 0 deletions

View File

@@ -79,6 +79,11 @@
We know that this dep "wants" to be bundled.
-->
<util:file name="${lib.file.parent}/${lib.file.name}" var="checkFile" />
<j:if test="${!(checkFile.getAbsolutePath().equals(checkFile.getCanonicalPath()))}">
<ant:fail>Case-sensitive issue: The dependency ${dep.id} has a case problem. 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. Fix your project.xml or update your local repository with the properly-cased file and try again.</ant:fail>
</j:if>
<ant:echo>Bundling: ${dep.type} - ${dep.id} - ${dep.version}</ant:echo>
<ant:fileset dir="${lib.file.parent}">
<ant:include name="${lib.file.name}"/>

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<action dev="felipeal" type="fix" issue="MPEAR-9" due-to="Sean Timm">Build now fails in some cases were the dependencies are copied with wrong case.</action>
<action dev="felipeal" type="add" issue="MPEAR-21">Added property <code>maven.ear.appxml.encoding</code>.</action>
<action dev="vmassol" type="update" issue="MPEAR-19">
The plugin now displays the version of the bundled artifacts on the