Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 21173 invoked from network); 8 May 2007 09:18:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2007 09:18:36 -0000 Received: (qmail 36655 invoked by uid 500); 8 May 2007 09:18:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 36622 invoked by uid 500); 8 May 2007 09:18:42 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 36613 invoked by uid 99); 8 May 2007 09:18:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 02:18:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 02:18:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52588714064 for ; Tue, 8 May 2007 02:18:15 -0700 (PDT) Message-ID: <11285351.1178615895334.JavaMail.jira@brutus> Date: Tue, 8 May 2007 02:18:15 -0700 (PDT) From: "V.Narayanan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2622) Fix build problems related to locator work In-Reply-To: <13748864.1178615355524.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2622: ------------------------------- Attachment: BuildproblemsFix_v1.stat BuildproblemsFix_v1.diff This patch addresses the following issue two new SANITY problems: *** Failure in buildZip.txt [java] SANITY >>> /org/apache/derby/client/am/ClobLocatorReader.class [java] SANITY >>> /org/apache/derby/client/am/ClobLocatorInputStream.class This fix is related to the following check-in New Revision: 535319 URL: http://svn.apache.org/viewvc?view=rev&rev=535319 Log: DERBY-2604: Commit Naryayan's ClobLocatorWork_v1.diff, adding locator support to clobs. Added: db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobLocatorInputStream.java (with props) db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobLocatorOutputStream.java (with props) db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobLocatorReader.java (with props) db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobLocatorWriter.java (with props) Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/Clob.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetCursor.java > Fix build problems related to locator work > ------------------------------------------ > > Key: DERBY-2622 > URL: https://issues.apache.org/jira/browse/DERBY-2622 > Project: Derby > Issue Type: Sub-task > Reporter: V.Narayanan > Assigned To: V.Narayanan > Attachments: BuildproblemsFix_v1.diff, BuildproblemsFix_v1.stat > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.