Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E00241187A for ; Wed, 20 Aug 2014 15:26:26 +0000 (UTC) Received: (qmail 62655 invoked by uid 500); 20 Aug 2014 15:26:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 62635 invoked by uid 500); 20 Aug 2014 15:26:26 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 62620 invoked by uid 99); 20 Aug 2014 15:26:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 15:26:26 +0000 Date: Wed, 20 Aug 2014 15:26:26 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7169) Cannot create iOS project with ampersand in the name 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-7169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104005#comment-14104005 ] ASF subversion and git services commented on CB-7169: ----------------------------------------------------- Commit f239661e1f6c2da3d6353491daa8b45d53a88382 in cordova-ios's branch refs/heads/master from [~lapo@lapo.it] [ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=f239661 ] CB-7169 Fix __PROECT_NAME__ replacing code in create script `&` is a special character for `sed` and this fixes the problem of having `__PROJECT_NAME__` in the final output when the project name contains an ampersand. github: close #100 > Cannot create iOS project with ampersand in the name > ---------------------------------------------------- > > Key: CB-7169 > URL: https://issues.apache.org/jira/browse/CB-7169 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Reporter: Shazron Abdullah > > https://github.com/apache/cordova-ios/pull/100 > & is a special character for sed and this fixes the problem of having __PROJECT_NAME__ in the final output when the project name contains an ampersand, this is not only a cosmetic issue but also leads to compilation errors: > {code} > xcodebuild: error: The project 'A&B.xcodeproj' does not contain a target named 'A&B'. > { [Error: /Users/lapo/projDir/platforms/ios/cordova/build: Command failed with exit code 65] code: 65 } > [error] /Users/lapo/projDir/platforms/ios/cordova/build: Command failed w > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)