statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

Optional targetFolder & targetLibraryFolder and their default values

Open jdicks opened this issue 8 years ago • 0 comments

During work on #499 we discussed that targetFolder & targetLibraryFolder might be optional in future.

If they are optional the default values currently defined might not be the optimal for all target languages. the default values are defined as

  • targetFolder -> src-gen
  • targetLibraryFolder -> src which is a typical java-based assumption. C developers might expect the sources will be generated within root directory for example.

Defining sufficient default values have to be dependant on the target language ( or the generator used).

if this is done the parameters (targetFolder, targetLibrary) might also be optional in future.

jdicks avatar Apr 01 '16 12:04 jdicks