Re: java.net.Authenticator and jelly script

2003-07-25 Thread James CE Johnson
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

java.net.Authenticator and jelly script

2003-07-25 Thread James CE Johnson
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"))