Hi,
checking the docs I see that the "latest" documentation claims to be 20.x
online (check bottom of the page):
http://docs.geotools.org/latest/developer/conventions/code/code.html
Yet:
- If I build the documentation locally, it says 21-SNAPSHOT instead (I
checked to verify it was not bein
Hi,
I've merged the QA branch. This means you'll get build failures when there
are PMD or ErrorProne violations.
On Travis, the QA checks look like a third build, e.g.:
[image: image.png]
This has been done in order to avoid making builds slower, as we have the
50 minutes limit (given the curren
Thanks Andrea this is great, I will look at what is up with the docs after
work today.
On Fri, Jan 4, 2019 at 2:27 AM Andrea Aime
wrote:
> Hi,
> I've merged the QA branch. This means you'll get build failures when there
> are PMD or ErrorProne violations.
>
> On Travis, the QA checks look like a
Thank you! Very much appreciate the work!!
On Fri, Jan 4, 2019 at 6:40 AM Jody Garnett wrote:
> Thanks Andrea this is great, I will look at what is up with the docs after
> work today.
>
> On Fri, Jan 4, 2019 at 2:27 AM Andrea Aime
> wrote:
>
>> Hi,
>> I've merged the QA branch. This means you
If I recall correctly, the doc build was split from the regular build to
reduce build times, since the geotools docs take a while to build and don't
get updated that often.
It looks like the docs are getting built by that job - "ant full" on line 7
should do a full build of the docs. Looking at th
Thanks, that "missed a spot" should not be required - the version number is
supposed to be passed in from the maven script :P
--
Jody Garnett
On Fri, 4 Jan 2019 at 11:04, Torben Barsballe
wrote:
> If I recall correctly, the doc build was split from the regular build to
> reduce build times, sin
Looking at the job config, jenkins is running the build directly from ant,
and never calls maven.
Torben
On Fri, Jan 4, 2019 at 11:12 AM Jody Garnett wrote:
> Thanks, that "missed a spot" should not be required - the version number
> is supposed to be passed in from the maven script :P
> --
> J