Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FD62D5B0 for ; Wed, 12 Sep 2012 20:25:07 +0000 (UTC) Received: (qmail 67400 invoked by uid 500); 12 Sep 2012 20:25:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 67368 invoked by uid 500); 12 Sep 2012 20:25:07 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 67360 invoked by uid 99); 12 Sep 2012 20:25:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 20:25:07 +0000 Date: Thu, 13 Sep 2012 07:25:07 +1100 (NCT) From: "Christoph Jerolimov (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <874246995.71439.1347481507425.JavaMail.jiratomcat@arcas> In-Reply-To: <1192179032.71438.1347481388957.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CB-1453) Namespace issue of JSONKit (JSONKitSerializingBlockAdditions) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Jerolimov updated CB-1453: ------------------------------------ Fix Version/s: (was: 2.1.0) Description: In CB-1000 you've changed the namespace handling for the included library. But you missed this Category. So the build run still into duplicate warnings: @interface NSDictionary (JSONKitSerializingBlockAdditions) - (NSData *)JSONDataWithOptions:(JKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; - (NSString *)JSONStringWithOptions:(JKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; @end was: jk_collectionClassLoadTimeInitialization should also be prefixed Other external libraries such as NSData+Base64 can cause duplicating symbols as well Affects Version/s: (was: 1.9.0) 2.1.0 Remaining Estimate: (was: 48h) Original Estimate: (was: 48h) Summary: Namespace issue of JSONKit (JSONKitSerializingBlockAdditions) (was: CLONE - Namespace issue of JSONKit and other external libraries) > Namespace issue of JSONKit (JSONKitSerializingBlockAdditions) > ------------------------------------------------------------- > > Key: CB-1453 > URL: https://issues.apache.org/jira/browse/CB-1453 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.1.0 > Environment: iOS > Reporter: Christoph Jerolimov > > In CB-1000 you've changed the namespace handling for the included library. But you missed this Category. So the build run still into duplicate warnings: > @interface NSDictionary (JSONKitSerializingBlockAdditions) > - (NSData *)JSONDataWithOptions:(JKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; > - (NSString *)JSONStringWithOptions:(JKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; > @end -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira