Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] How to generate the javadoc from latest CVS versions?

The latest javadoc should already be included in the builds - both nightly and I builds. Generating it on your own is either complicated (setting up a full build environment) or simple (exporting javadoc), depending on your needs. The buildDoc.xml script is used by the build environment which packages up the result so that it can be installed in the IDE later.

The javadoc in the builds is built into plugins, and accessible from the IDE, from both the help and through content assist.
---------------------------
Dave Dykstal
dykstal@xxxxxxx


On Oct 3, 2006, at 4:38 AM, Stieber, Uwe wrote:

Hi,
is there is any how to description for generating the most recent
javadoc out of CVS? Executing buildDoc.xml from plugin
org.eclipse.doc.isv, ant target "all" or generateJavaDoc seems not to do
m very much.

Buildfile:
D:\Mounted_Data\Dev_Workspaces\wb-current\workspace \org.eclipse.rse.doc.
isv\buildDoc.xml

init:
      [delete] Deleting directory
D:\Mounted_Data\Dev_Workspaces\wb-current\workspace \org.eclipse.rse.doc.
isv\javadoc.link.location

all:

getJavadocPath:

extractLinks:
       [mkdir] Created dir:
D:\Mounted_Data\Dev_Workspaces\wb-current\workspace \org.eclipse.rse.doc.
isv\javadoc.link.location
       [unzip] Expanding:
D:\Apps\eclipse\plugins \org.eclipse.platform.doc.isv_3.2.0.v20060612-090
0.jar into
D:\Mounted_Data\Dev_Workspaces\wb-current\workspace \org.eclipse.rse.doc.
isv\javadoc.link.location\platform

computeClasspath:
        [echo] Computing classpath ...
        [echo] Done computing classpath.

generateJavadoc:
BUILD SUCCESSFUL
Total time: 30 seconds

It seems to generate and index and the javadoc.link.location folder, but
where is the ready to browse javadoc supposed to go?

Thanks in advance,
Cheers, Uwe

--
Uwe Stieber
Member of Technical Staff
Engineering - Wind River Gmbh - Austria
office: +43 662 457915 0
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


Back to the top