Hi,
I have just downloaded JRF 2.0 beta 3 (jrf-2.0-beta3.zip)
and when building with ant errors are reported.
I have tried under linux/win32 with jdk1.4.0_01
The output is below:
Can anyone help me? Thanks in advance
------------------------------------------------
count = 0, total = 66
...
...
count = 0, total = 66
[javac]
C:\java\jrf\source\net\sf\jrf\column\columnspecs\SQLDate
ColumnSpec.java:45: java.sql.Date is already defined
in a single-type import
[javac] import java.util.Date;
[javac] ^
count = 0, total = 66
....
count = 0, total = 66
[javac]
C:\java\jrf\source\net\sf\jrf\sql\SimplePooledConnection.ja
va:48: net.sf.jrf.sql.SimplePooledConnection shou
ld be declared abstract; it does not define setHoldability
(int) in net.sf.jrf.sql.SimplePooledConnection
[javac] public class SimplePooledConnection
implements javax.sql.PooledConnection,
java.sql.Connection
[javac] ^
[javac] 2 errors
BUILD FAILED
file:C:/java/jrf/build.xml:123: Compile failed; see the
compiler error output for details.
-----------------------------------------------------