users@jaxb.java.net

Generated impl class - line length

From: Sriram Thyagarajan <Sriram_Thyagarajan_at_KEANE-NNE.com>
Date: Mon, 12 May 2003 10:27:06 -0400

One of the lines generated in the impl class is about 11000 chars long,
probably because of customization ...

private final static com.sun.msv.grammar.Grammar schemaFragment =
com.sun.xml.bind.validator.SchemaDeserializer.deserialize("

The source code control that we use has a limit of 8000 characters per
line...

Is there any way to limit the line length druing generation ? (The temporary
solution that I took is to create two String variables and limit the size on
each String variable to 8000 chars... -:(, just to get it into source code)

Thanks