I am trying to set them up to run via Ant. I have some properties files stored in the jar that are loaded in my code using, eg.
InputStream is = getClass().getResourceAsStream('/properties/myconfig.groovy')
When this code is run via the <junit> tag in ant, the result of this line, is, evaluates to null.