In the words of Rosanne Rosanna-Danna... "Nevermind"
The whole point of this was to be able to use ant:style from behind an
authenticating proxy:
${systemScope.setProperty('javax.xml.transform.TransformerFactor
Still trying to get ant:style to work behind an authenticating proxy...
Is there a way I can do this in jelly or should I create a jelly bean?
System.setProperty("http.proxyHost", System.getProperty("maven.proxy.host"));
System.setProperty("http.proxyPort", System.getProperty("maven.proxy.port"))