Run ant jar, that should generate a jar. On Thu, Mar 1, 2012 at 5:02 PM, Marlin Mixon <[email protected]> wrote:
> 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 <[email protected]> wrote: > > If you're getting the code from the repository, you shouldn't have to > > update the project. That's your problem. Do a git reset and you should > be > > good to go. > > > > BTW: I'm running 1.6.0_29, so it's not your Java version, especially > since > > Google runs on 1.6 for ICS builds. > > > > Joe > > > > On Thu, Mar 1, 2012 at 4:17 PM, Marlin Mixon <[email protected]> > wrote: > > > >> I'm having an issue trying to generate the jar file. I 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 > >> I 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 > >> I get: > >> Buildfile: build.xml > >> > >> BUILD FAILED > >> /home/marlin/incubator-cordova-android/framework/build.xml:56: The > >> <property> type doesn't support nested text data ("""). > >> > >> Total time: 0 seconds > >> > >> Any ideas? > >> > >> Thanks, > >> > >> Marlin > >> >
