[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fop-dev
Subject:    DO NOT REPLY [Bug 38434]  New:  - Fop Trunk does not compile with Java 1.3
From:       bugzilla () apache ! org
Date:       2006-01-29 20:38:02
Message-ID: bug-38434-38666 () http ! issues ! apache ! org/bugzilla/
[Download RAW message or body]

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38434>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38434

           Summary: Fop Trunk does not compile with Java 1.3
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: minor
          Priority: P3
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: jelka.kosir@atol.si


I downloaded current Fop Trunk and wanted to compile with Java jdk1.3.1_17 using
ant. Build Error was reported in
FOPTrunk\src\java\org\apache\fop\render\xml\XMLRenderer.java

The error is produced by call of function "Boolean.toString" in row number 708
of the XMLRenderer.java.

Change row number 708 from:
            addAttribute("clip", Boolean.toString(viewport.getClip()));
TO:
            addAttribute("clip", "true");

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic