Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to commons-codec-1.7.jar #101

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 0 comments
Open

update to commons-codec-1.7.jar #101

GoogleCodeExporter opened this issue Mar 29, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi list, i would report that i was encountering a strange behaviuor.
Latest applaud plugin installed andworking for bundled library until cordova 
1.9. I
'm on win7, eclipse juno+adt.
I was having a problem with non-bundled cordova chain.
The problem, and maybe it is just a problem of mine, as in a my system 
misconfiguration, is that when i was trying using an external cordova tree (say 
2.4.x downloaded from cordova\phonegap home) i was getting an error from wizard 
saying that some file is missing (and showing the top path in windows notation 
terminating with the subdirectories in unix notation, don't know if this is an 
issue). 
The file said missing is 
C:\[user_path]\cordova-2.4.0\cordova-android\framework\libs\commons-codec-1.3.ja
r, and it was indeed true, because in that path there's 
C:\[user_path]\cordova-2.4.0\cordova-android\framework\libs\commons-codec-1.7.ja
r wich is the latest version, and it seems that on 
http://archive.apache.org/dist/commons/codec/ the 1.3 codec release is'nt 
available anymore.
As a workaround, i've find it in 
http://grepcode.com/snapshot/repo1.maven.org/maven2/commons-codec/commons-codec/
1.3 and copied aside to 1.7, and it worked, but it is anyway a strange 
behaviour.
Looking at AppLaud code, if i was looking at the right code snippet, it seems 
that common codec file name is hardcoded 
(http://code.google.com/a/eclipselabs.org/p/mobile-web-development-with-phonegap
/source/browse/trunk/com.mds.apg/src/com/mds/apg/wizards/PhonegapProjectPopulate
.java?r=164#196). 
that's working for me and i don't know if its generalized.
Hope that could be useful.

Original issue reported on code.google.com by [email protected] on 4 Mar 2013 at 4:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant