Hi,

it appears that the change from r687369 is lost (replacing
org.apache.fop.util.UnitConv with
org.apache.xmlgraphics.util.UnitConv).

This regression starts with the branch (r1003017), so I guess it was
branched from a local modified WC.
I think that this merge should be reverted, and the branch should be
checked, regarding all changes introduced during the branch creation,
I suspect other potential regressions.

2012/10/24 Pascal Sancho <psancho....@gmail.com>:
> Hi,
>
> This merge seems introduce 3 deprecated warning.
> I'm not sure, but it is possible that UnitConv has migrated to
> xmlgraphics.commons
>
>
>
> compile-java:
>     [mkdir] Created dir: D:\bin\java\fop\trunk\build\classes
>     [javac] Compiling 1441 source files to D:\bin\java\fop\trunk\build\classes
>     [javac] 
> D:\bin\java\fop\trunk\src\java\org\apache\fop\render\AbstractPathOrientedRenderer.java:52:
> warning: [deprecation] org.apache.fop.util.UnitConv in
> org.apache.fop.util has been deprecated
>     [javac] import org.apache.fop.util.UnitConv;
>     [javac]                           ^
>     [javac] 
> D:\bin\java\fop\trunk\src\java\org\apache\fop\render\AbstractPathOrientedRenderer.java:999:
> warning: [deprecation] org.apache.fop.util.UnitConv in
> org.apache.fop.util has been deprecated
>     [javac]         concatenateTransformationMatrix(UnitConv.mptToPt(at));
>     [javac]                                         ^
>     [javac] 
> D:\bin\java\fop\trunk\src\java\org\apache\fop\render\AbstractPathOrientedRenderer.java:999:
> warning: [deprecation] mptToPt(java.awt.geom.AffineTransform) in
> org.apache.fop.util.UnitConv has been deprecated
>     [javac]         concatenateTransformationMatrix(UnitConv.mptToPt(at));
>     [javac]                                                 ^
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 3 warnings
>
>
> 2012/10/24  <phanc...@apache.org>:
>> Author: phancock
>> Date: Wed Oct 24 10:20:17 2012
>> New Revision: 1401607
>>
>> URL: http://svn.apache.org/viewvc?rev=1401607&view=rev
>> Log:
>> Added support for Rounded Corners (see Bugzilla 54041).
>>
>> Contributions made by PH, JM and LB
>> (...)

-- 
pascal

Reply via email to