Bug #1292
eyeWitness app not compiling
Status: | Closed | Start date: | 05/13/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | harlo | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
-compile:
[javac] Compiling 42 source files to /home/n8fr8/dev/gp/repos/iWitness/bin/classes
[javac] /home/n8fr8/dev/gp/repos/iWitness/src/org/witness/iwitness/app/screens/wizard/AddOrganizationsPreference.java:31: error: AddOrganizationsPreference is not abstract and does not override abstract method onSubFragmentInitialized() in WizardListener
[javac] public class AddOrganizationsPreference extends Fragment implements WizardListener {
[javac] ^
[javac] /home/n8fr8/dev/gp/repos/iWitness/src/org/witness/iwitness/app/screens/wizard/OriginalImagePreference.java:19: error: OriginalImagePreference is not abstract and does not override abstract method onSubFragmentInitialized() in WizardListener
[javac] public class OriginalImagePreference extends Fragment implements WizardListener {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
History
#1 Updated by harlo over 4 years ago
- Assignee changed from harlo to abeluck
Needs to pull latest commits to InformaCam, too. I thought submodules were already linked to project, but it appears not to be. Linking InformaCam is simple enough, but what about ActionBarSherlock (which we don't host?)
Assigning to Abel, mostly just to ping him on the issue. Abel, you don't have to set-up the submodules, but please advise on how I should do that.
#2 Updated by harlo over 4 years ago
- Assignee changed from abeluck to harlo
Ok, just had a look at some other projects that include ABS as submodule, like PixelKnot. Seems pretty straightforward. (Reassigning to myself.)
#3 Updated by harlo over 4 years ago
- Status changed from New to Resolved
OK, added submodules in latest commit: https://github.com/guardianproject/iWitness/commit/ccb0d4d203b3d59f9eec6fea8e7027152547393a
#4 Updated by n8fr8 over 4 years ago
- Status changed from Resolved to Closed