Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[git] JavaDoc not packed to site after migration to Git

Hi,

we (the Graphiti project) have migrated this week from CVS to Git. I have adapted the build to draw the sources from Git and it works with one exception: we have a build step that produces the JavaDoc for our plugins and stores it right into the doc plugin’s javadoc folder. I can see it in the filesystem there, however, the following site creation step does not pack it into the plugin JAR file.

This worked before with our CVS based build (at least I did not notice that it ceased to work…), but now it stopped. Here’s what our Buckminster build script does:

1)      Import

2)      Build

3)      Create JavaDoc (by an Ant task started via Buckminster)

4)      Site.p2.zip

5)      Create human readable index files in site folder

6)      Start tests

The only difference I see is that with the former CVS version the JavaDoc plugin resided directly in the Buckminster workspace folder, now the plugin is stored in another folder (I have tried both the Git and the local reader and reused the Git repository synced by the Hudson job definition).

Has anyone an idea what is going wrong here or what I’m missing?

Here’s the link to our Hudson job: https://hudson.eclipse.org/hudson/me/my-views/view/Graphiti/job/gmp-graphiti-nightly/

Thanks,
Michael


Back to the top