Open csmoore opened 10 years ago
Since we don't own the code for aFileChooser or appcompat, we need to think of how we will implement the build file for those submodules. The aFileChooser guy accepted a pull request from me and might accept another to add a build.xml file. But appcompat is from the Android SDK, not GitHub. I'm not sure of the best way to do a build.xml for code that comes installed on the developer's system. Any thoughts would be appreciated.
If and when we resolve this, we should document it in README.md as part of resolving it.
For those 3rd party dependencies, I was just thinking just adding a manual step to create the build.xml with android update project --path .
Assigning to me to do/document during review/release
This will get verified when build is added to Jenkins so assigning to @ACueva to close when verified.
@ACueva just checking back to see if a task got entered in Planbox to set up an auto-build for this
@ACueva Any luck?
Moving this to unassigned and wont fix because of problems getting this to work reliably, some more notes on this here: https://github.com/Esri/squad-leader-android/issues/27#issuecomment-38213846
Backlog item - https://app.asana.com/0/23019535413944/23192032216705
This is needed in order to add this repo to our nightly builds. We will need ant build/build steps added to the readme (this is similar to the Android doc that gives Eclipse and Ant examples).
Here were the changes I had to make to the project to get ant working:
android update project --path .
(this creates a build.xml file)This is the file that needs added to do steps 3&4