Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.23 KB

Enketo Wicked Good XPath

THIS REPO IS ABANDONED AND WAS NEVER FINISHED

Fork of Wicked good XPath with Enketo/ODK/OpenRosa functionality added

###How to Build

  1. download Closure compiler - compiler.latest.zip
  2. create folder 'closure-compiler' at same level as this repo (sibling)
  3. unpack compiler-latest.zip and place inside the closure-compiler folder, rename compiler-latest to build
  4. git clone https://github.com/google/closure-library and place as sibling folder of this repo
  5. from repo's src folder run sh compile.sh (or sh compile-dev.sh). This will create the library build/wgxpath.install.js

folder structure:

- wgxp-java-rosa
- closure-library
- closure-compiler
              |build
                   compiler.jar

###How to test

  1. grunt karma will test in PhantomJS, Chrome, Safari, Firefox and Opera

How to merge from master project

  1. create a local git clone from the SVN repository with git svn clone http://wicked-good-xpath.googlecode.com/svn/trunk/
  2. add the local git clone as a remote origin to this repo
  3. merge as normal