From callback-dev-return-2899-apmail-incubator-callback-dev-archive=incubator.apache.org@incubator.apache.org Fri Mar 2 01:02:29 2012 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 10B6F9947 for ; Fri, 2 Mar 2012 01:02:29 +0000 (UTC) Received: (qmail 66424 invoked by uid 500); 2 Mar 2012 01:02:28 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 66402 invoked by uid 500); 2 Mar 2012 01:02:28 -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 66393 invoked by uid 99); 2 Mar 2012 01:02:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 01:02:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marlin.mixon@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 01:02:21 +0000 Received: by bkcjg15 with SMTP id jg15so1165242bkc.6 for ; Thu, 01 Mar 2012 17:02:00 -0800 (PST) Received-SPF: pass (google.com: domain of marlin.mixon@gmail.com designates 10.204.150.78 as permitted sender) client-ip=10.204.150.78; Authentication-Results: mr.google.com; spf=pass (google.com: domain of marlin.mixon@gmail.com designates 10.204.150.78 as permitted sender) smtp.mail=marlin.mixon@gmail.com; dkim=pass header.i=marlin.mixon@gmail.com Received: from mr.google.com ([10.204.150.78]) by 10.204.150.78 with SMTP id x14mr3921189bkv.114.1330650120916 (num_hops = 1); Thu, 01 Mar 2012 17:02:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=/YsxUd9zCJX7WUIu8uGSty9TS1HnkZEmuytivN9NWbA=; b=wlVsXRAbbmF1x4n7ouiIs794TJNLEybyn7qrOryvDfLbaHH/riV6/R8xIhp0w9i3BG o44CWtlmYrgfssP9wV6+cIeHSeAp9wz9XaPeOxgkcyuLljO3jYXmDFS1bIxyJKFd2//+ RhXMkwvUIKj/zt0jSzV0H4JHidAbhkC9TXwHUHZnDJCgTn3hmRrPN9bCtTpBh6mtKznO wlLsfmWp3lhnbRoZNrXbcuH6H2cRTdqq48IBhaHjWKVmtu7zs5kLWdKYi1TWkkA684bM G1VRmqh49aZD5pGyXu8o1CF51xsC0zFct7CIHcxnqcsW2/VKZBy4S4mbEnLGXUt/Jw25 dblg== MIME-Version: 1.0 Received: by 10.204.150.78 with SMTP id x14mr3157996bkv.114.1330650120780; Thu, 01 Mar 2012 17:02:00 -0800 (PST) Received: by 10.205.141.198 with HTTP; Thu, 1 Mar 2012 17:02:00 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Mar 2012 19:02:00 -0600 Message-ID: Subject: Re: Cordova-Android jar generation problem From: Marlin Mixon To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org The only jar file I see in the repository is /framework/libs/commons-codec-1.3.jar So when I'm setting up my environment in Eclipse is that what I put in the libs directory? Compatred to PhoneGap 1.4 commons-codec-1.3.jar is a world apart from phonegap.jar. On Thu, Mar 1, 2012 at 6:32 PM, Joe Bowser wrote: > If you're getting the code from the repository, you shouldn't have to > update the project. =A0That's your problem. =A0Do a git reset and you sho= uld be > good to go. > > BTW: I'm running 1.6.0_29, so it's not your Java version, especially sinc= e > Google runs on 1.6 for ICS builds. > > Joe > > On Thu, Mar 1, 2012 at 4:17 PM, Marlin Mixon wro= te: > >> I'm having an issue trying to generate the jar file. =A0I noticed a >> slight deviation of my setup as I'm running JDK 1.6.0_24 rather than >> 1.5 is that the problem? >> >> I've got the rest of the prerequisites. Here's what happens: Starting >> from a fresh pull from the incubator-cordova-android repository on >> github >> >> 1. cd to the framework directory and run >> android update project -p . -t android-15 >> =A0 =A0I get: >> Updated project.properties >> Updated local.properties >> build.xml: Found version-tag: custom. File will not be updated. >> Added file ./proguard.cfg >> >> 2. run ant jar >> =A0 I get: >> Buildfile: build.xml >> >> BUILD FAILED >> /home/marlin/incubator-cordova-android/framework/build.xml:56: The >> type doesn't support nested text data ("""). >> >> Total time: 0 seconds >> >> Any ideas? >> >> Thanks, >> >> Marlin >>