https://issues.apache.org/bugzilla/show_bug.cgi?id=49687

--- Comment #5 from Glenn Adams <gl...@skynav.com> 2010-08-02 20:50:42 EDT ---
You need to create a build-local.properties file at the top-level of FOP tree,
containing, e.g., the following:

javac.source = 1.5
javac.target = 1.5
javac.fork = on
junit.fork = on

Note that the 1.5 dependency below was not introduced by this patch.

Glenn

(In reply to comment #4)
> (In reply to comment #3)
> 
> Hi,
> I tried to apply patch against the new Vincent's Temp_ComplexScripts branch,
> but I get the following error during build:
> 
> 
> compile-java:
>     [mkdir] Created dir: D:\bin\java\fop\Temp_ComplexScripts\build\classes
>     [javac] Compiling 1316 source files to
> D:\bin\java\fop\Temp_ComplexScripts\build\classes
>     [javac]
> D:\bin\java\fop\Temp_ComplexScripts\src\java\org\apache\fop\fonts\type1\AFMFile.java:59:
> generics are not supported in -source 1.4
>     [javac] (use -source 5 or higher to enable generics)
>     [javac]     private List<AFMCharMetrics> charMetrics = new
> java.util.ArrayList<AFMCharMetrics>();
>     [javac]                 ^
>     [javac] 1 error
> 
> 
> Pascal

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to