On Fri, 28 Jul 2006, <[EMAIL PROTECTED]> wrote:

> avoid NPE in border-cases

      <propertyset>
        <propertyref builtin="system"/>
      </propertyset>

would cause an NPE while trying to add the key
java.net.useSystemProxies.  The problem is that this system property
gets set after we've transfered the system properties to project
properties and thus project.getProperty("java.net.useSystemProxies")
returns null.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to