You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@basistech.com> on 2007/09/16 04:20:47 UTC

Multiple arg instances in tools

When I pass -beans twice on the command line, the second instance does
not show up at all in the map of parameters. Is this supposed to be
possible?

 

 

                 <option id="beans" maxOccurs="unbounded">

                        <annotation>Specify the pathname of a file
defining additional Spring beans to customize databinding

                        configuration.</annotation>

                        <switch>beans</switch>

                        <associatedArgument placement="afterSpace">

                              <annotation>pathname of the bean
definition file.</annotation>

                        </associatedArgument>

                  </option>