-
Notifications
You must be signed in to change notification settings - Fork 33
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
android: ant? #40
Comments
I made some progress: https://gist.github.com/4649546 That lists a number of issues, the biggest being how to drive proguard. I've tried and failed so far. I'm still a newby to the Java ecosystem so this has been quite a struggle. I'm guessing that there could be a pretty reusable chunk of build.xml and maybe proguard config that would make this a lot easier. |
I'm confused about the exact issue you are raising, and how it concerns the Scala-IDE plugin (as opposed to e.g. Eclipse). Eclipse has some Ant support. What exact behavior from the Scala-IDE plugin would you consider as something that solves your issue ? |
I believe this is a documentation project. The goal of Explaining how to use the IDE is very helpful and much appreciated, I also asked this question here: I wasn't necessarily suggesting a change to the IDE. I could imagine |
What you are saying is important relevant to Scala development, but the present issue may not be the best way to get it acted on. Among others, the scope of the issue is particularly wide, e.g. there are many ways to implement command-line trigger-able builds (sbt, maven, ant) and it's unclear whether we should recommend one over the others. You may get faster and more relevant answers asking parent projects (including banshee, of course). That being said, we'd be happy to link to references. |
Theoretically, there may be many ways, but I'm not convinced that The Android docs do a good job of showing how to use both Eclipse |
I like to use both Eclipse and command-line tools when working on apps.
The command-line tools are useful for continuous integration, or even just doing a quick build when not making code changes.
It would be great to include a section in your tutorial on how to use the command line tools. I know I'd be interested. (My next task is to try to figure this out.)
The text was updated successfully, but these errors were encountered: