You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Andreas Beeker <ki...@apache.org> on 2016/06/11 17:16:11 UTC

findbugs / jenkins slaves

Hi,

FYI - I'm trying to make the findbugs version depending on the java version, so JDK8 should use the new version.

Currently Jenkins (i.e. the main poi job) is configured to the slaves "ubuntu&&!cloud-slave" - I probably missed it, but why
was windows1 removed?

Andi


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: findbugs / jenkins slaves

Posted by Javen O'Neal <ja...@gmail.com>.
Speaking of which, do we have an automated build using Java 9?
I didn't see anything new on https://builds.apache.org/view/POI/
On Jun 11, 2016 10:16 AM, "Andreas Beeker" <ki...@apache.org> wrote:

> Hi,
>
> FYI - I'm trying to make the findbugs version depending on the java
> version, so JDK8 should use the new version.
>
> Currently Jenkins (i.e. the main poi job) is configured to the slaves
> "ubuntu&&!cloud-slave" - I probably missed it, but why
> was windows1 removed?
>
> Andi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
>
>

Re: findbugs / jenkins slaves

Posted by Dominik Stadler <do...@gmx.at>.
Hi,

Java 9 does not yet run clean and I couldn't find any installation on
Jenkins. Also the EAPs still change quite a lot, so we would need regular
updates of the VM installation to stay up-to-date as new ones are released.

I have a script locally that sets the necessary properties when starting
the build, if anybody is interested, no actual code/build changes are
required currently.

But last time I checked there were font-related unit tests failing, I tried
to report a bug at Oracle, but did not get a response yet.

Dominik
Am 11.06.2016 21:11 schrieb "Javen O'Neal" <ja...@gmail.com>:

You could probably move the findbugs version (2.0.3) into a variable that's
defined inside a conditional that sets the version (2.0.3, 3.0.1) depending
on JDK version.

On Sat, Jun 11, 2016 at 10:16 AM, Andreas Beeker <ki...@apache.org>
wrote:

> Hi,
>
> FYI - I'm trying to make the findbugs version depending on the java
> version, so JDK8 should use the new version.
>
> Currently Jenkins (i.e. the main poi job) is configured to the slaves
> "ubuntu&&!cloud-slave" - I probably missed it, but why
> was windows1 removed?
>
> Andi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
>
>

Re: findbugs / jenkins slaves

Posted by Javen O'Neal <ja...@gmail.com>.
You could probably move the findbugs version (2.0.3) into a variable that's
defined inside a conditional that sets the version (2.0.3, 3.0.1) depending
on JDK version.

On Sat, Jun 11, 2016 at 10:16 AM, Andreas Beeker <ki...@apache.org>
wrote:

> Hi,
>
> FYI - I'm trying to make the findbugs version depending on the java
> version, so JDK8 should use the new version.
>
> Currently Jenkins (i.e. the main poi job) is configured to the slaves
> "ubuntu&&!cloud-slave" - I probably missed it, but why
> was windows1 removed?
>
> Andi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
>
>