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 38F6610382 for ; Mon, 10 Feb 2014 21:21:21 +0000 (UTC) Received: (qmail 70863 invoked by uid 500); 10 Feb 2014 21:21:20 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 70838 invoked by uid 500); 10 Feb 2014 21:21:19 -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 70828 invoked by uid 99); 10 Feb 2014 21:21:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 21:21:19 +0000 Date: Mon, 10 Feb 2014 21:21:19 +0000 (UTC) From: "Josh Soref (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-6002) create package validation doesn't match error report MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Soref created CB-6002: ------------------------------ Summary: create package validation doesn't match error report Key: CB-6002 URL: https://issues.apache.org/jira/browse/CB-6002 Project: Apache Cordova Issue Type: Bug Components: Amazon FireOS Affects Versions: 3.3.0 Reporter: Josh Soref Priority: Minor {quote} {{exports.createProject = function(project_path, package_name, project_name, project_template_dir, use_shared_project, use_cli_template) \{}} ... {{if (\!/\[a-zA-Z0-9_]+\.\[a-zA-Z0-9_](.\[a-zA-Z0-9_])*/.test(package_name)) \{}} {{return Q.reject('Package name must look like: com.company.Name');}} {{\}}} ... {quote} The code is checking for {{com.company}} but the error message suggests {{com.company.Name}} -- If you want to test for {{com.company.Name}} then the *{{\*}}* should be a *{{+}}*. -- This message was sent by Atlassian JIRA (v6.1.5#6160)