In an effort to keep old hardware running trying to build Android Apps, I was really looking for a way to speed up eclipse. The best improvement I've found is to run using the Sun (Oracle) JDK, it's impressively faster, but for some reason or another you can't just apt-get it anymore.
I found a github site https://github.com/flexiondotorg/oab-java6.git that handles that, however it required a few extra steps, so I just made a quick script for it.
I'm sure there are some parameters that can be added so you don't have to keep adding yes to things, but this was a quick and easy with minimal monitoring, if you make an update (just fork the gist), then let me know and I'll include it here.
Here is the gist:
Showing posts with label github. Show all posts
Showing posts with label github. Show all posts
Tuesday, February 19, 2013
Monday, April 9, 2012
Ada Withs
Eclipse has a really nice feature which allows through a keyboard shortcut the ability to update the imports required for your code.
I liked that, but didn't know of anything that did the same thing for Ada source code.
I have began creating a script which does this, and you can use programs to run it, (perhaps port it to a plugin for a program).
I called it Ada-Withs (I know it sounds pretty boring)
It's not complete, but right now the script will pull out all packages used in the program.
If you want to give it a try go for it. If you want to mess with it, pull and let me know if you have any improvements.
The link above does go to it but here is the full url as well:
https://github.com/onaclov2000/Ada-Withs
I liked that, but didn't know of anything that did the same thing for Ada source code.
I have began creating a script which does this, and you can use programs to run it, (perhaps port it to a plugin for a program).
I called it Ada-Withs (I know it sounds pretty boring)
It's not complete, but right now the script will pull out all packages used in the program.
If you want to give it a try go for it. If you want to mess with it, pull and let me know if you have any improvements.
The link above does go to it but here is the full url as well:
https://github.com/onaclov2000/Ada-Withs
Labels:
github
Subscribe to:
Posts (Atom)