You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2011/12/04 08:11:57 UTC

svn commit: r1210062 - /ant/core/trunk/manual/Tasks/manifestclasspath.html

Author: bodewig
Date: Sun Dec  4 07:11:56 2011
New Revision: 1210062

URL: http://svn.apache.org/viewvc?rev=1210062&view=rev
Log:
clarify requirements for manifestclasspath task to address questions like PR 52227

Modified:
    ant/core/trunk/manual/Tasks/manifestclasspath.html

Modified: ant/core/trunk/manual/Tasks/manifestclasspath.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/manifestclasspath.html?rev=1210062&r1=1210061&r2=1210062&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/manifestclasspath.html (original)
+++ ant/core/trunk/manual/Tasks/manifestclasspath.html Sun Dec  4 07:11:56 2011
@@ -46,6 +46,11 @@ it silently ignores entries for which it
 specification by the <code>&lt;manifest&gt;</code> element, where the
 defined property is re-referenced.</p>
 
+<p>For this task to work properly the relative path from the file
+  given in the <code>jarfile</code> attribute to the elements of the
+  nested <code>classpath</code> must be the same as you expect them to
+  be when deploying the jar.</p>
+
 <p><em>since Apache Ant 1.7</em></p>
 
 <h3>Parameters</h3>