[rf][icedtea-web] fixing codecoverage after removal of bootstrap
Jiri Vanek
jvanek at redhat.com
Fri Feb 13 12:33:54 UTC 2015
On 02/12/2015 10:18 PM, Jie Kang wrote:
>
>
> ----- Original Message -----
>> Hi Jie!
>>
>> Thsi should fix the issue we altked yesterday evening/today morning, that
>> classpath for covergae is
>> corrupted. May yoou check? ( I would like to push it before weekend to run
>> daily report over weekend)
>>
>
> The fix seems to work for me. Results are attached.
>
>
> Some questions though:
>
> +export UNIFIED_JACOCO_CLASSPATH=$(call joinsegments, $(UNIFIED_CLASSPATH_SEGMENTS) $(JACOCO_CLASSPATH))
> [...]
> + nww_bootclasspath=$(call joinsegments, $(UNIFIED_CLASSPATH_SEGMENTS) $(JACOCO_CLASSPATH)) ; \
>
> How come nww_bootclasspath has to re-evaluate the joinsegments here?
>
>
> +export UNIFIED_JACOCO_CLASSPATH_SEGMENTS=$(UNIFIED_CLASSPATH_SEGMENTS) $(JACOCO_CLASSPATH)
> [...]
> +export UNIFIED_JACOCO_CLASSPATH=$(call joinsegments, $(UNIFIED_CLASSPATH_SEGMENTS) $(JACOCO_CLASSPATH))
>
> Can't the jacoco classpath use the jacoco segments variable here?
>
>
Thanx for catches!
I have fixed those, pushed and started weeknd run with coverage.
J.
More information about the distro-pkg-dev
mailing list