Skip to content

Instantly share code, notes, and snippets.

View francisdb's full-sized avatar
💾
undefined

Francis De Brabandere francisdb

💾
undefined
  • Ghent, Belgium
  • 06:49 (UTC +02:00)
View GitHub Profile
@francisdb
francisdb / gist:3160945
Created July 22, 2012 20:20
Run maven surefire tests in debug mode
mvn -Dmaven.surefire.debug test
@francisdb
francisdb / gist:2644246
Created May 9, 2012 12:44
Playframework 2 eclipse sources
if you want to grab the available source jars (this will take longer and it’s possible a few sources might be missing):
[My first application] $ eclipsify with-source=true
from: http://localhost:9000/@documentation/IDE
@francisdb
francisdb / androidupdate.sh
Created March 22, 2012 15:52
Update android sdk on headless system
android update sdk --no-ui
@francisdb
francisdb / androidlib.sh
Created March 21, 2012 13:37
Setting up a android (library) project for building with ant
android update project --path .
android update lib-project --path .