[rf][icedtea-web] fixing codecoverage after removal of bootstrap
Jie Kang
jkang at redhat.com
Thu Feb 12 21:18:35 UTC 2015
----- 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?
Regards,
>
> Thanx!
> J.
>
>
>
>
>
--
Jie Kang
OpenJDK Team - Software Engineering Intern
More information about the distro-pkg-dev
mailing list