dev@jaxb.java.net

Make 'Options.ProxyHost' and 'Options.ProxyPort' fields public.

From: Kostis Anagnostopoulos <ankostis_at_gmail.com>
Date: Thu, 15 Jun 2006 15:13:26 +0300

Hi to all JAXB1 developers,

As you may have read, i'm making the JAXB1 maven2 plugin and i have
come to a minor problem:

On the com.sun.tools.xjc.Options class, the proxyHost and proxyPort
fields have package level visibility.

Should they be 'public' visible?

All the rest fields are publicly available. In order to set values
for those two fields, the parseArguments method is required. Why
does this happen?

    Kostis.