>> + if (ch == '-' || ch == '_') {
>> + throw new ManifestException("Manifest attribute
>names must not contain '" + ch + "'");
>
>"must not start with character" maybe rather than contains, since '-'
>and '_' are allowed for the other caracters. Thanks, --DDYes, sounds better. Thanks. done Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
