From 390433f7bff14c365f0d40453873fc79293154fb Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 4 Dec 2011 07:11:56 +0000 Subject: [PATCH] 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 --- manual/Tasks/manifestclasspath.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manual/Tasks/manifestclasspath.html b/manual/Tasks/manifestclasspath.html index e3786e4bd..5857f811e 100644 --- a/manual/Tasks/manifestclasspath.html +++ b/manual/Tasks/manifestclasspath.html @@ -46,6 +46,11 @@ it silently ignores entries for which it cannot find any corresponding file.

specification by the <manifest> element, where the defined property is re-referenced.

+

For this task to work properly the relative path from the file + given in the jarfile attribute to the elements of the + nested classpath must be the same as you expect them to + be when deploying the jar.

+

since Apache Ant 1.7

Parameters