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 F009010686 for ; Tue, 4 Feb 2014 23:04:11 +0000 (UTC) Received: (qmail 58083 invoked by uid 500); 4 Feb 2014 23:04:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 58065 invoked by uid 500); 4 Feb 2014 23:04:10 -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 57991 invoked by uid 99); 4 Feb 2014 23:04:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 23:04:10 +0000 Date: Tue, 4 Feb 2014 23:04:10 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5438) Can't build/test cordova-js on Windows 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-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891363#comment-13891363 ] ASF subversion and git services commented on CB-5438: ----------------------------------------------------- Commit 12a6fdbb62c9e37f26fd5f32dbe840b6e3aa8ccd in branch refs/heads/master from [~purplecabbage] [ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=12a6fdb ] Merge branch 'CB-5438' of https://github.com/BBosman/cordova-js > Can't build/test cordova-js on Windows > -------------------------------------- > > Key: CB-5438 > URL: https://issues.apache.org/jira/browse/CB-5438 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaJS > Affects Versions: Master > Environment: Windows 8 x64 > Node v0.10.13 > Reporter: qi > Priority: Critical > > Simply run 'grunt build', got, > Running "jshint:src" (jshint) task > Linting lib/test/androidexec.js ...ERROR > [L1:C1] E030: Expected an identifier and instead saw '.'. > ../android/exec.js > [L1:C2] E033: Expected an operator and instead saw '.'. > ../android/exec.js > [L1:C3] E033: Expected an operator and instead saw '/'. > ../android/exec.js > [L1:C4] W033: Missing semicolon. > ../android/exec.js > [L1:C4] W015: Expected 'android' to have an indentation at 1 instead at 4. > ../android/exec.js > [L1:C19] W033: Missing semicolon. > ../android/exec.js > [L1:C4] W117: 'android' is not defined. > ../android/exec.js > [L1:C12] W117: 'exec' is not defined. > ../android/exec.js > Linting lib/test/iosexec.js ...ERROR > [L1:C1] E030: Expected an identifier and instead saw '.'. > ../ios/exec.js > [L1:C2] E033: Expected an operator and instead saw '.'. > ../ios/exec.js > [L1:C3] E033: Expected an operator and instead saw '/'. > ../ios/exec.js > [L1:C4] W033: Missing semicolon. > ../ios/exec.js > [L1:C4] W015: Expected 'ios' to have an indentation at 1 instead at 4. > ../ios/exec.js > [L1:C15] W033: Missing semicolon. > ../ios/exec.js > [L1:C4] W117: 'ios' is not defined. > ../ios/exec.js > [L1:C8] W117: 'exec' is not defined. > ../ios/exec.js > Warning: Task "jshint:src" failed. Use --force to continue. -- This message was sent by Atlassian JIRA (v6.1.5#6160)