Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] javadocs generation

Hi Markus,

On 2/15/2011 1:18 PM, Markus Alexander Kuppe wrote:
<stuff deleted>
Hi Scott,

an extra build step in C-HEAD-sdk.feature triggers the javadoc creation
which in turn runs framework/bundles/org.eclipse.ecf/javadoc.xml. What I
assume is, that the javadoc target sets the excludes incorrectly.

Strange...here's the fileset from org.eclipse.ecf/javadoc.xml:

<fileset dir="${source}" defaultexcludes="true">
<include name="**/*.java"/>
<exclude name="**/util/**"/>
<exclude name="**/ui/**"/>
<exclude name="**/provider/**"/>
<exclude name="**/smack/**"/>
<exclude name="**/incubation/**"/>
<exclude name="**/internal/**"/>
<exclude name="**/ch/**"/>
<exclude name="**/jmdns/**"/>
<exclude name="**/tests/**"/>
</fileset>


As I read this fileset, I would expect the javadocs for org.eclipse.ecf.osgi.services.distribution and org.eclipse.ecf.osgi.services.remoteserviceadmin to be included...but I don't see those packages in C-HEAD-sdk.feature javadocs output. Is something else going on here that I'm not understanding?

Thanks,

Scott




Back to the top