This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: DeDoc
- To: Oskar Liljeblad <osk at hem dot passagen dot se>
- Subject: Re: DeDoc
- From: David Pettersson <dapet at mai dot liu dot se>
- Date: Wed, 14 Jun 2000 14:47:46 +0200 (MET DST)
- cc: java-discuss at sourceware dot cygnus dot com
Is there a copyright problem here? Sun has copyright on their
documentation.
/David
On Wed, 14 Jun 2000, Oskar Liljeblad wrote:
> I've made a programmed called DeDoc that may be of interest to
> anyone porting the Java Sun JDKs to Classpath/GCJ. DeDoc takes
> the HTML JavaDoc documentation of some API, reads it, and
> writes Java source code containing class and method signatures.
>
> Running the program on the 424 Swing classes (in javax.swing,
> javax.swing.border, ..) results in about 900 kb of source
> code generated - more than 20000 lines. So DeDoc is probably
> a good start... (Most of the generated classes can also be
> compiled without modifications, even though they don't do
> anything.)
>
> The program can be downloaded from
> http://www.student.lu.se/~nbi98oli/src/dedoc-0.9.tar.gz.
> (It requires JDK 1.2 and OpenXML 1.2 from www.openxml.org.)
>
> Let me know what you think.
>
> Oskar Liljeblad (osk@hem.passagen.se)
>