From: Andy Staudacher Date: Tue, 10 Feb 2015 11:33:37 +0000 (+0100) Subject: Update instructions to reflect that the JavaScript ant 'compile' target is broken... X-Git-Tag: upstream/7.0.6~51 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibphonenumber.git;a=commitdiff_plain;h=f1b0df4d562c985eb107d230ab20bdd686644830 Update instructions to reflect that the JavaScript ant 'compile' target is broken right now (and 'compile-demo' should be used instead) --- diff --git a/javascript/README b/javascript/README index de9b402..6327071 100644 --- a/javascript/README +++ b/javascript/README @@ -10,7 +10,7 @@ How to setup: next to libphonenumber: e.g. -svn checkout http://libphonenumber.googlecode.com/svn/trunk/ ~/src/libphonenumber +git clone https://github.com/googlei18n/libphonenumber/ git clone https://github.com/google/closure-library/ git clone https://github.com/google/closure-compiler.git svn checkout http://closure-linter.googlecode.com/svn/trunk/ ~/src/closure-linter @@ -81,9 +81,11 @@ project: AsYouTypeFormatterTest.java => asyoutypeformatter_test.js 4. Run the Closure Compiler to get your changes syntax and type checked. - This will also generate demo-compiled.js used by demo-compiler.html: + This will also generate demo-compiled.js used by demo-compiler.html + (TODO: Use target "compile" rather than "compile-demo" once + visibility issues for getExtractedNationalPrefix_ have been resolved): - ant -f javascript/build.xml compile + ant -f javascript/build.xml compile-demo 5. Run the Closure Linter to lint the JavaScript files: