Would the person responsible please fix the following deprecating warnings
and be sure to check future builds before checking in deprecated usage:

junit-compile-java:

    [mkdir] Created dir: /Users/glenn/work/fop/build/test-classes

    [mkdir] Created dir: /Users/glenn/work/fop/build/test-gensrc

    [mkdir] Created dir: /Users/glenn/work/fop/build/test-reports

    [javac] Compiling 349 source files to
/Users/glenn/work/fop/build/test-classes

    [javac]
/Users/glenn/work/fop/test/java/org/apache/fop/pdf/PDFDocumentGraphics2DTestCase.java:35:
warning: [deprecation] junit.framework.Assert in junit.framework has been
deprecated

    [javac] import junit.framework.Assert;

    [javac]                       ^

    [javac]
/Users/glenn/work/fop/test/java/org/apache/fop/pdf/PDFDocumentGraphics2DTestCase.java:89:
warning: [deprecation] junit.framework.Assert in junit.framework has been
deprecated

    [javac]         Assert.assertEquals("%%EOF not found",

    [javac]         ^

    [javac] Note: Some input files use unchecked or unsafe operations.

    [javac] Note: Recompile with -Xlint:unchecked for details.

    [javac] 2 warnings

Reply via email to