felipeal 2004/11/06 16:45:00
Modified: ear plugin.jelly
ear/xdocs changes.xml
Log:
MPEAR-9: Build now fails in some cases were the dependencies are copied with
wrong case.
Revision Changes Path
1.22 +5 -0 maven-plugins/ear/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/ear/plugin.jelly,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- plugin.jelly 15 Oct 2004 05:07:35 -0000 1.21
+++ plugin.jelly 7 Nov 2004 00:45:00 -0000 1.22
@@ -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}"/>
1.23 +1 -0 maven-plugins/ear/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ear/xdocs/changes.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- changes.xml 15 Oct 2004 05:07:35 -0000 1.22
+++ changes.xml 7 Nov 2004 00:45:00 -0000 1.23
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]