Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B162210D9C for ; Sun, 20 Apr 2014 05:30:54 +0000 (UTC) Received: (qmail 59097 invoked by uid 500); 20 Apr 2014 05:30:54 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 58227 invoked by uid 500); 20 Apr 2014 05:30:52 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 58214 invoked by uid 99); 20 Apr 2014 05:30:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2014 05:30:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.192.173] (HELO mail-pd0-f173.google.com) (209.85.192.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2014 05:30:46 +0000 Received: by mail-pd0-f173.google.com with SMTP id z10so2658817pdj.18 for ; Sat, 19 Apr 2014 22:30:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=pms1GEcexKbWbjJjbBfrbHuEk6TLewEsjhvuvpi4r2M=; b=I9OQH6k71pVHnIyKhoRoZvaSYEffCQmylBoIbGB/tC2DQwtPi2SP4Ii/xnNLbh3p/Y HBXUtDlKz3OSPoMIOPJs2nymgj1quFzDqWB3TcuGu3xHvi1uCjszCW5C/Sqyaw2Hlhhl Sg7SB4t2F6A4eTnyTWGmwtqbL17cVqwKplHk6X0lLlFbAs61b8wAkSLIAQQHGTt3XVfa TaWyCcm3I3Il2s4+9+E+gJfJUhhLJtlQ4AhJPImzIZbUN/gaiEBYvQO5t+EQrpL+imAu Ui6PRvvOWRIXu9QTlAb1uRFBgm2FXEFBWseqxY0s94KMJ+7m6vcxulSd62Oh8pLqwu5g IiAw== X-Gm-Message-State: ALoCoQlM0+0BlDQNtJNFZGF00BtV47b5MGtCyHNd6cfcrVdzYY+5MbEDwhDkATRd+mQWdK8SA57W X-Received: by 10.68.174.225 with SMTP id bv1mr31242779pbc.12.1397971823124; Sat, 19 Apr 2014 22:30:23 -0700 (PDT) Received: from [192.168.0.2] (202-159-172-122.dyn.iinet.net.au. [202.159.172.122]) by mx.google.com with ESMTPSA id hy3sm69659095pbc.31.2014.04.19.22.30.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Apr 2014 22:30:22 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [DISCUSS] Discuss Apache FlexJS 0.0.1 RC3 From: Justin Mclean In-Reply-To: Date: Sun, 20 Apr 2014 15:30:18 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <8C3A66DC-A68A-4E8E-B868-21B721BD40EF@classsoftware.com> References: <827BDB95-7227-4AE5-94F8-955407638B73@classsoftware.com> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Thanks for trying it. Gjslint is the Google Closure Linter that = should be > mentioned in the READme. Thanks it is mentioned in the README and isn't too hard to install but = wont install as described due to permission issues on OSX. The JShint README instructions could do with a little more than the URL = as there's a few dozen version there. http://www.jshint.com/install/ Tried installing the node.js one (via npm install jshint) but still got = an error running ant. Turns out you need to do this - which is mentioned on the JShint = documentation page not the download page. npm install jshint -g And again you'll have permission issues (os OSX) that you will need to = get around. The amount of pre-requisites there is certainly a barrier for people to = try this out. Thanks, Justin