Hello all,
I’m running the GeoServer 2.12-beta release, and have become blocked on the doc build. GeoServer master fails when building docs with the error: make: *** No rule to make target 'clean'. Stop.
The release scripts are trying to build the docs using the command make clean html
From what I can tell, the doc build changed rather drastically during the REST API sprint, and the release scripts were not updated (incidentally, I don’t think this change is acceptable, since the release scripts on master should work for all active branches).
Does anyone have any more insight on this issue?
Torben
This has now been resolved.
The doc build switched from a make build to an ant build for 2.12. The release script now checks for the presence of a Makefile, and determines what to do based on that.
Torben
···
On Wed, Sep 13, 2017 at 11:20 AM, Torben Barsballe <tbarsballe@anonymised.com> wrote:
Hello all,
I’m running the GeoServer 2.12-beta release, and have become blocked on the doc build. GeoServer master fails when building docs with the error: make: *** No rule to make target 'clean'. Stop.
The release scripts are trying to build the docs using the command make clean html
From what I can tell, the doc build changed rather drastically during the REST API sprint, and the release scripts were not updated (incidentally, I don’t think this change is acceptable, since the release scripts on master should work for all active branches).
Does anyone have any more insight on this issue?
Torben