You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2016/07/11 16:29:25 UTC

Re: Build failed in Jenkins: AntLib-antunit #25

On 2016-06-24, Jan Matèrne (jhm) wrote:

> I try to understand, why AntUnit is failing on the CI ...
> (Works on my Win7 machine).

It looks as if the current working directory is not what one would
expect. In your configuration using "-f" it failed to find the build
file, and in my latest attempt specifying the build file directly it
doesn't resolve the -lib switches properly.

Stefan

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


Re: Build failed in Jenkins: AntLib-antunit #25

Posted by Stefan Bodewig <bo...@apache.org>.
On 2016-07-11, Stefan Bodewig wrote:

> On 2016-07-11, Stefan Bodewig wrote:

>> On 2016-06-24, Jan Matèrne (jhm) wrote:

>>> I try to understand, why AntUnit is failing on the CI ...
>>> (Works on my Win7 machine).

>> It looks as if the current working directory is not what one would
>> expect. In your configuration using "-f" it failed to find the build
>> file, and in my latest attempt specifying the build file directly it
>> doesn't resolve the -lib switches properly.

> OK, using paths relative to the test file seemed to work (as far as
> finding the necessary libs goes) but the test fails. I'll try a few
> things.

https://github.com/apache/ant/commit/2d283dd117933aba230e7100ba4bb56502b412e5

we need ant 1.9.4 or newer for the test to pass :-)

I'm afraid I lack karma to install newer version of Ant, though.

Stefan

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


Re: Build failed in Jenkins: AntLib-antunit #25

Posted by Stefan Bodewig <bo...@apache.org>.
On 2016-07-11, Stefan Bodewig wrote:

> On 2016-06-24, Jan Matèrne (jhm) wrote:

>> I try to understand, why AntUnit is failing on the CI ...
>> (Works on my Win7 machine).

> It looks as if the current working directory is not what one would
> expect. In your configuration using "-f" it failed to find the build
> file, and in my latest attempt specifying the build file directly it
> doesn't resolve the -lib switches properly.

OK, using paths relative to the test file seemed to work (as far as
finding the necessary libs goes) but the test fails. I'll try a few
things.

Stefan

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