On 4/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> + 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.
I saw later that you had fixed the message already. Sorry about that, and thanks your efforts. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
