Fork of Wicked good XPath with Enketo/ODK/OpenRosa functionality added
###How to Build
- download Closure compiler - compiler.latest.zip
- create folder 'closure-compiler' at same level as this repo (sibling)
- unpack compiler-latest.zip and place inside the closure-compiler folder, rename compiler-latest to
build
git clone https://github.com/google/closure-library
and place as sibling folder of this repo- from repo's src folder run
sh compile.sh
(orsh compile-dev.sh
). This will create the librarybuild/wgxpath.install.js
folder structure:
- wgxp-java-rosa
- closure-library
- closure-compiler
|build
compiler.jar
###How to test
grunt karma
will test in PhantomJS, Chrome, Safari, Firefox and Opera
How to merge from master project
- create a local git clone from the SVN repository with
git svn clone http://wicked-good-xpath.googlecode.com/svn/trunk/
- add the local git clone as a remote origin to this repo
- merge as normal