You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main problem this has is that class name defined inside the .java file would not match the one of the file, but can easily be changed, or even automated with grep, ex:
Additionally, for each conversion you should check the generated class and do some cleanup (for instance jbang comments for dependencies, and main method definition), and even do some tuning. Consider jmx2dsl as a facilitator, or initial conversion, but always look into converted test plan and adjust accordingly.
In any case might be a good idea to add some flag to the command to control the naming, and potentially ignore jbang dependencies and main invocation.
@rabelenda the suggested command line options could be sufficient but I think it would make sense to have the option to output to file and set the classname accordingly
It would be great if jmx2dsl could generate a class file instead of just console output
The text was updated successfully, but these errors were encountered: