> Apache Ant version 1.5 compiled on July 9 2002
running this target
> ant dist-cmd
I get this error
build.xml:144: Class org.apache.tools.ant.types.ZipFileSet doesn't support the "file" attribute.
It seems there is no such attribute in ant 1.5.
Repacing
<metainf file="./LICENSE"/>
with
<metainf>
<fileset dir="." includes="LICENSE">
</metainf>
still does not work and results to
build.xml:146: Class org.apache.tools.ant.types.ZipFileSet doesn't support the nested "fileset" element.
which is funny as the docs said it would be ok...
Any ideas?
Thanks,
Oliver
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
