From 587708948533178ce37436508e0bafad8e693503 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Thu, 10 Apr 2003 06:37:57 +0000
Subject: [PATCH] Fix 's documentation (jar attribute is not
required).
PR: 18876
At the same time fix the broken "do I have fileset child elements"
check and warn users if nested filesets are ignored.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274427 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/signjar.html | 11 ++++++-----
.../org/apache/tools/ant/taskdefs/SignJar.java | 16 ++++++++--------
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/docs/manual/CoreTasks/signjar.html b/docs/manual/CoreTasks/signjar.html
index 55b6e0662..30dade65c 100644
--- a/docs/manual/CoreTasks/signjar.html
+++ b/docs/manual/CoreTasks/signjar.html
@@ -14,8 +14,7 @@ tool detailed dependency checking: files are only signed if they
are not signed. The signjar attribute can point to the file to
generate; if this file exists then
its modification date is used as a cue as to whether to resign any JAR file.
-
-Note: Requires Java 1.2 or later.
+
Parameters
@@ -27,7 +26,8 @@ its modification date is used as a cue as to whether to resign any JAR file.
jar |
the jar file to sign |
- Yes. |
+ Yes, unless nested filesets have
+ been used. |
alias |
@@ -102,7 +102,8 @@ block
fileset |
- fileset of JAR files to sign |
+ fileset of JAR files to sign. Will be ignored if
+ the jar attribute of the task has been set. |
No |
@@ -114,7 +115,7 @@ alias="apache-group" storepass="secret"/>
signs the ant.jar with alias "apache-group" accessing the
keystore and private key via "secret" password.
-Copyright © 2000-2002 Apache Software Foundation. All rights
+
Copyright © 2000-2003 Apache Software Foundation. All rights
Reserved.