Hi all,

I tried to build the big-bang branch, but I get the following compile error:


------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/stefan/Documents/Apache/svn/apacheds/branches/bigbang-with-dependencies/shared/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java:[134,33]
cannot find symbol
symbol  : method copyOf(byte[],int)
location: class java.util.Arrays

/home/stefan/Documents/Apache/svn/apacheds/branches/bigbang-with-dependencies/shared/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java:[154,35]
cannot find symbol
symbol  : method copyOf(byte[],int)
location: class java.util.Arrays


I use Java 1.5.0_12. The java.util.Arrays#copyOf methods exists not
until Java6. I guess this happend by an oversight. Or do we use Java6
for the next ApacheDS release?

Regards,
Stefan

Reply via email to