Related Posts
GRADLE: How to add a list of local .jar files to the build classpath
Sometimes you don’t want/cant use maven repos, all you have is a bunch of local jars on disk that you want to use as part of your compilation classpath, and the freaking gradle documentation is too vague. Here is an example: [pastacode lang=”java” manual=”dependencies%20%7B%0Acompile%20files(%E2%80%98lib%2Fjars%2Fgettext-commons.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjars%2Flucene-3.5.0.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjaudiotagger.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjars%2Fh2-1.3.164.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjars%2Fmessages.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjars%2Fslf4j-api-1.7.5.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjars%2Fjaudiotagger.jar%E2%80%99%2C%0A%E2%80%98lib%2Fjars%2Fmetadata-extractor-2.6.2.jar%E2%80%99%0A)%0A%7D” message=”” highlight=”” provider=”manual”/]
Google’s Chrome, no extensions? then no go
Please correct me if I’m wrong, but I didn’t read any mention of Browser extensions on the chrome document, I read about plugins (these are more like Flash plugin and what not), but nothing about extensions. This probably means: – No StumbleUpon toolbar 🙁 (I’m a stumbleupon.com addict, I feel crippled with chrome because of […]
Hoy 18 de Enero, Overview of Mustang Features (Java 6) en las nuevas oficinas de Google, NY
Hoy a las 6pm voy a la reunion del Java SIG (El grupo de usuarios de Java de New York), que tomara lugar en las nuevas oficinas de Google en Chelsea, wohoo. La exposicion de las nuevas caracteristicas de Java 6, code name “Mustang”, va a ser dictada por La Ingeniera del Staff de Sun […]