Browse Source

clarify requirements for manifestclasspath task to address questions like PR 52227

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1210062 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
390433f7bf
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      manual/Tasks/manifestclasspath.html

+ 5
- 0
manual/Tasks/manifestclasspath.html View File

@@ -46,6 +46,11 @@ it silently ignores entries for which it cannot find any corresponding file.</p>
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>


Loading…
Cancel
Save