> <http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/org/apache/tools/ ant/taskdefs/Manifest.html>
What should that be? The official homepage is http://ant.apache.org/ and the manual is on http://ant.apache.org/manual/ and the manual to <jar> sais Nested elements manifest The manifest nested element allows the manifest for the Jar file to be provided inline in the build file rather than in an external file. This element is identical to the manifest task, but the file and mode attributes must be omitted. If both an inline manifest and an external file are both specified, the manifests are merged. When using inline manifests, the Jar task will check whether the manifest contents have changed (i.e. the manifest as specified is different in any way from the manifest that exists in the Jar, if it exists. If the manifest values have changed the jar will be updated or rebuilt, as appropriate. Jan
