hi

  I have a scenario that, because of the use of extension, requires that we
split
  a schema into two. One for complex types and one for elements such that we
can
  achieve the desired result using the Source Generator.

  The only difference between the two generation steps is the setting of
  the 'org.exolab.castor.builder.javaclassmapping' property in
castorbuilder.properties.

  I'd like to avoid duplicating castorbuilder.properties because the
namespace mapping
  settings would also be duplicated leading to a potential maintenance
issue.

  Is it possible to override this property dynamically in some fashion?
  e.g. -Dorg.exolab.castor.builder.javaclassmapping=element
  (although I tried this but it was ignored)

  Worse case is that I will create ANT steps to copy the file to a temp
  and edit the value dynamically but I just thought I'd see if there
  was a simpler way first.

thanks
Jim Nicolson

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to