Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] A Javadoc Tool For Eclipse. Anyone Interested?


Hi,

This would be interesting, but there is another need to use a JDK inside Eclipse. The libraries of the JRE don't contain the deprecated information. So if you want the Eclipse compiler to be able to report deprecation in your code, you'd better download a SDK and use it to compile.

Olivier



Chris McGee/Ottawa/IBM@IBMCA
Sent by: jdt-dev-admin@xxxxxxxxxxx

2004-10-21 13:28

Please respond to
jdt-dev

To
jdt-dev@xxxxxxxxxxx
cc
Subject
[jdt-dev] A Javadoc Tool For Eclipse. Anyone Interested?









Hi All,

I was just wondering if anyone other than myself would be interested in
having a javadoc tool running inside of eclipse whose code is available
under CPL?

In my case, it would be nice if I didn't have to download a JDK just to
generate javadocs. Also, if the code was available then I could extend,
customize, understand and inspect the tool's functionality.

Chris

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-dev


Back to the top