[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: How can I start javadoc programatically in M5?

Hi:

See

http://eclipsewiki.swiki.net/226

The page has just been updated for M5 (hurray!).

Good luck
Bill

Hilger wrote:

> All my effords are without success by now.
> I'm using M5, sun jdk 1.4.1_01 on W2k, and a tools.jar copy in my
> project home to access javadoc methods (like Main.execute).

> I've tryed to copy the code of the Javadoc wizard and
> had problemes with concurrency issues.

> On the other hand I tryed to call javadoc Main.execute(String[])
> of tools.jar (in my project home) with a special doclet. But
> surprisingly javadoc complains about a missing start method of my 
> special doclet (which is there with correct signature);

> What is the intended way of starting javadoc programatically
> (in a plugin)?

> I'm grateful for any kind of help
>    Hilger