Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 93383 invoked from network); 3 Jun 2010 15:40:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 15:40:59 -0000 Received: (qmail 66152 invoked by uid 500); 3 Jun 2010 15:40:59 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 66120 invoked by uid 500); 3 Jun 2010 15:40:59 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 66112 invoked by uid 99); 3 Jun 2010 15:40:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 15:40:59 +0000 X-ASF-Spam-Status: No, hits=-1463.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 15:40:58 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o53FecvK000393 for ; Thu, 3 Jun 2010 15:40:38 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o53Feb1m000392; Thu, 3 Jun 2010 11:40:37 -0400 (EDT) Date: Thu, 3 Jun 2010 11:40:37 -0400 (EDT) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 49378] New: org\apache\poi\poifs\crypt\Decryptor.java using Java 6.0 ... X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: will@coleda.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49378 Summary: org\apache\poi\poifs\crypt\Decryptor.java using Java 6.0 ... Product: POI Version: 3.7-dev Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: POI Overall AssignedTo: dev@poi.apache.org ReportedBy: will@coleda.com Build failure from r951037 [javac] D:\POI Build\src\java\org\apache\poi\poifs\crypt\Decryptor.java:107: cannot find symbol [javac] symbol : method copyOf(byte[],int) [javac] location: class java.util.Arrays [javac] return Arrays.copyOf(x3, requiredKeyLength); [javac] ^ [javac] D:\POI Build\src\java\org\apache\poi\poifs\crypt\Decryptor.java:120: cannot find symbol [javac] symbol : method copyOf(byte[],int) [javac] location: class java.util.Arrays [javac] byte[] verifierHash = Arrays.copyOf(cipher.doFinal(info.getVerifier().getVerifierHash()), calcVerifierHash.length); [javac] ^ [javac] 2 errors This .copyOf() method was added in 6, so we have to remove it to stay 5.x compliant. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org