Re: New japize option

2006-04-24 Thread Tom Tromey
> "Stuart" == Stuart Ballard <[EMAIL PROTECTED]> writes: Stuart> Suppose somebody compiles code like this against the JDK: Stuart> DataTypeFactory dft = (DataTypeFactory) Stuart> Class.forName(DatatypeFactory.DATATYPEFACTORY_IMPLEMENTATION_CLASS); Stuart> I don't know *how* this problem shoul

Re: New japize option

2006-04-23 Thread Stuart Ballard
On 4/23/06, Arnaud Vandyck <[EMAIL PROTECTED]> wrote: > Is there a way to ignore the default factory classes? > > I don't think this is an error: > http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath.html#err_bad_javax_xml_datatype > > The default DataTypeFactory in Sun's implementation and

Re: New japize option

2006-04-23 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stuart Ballard wrote: > I added a new option to Japize to allow excluding svuid information > for a particular set of packages or classes. I'm using it on my > scripts but I'm mentioning it here because you might want to use it > for the runs on Builde

Re: New japize option

2006-04-01 Thread Stuart Ballard
On 4/1/06, Mark Wielaard <[EMAIL PROTECTED]> wrote: > Maybe a better solution in that case is to invent a "magic" > serialVersionUID number that means "not-really-serializable" and tag all > classes that are not guaranteed to serialize between different > implementations/versions this way? It will

Re: New japize option

2006-04-01 Thread Andrew John Hughes
On Sat, 2006-04-01 at 12:23 +0200, Mark Wielaard wrote: > On Fri, 2006-03-31 at 19:55 -0500, Stuart Ballard wrote: > > On 3/31/06, Andrew John Hughes <[EMAIL PROTECTED]> wrote: > > > I believe it's on the individual Javadoc pages for each Swing class e.g. > > > on JComponent: > > > > > > 'Warning:

Re: New japize option

2006-04-01 Thread Andrew John Hughes
On Fri, 2006-03-31 at 19:55 -0500, Stuart Ballard wrote: > On 3/31/06, Andrew John Hughes <[EMAIL PROTECTED]> wrote: > > I believe it's on the individual Javadoc pages for each Swing class e.g. > > on JComponent: > > > > 'Warning: Serialized objects of this class will not be compatible with > > fut

Re: New japize option

2006-04-01 Thread Mark Wielaard
On Fri, 2006-03-31 at 19:55 -0500, Stuart Ballard wrote: > On 3/31/06, Andrew John Hughes <[EMAIL PROTECTED]> wrote: > > I believe it's on the individual Javadoc pages for each Swing class e.g. > > on JComponent: > > > > 'Warning: Serialized objects of this class will not be compatible with > > fut

Re: New japize option

2006-04-01 Thread Andrew John Hughes
On Fri, 2006-03-31 at 12:47 -0500, Stuart Ballard wrote: > I added a new option to Japize to allow excluding svuid information > for a particular set of packages or classes. I'm using it on my > scripts but I'm mentioning it here because you might want to use it > for the runs on Builder too. > >

Re: New japize option

2006-03-31 Thread Stuart Ballard
On 3/31/06, Andrew John Hughes <[EMAIL PROTECTED]> wrote: > I believe it's on the individual Javadoc pages for each Swing class e.g. > on JComponent: > > 'Warning: Serialized objects of this class will not be compatible with > future Swing releases. The current serialization support is appropriate

New japize option

2006-03-31 Thread Stuart Ballard
I added a new option to Japize to allow excluding svuid information for a particular set of packages or classes. I'm using it on my scripts but I'm mentioning it here because you might want to use it for the runs on Builder too. japize as xxx packages +whatever -whatever -javax.swing:serial That