This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DeDoc



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)
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]