luc
March 4, 2026, 9:38am
1
It seems some of the apidoc are missing online.
For example development API is missing, whereas 13.1.4 API is there.
Exploring the directory structure on the server itself, it seems the apidocs directory is not generated in recent builds.
Does someone know what happened?
Serrof
March 4, 2026, 3:11pm
2
I didn’t expect the API of develop to be showing, only official releases. Was that the case before?
luc
March 4, 2026, 5:02pm
3
Yes, as far as I remember we always had a link to the development version.
Hello,
I can’t tell what’s happening. The Javadoc is generated and installed in the “deploy:artifacts” job. Mays be @sdinot can tell us
sdinot
March 6, 2026, 10:10am
5
That is not the only missing folder:
$ ls -1 site-orekit-latest/ > /tmp/site-orekit-latest.txt
$ ls -1 site-orekit-development/ > /tmp/site-orekit-development.txt
$ diff /tmp/site-orekit-latest.txt /tmp/site-orekit-development.txt
1,2d0
< apidocs
< architecture
9d6
< data
13,14d9
< faq.html
< favicon.ico
16d10
< guidelines.html
21,22d14
< jacoco
< jacoco-aggregate
31d22
< sources.html
34d24
< surefire.html
36,39c26
< upgrades
< upgrading.html
< xref
< xref-test
---
> tutorials
sdinot
March 6, 2026, 10:28am
6
The only change made to the .gitlab-ci.yml file between the two versions is the one below:
If this change affects the deployment of documentation, I really don’t understand how.
However, the pom.xml file has undergone quite a few changes.
sdinot
March 6, 2026, 10:36am
7
Very surprising… I just launched a new pipeline on the develop branch and the artifact archive resulting from the verify task contains all the expected files and folders:
Orekit is a free low level space dynamics library written in Java. It provides basic elements (orbits, dates, attitude, frames, ...) and various algorithms to handle them. Homepage:...
luc
March 6, 2026, 10:38am
8
Does it mean some build failed partially?
sdinot
March 6, 2026, 10:55am
9
I don’t understand. I just restarted the deploy:site job after deleting the site-orekit-14.0-SNAPSHOT folder on the server. This job deployed a new site, with all the expected folders and files.
I think the following requirement is missing from the definition of deploy:site:
needs:
- job: deploy:artifacts