Re: [Generateds-users] generateDS bug generating enum class

2018-08-02 Thread Dave Kuhlman
Daniel, Here is the patch, for sure this time. Dave On Thu, Aug 02, 2018 at 08:48:38AM +, Ramirez, Daniel - FAS GmbH wrote: >Hi Mr. Kuhlman, > >First of all, cool piece of software here. We are planning to use it in a >project about automotive industry and it could save us a lot

Re: [Generateds-users] generateDS bug generating enum class

2018-08-02 Thread Dave Kuhlman
Daniel, Thanks for this report. I made a patch. See attached diff file. Or, you can get new code at Bitbucket: https://bitbucket.org/dkuhlman/generateds By making the change where .getName is called rather than changing its definition, we leave getName as a simple getter-function. That seems

Re: [Generateds-users] generateDS bug

2016-11-03 Thread Dave Kuhlman
On Sun, Oct 23, 2016 at 01:56:37PM -0700, Dave Kuhlman wrote: Pietro, A few comments are below. > Hello Dave, > > Thanks for your answer, I replied inline. > > I've done some work on this. And, possibly, I have a fix. What the > > fix does is to check each child element to determine if it has

Re: [Generateds-users] generateDS bug

2016-11-03 Thread Dave Kuhlman
On Mon, Oct 24, 2016 at 08:37:06PM +0200, "Peter “Peter, Berlin” Rosemann" wrote: > Hello Dave, > > could it be that this is the reason why its not possible to process fpml > (from main onwards) when I use " --one-file-per-xsd “? > I use generateDS same way as you do in your GitHub repository

Re: [Generateds-users] generateDS bug

2016-11-02 Thread Dave Kuhlman
On Mon, Oct 24, 2016 at 08:37:06PM +0200, "Peter “Peter, Berlin” Rosemann" wrote: > Hello Dave, > > could it be that this is the reason why its not possible to process fpml > (from main onwards) when I use " --one-file-per-xsd “? > I use generateDS same way as you do in your GitHub repository

Re: [Generateds-users] generateDS bug

2016-11-02 Thread Dave Kuhlman
On Sun, Oct 23, 2016 at 05:30:55PM +0200, Pietro Saccardi wrote: > Hello Dave, > > my name is Pietro. I recently started using generateDS--great job! it's > really useful and works seamlessly out of the box. > > While testing, I encountered a bug. I wanted to file it to sourceforce, but > I am un

Re: [Generateds-users] generateDS bug

2016-10-24 Thread Peter “Peter, Berlin” Rosemann
Hello Dave, could it be that this is the reason why its not possible to process fpml (from main onwards) when I use " --one-file-per-xsd “? I use generateDS same way as you do in your GitHub repository, one by one at right now. Regards Peter p.s. Love your tool! Saves so much time! Thank

Re: [Generateds-users] generateDS bug

2016-10-23 Thread Dave Kuhlman
On Sun, Oct 23, 2016 at 05:30:55PM +0200, Pietro Saccardi wrote: > Hello Dave, > > my name is Pietro. I recently started using generateDS--great job! it's > really useful and works seamlessly out of the box. Pietro, Great. > > While testing, I encountered a bug. I wanted to file it to sourcefo