Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build problem at 1.0.5a #65

Closed
dalb8 opened this issue Nov 10, 2012 · 16 comments
Closed

Build problem at 1.0.5a #65

dalb8 opened this issue Nov 10, 2012 · 16 comments
Labels

Comments

@dalb8
Copy link

dalb8 commented Nov 10, 2012

Using ant from oct 11, platform tools 14, ABS 4.1.0

-compile: [javac] Compiling 21 source files to /home/gerry/dev.ukanth.ufirewall/bin/classes [javac] /home/gerry/dev.ukanth.ufirewall/src/dev/ukanth/ufirewall/MainActivity.java:559: cannot find symbol [javac] symbol : variable abs__ic_search [javac] location: class dev.ukanth.ufirewall.R.drawable [javac] .setIcon(R.drawable.abs__ic_search) [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

I tried this: <target name="debug"> <javac srcdir="src" destdir="bin"> <compilerarg value="-Xlint:unchecked" /> </javac> </target>

but I don't understand really what I am doing

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

I'm trying to build this for F-droid.org which of course uses ant release

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

The project leader asked us to distribute the app, so I was rather hoping we could provide the current build. Sometimes we make adjustments to repos, but rarely mess around with source files. Thus, we need you to fix it on your end or help us understand what could be going wrong.

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

@ukanth
Copy link
Owner

ukanth commented Nov 10, 2012

Hello CHEF,

Sorry for the delayed response, I was busy preparing for my vacation and didn't notice this.I only asked to put it on f-droid, because I want this to reach more open source community so that contribution can be more. But i never had any plans to put it on Playstore. I really admire your contributions to this project.If you feel that's not enough, please feel free to talk to me. We can resolve this :)

@dalb8, I'll soon push the build.xml and .properties file. so that you can build your own. If you think that's not enough, please remove afwall+ from f-droid. I'll submit it later once everything gets stabilized.

Thanks
Umakanth

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

The important thing for us is that the app is kept up to date and that there is a plan to build iptables etc. from source. If this can't be done or you want to remove it from the repo for any other reason then we can remove it easily.

@ukanth
Copy link
Owner

ukanth commented Nov 10, 2012

@dalb8, Kindly remove afwall from fdroid repo. Once we build everything will publish there.

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

That's, fine. If you can mention on the readme why it's gone then that should clear up any misunderstanding. There are probably a few people that will be stuck with the old apk, but hopefully they will see the reason from there.

@dalb8
Copy link
Author

dalb8 commented Nov 10, 2012

@CHEF-KOCH please add your comments on this matter to the other issue instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@ukanth @dalb8 and others