Re: Antwort: Re: How to create the API?
Posted by Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/How-to-create-the-API-tp3697504p3697507.html
On Monday 21 January 2008 12:51:33 Joachim Wesner wrote:
> you actually do not need Ant ( I don“t have it), when you have Sun JDK
> javadoc somewehre in the path, simply do cd /source or similar (the
> toplevel directory of ther source where for example "build.xml" is located)
> and do
>
> javadoc ij
>
> That should do it
Thanks for that hint too, Joachim.
I had ant already installed (actually it is convenient to compile the source
code, one needs only to execute the command "ant" in the source directory and
it will compile, put in a jar file and execute it.)
Regards,
Gabriel