Robert, 

You might want to include your ideas in the actual bugzilla report so
that they are not lost among the many postings to the list.

We probably won't change the default behavior, as this may cause many
people some headaches when they upgrade to a newer version of Castor,
but we could add a command line flag something like
-separate-descriptors  that could indicate such a separation is needed.
If no additional argument is given with that switch, then the
packageName + ".desc" could be used automatically such as:

-package  org.acme.myproject -separate-descriptors 

would use "org.acme.myproject.desc" for the descriptors

where as:

-package  org.acme.myproject -separate-descriptors
org.acme.myproject.descriptors

would use the specified "org.acme.myproject.descriptors" for the
descriptor package.

Thanks,

--Keith


[EMAIL PROTECTED] wrote:
> 
> I added a feature request for this including an idea for the implementation.
> 
> If you have a package called com.mycompany.myproject that you specified using the 
> -package option, SourceGenerator would put all enumerated types in 
> com.mycompany.myproject.types, all descriptors in com.mycompany.myproject.desc, all 
> subclasses in com.mycompany.myproject.model.  Alternatively, there could be separate 
> command-line options for these but I think the first way is simpler.  Again, this 
> would make navigating the documentation and code much easier.
> 
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
>         unsubscribe castor-dev

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

Reply via email to