Browse Source

has anyone used this task recently? It generates an exec usage complaint.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270124 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
3b37eee831
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      docs/manual/CoreTasks/genkey.html

+ 4
- 3
docs/manual/CoreTasks/genkey.html View File

@@ -2,14 +2,14 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>GenKey</title>
</head> </head>


<body> <body>


<h2><a name="genkey">GenKey</a></h2> <h2><a name="genkey">GenKey</a></h2>
<h3>Description</h3> <h3>Description</h3>
<p>Generates a key in keystore.</p>
<p>Generates a key in keystore. This task needs Java1.2 or later</p>


<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
@@ -25,7 +25,8 @@
</tr> </tr>
<tr> <tr>
<td valign="top">storepass</td> <td valign="top">storepass</td>
<td valign="top">password for keystore integrity.</td>
<td valign="top">password for keystore integrity. Must
be at least 6 characters long</td>
<td valign="top" align="center">Yes.</td> <td valign="top" align="center">Yes.</td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save