Hi, Is there a way to generate source code of a job using command line tool? I would like to generate source code only and do not want to generate source code of dependencies job(s). Please advise. Thanks.
Hi, So far, we have to generate source code of a job with the source code of dependencies job(s) to avoid compile error. What's the problem you are facing when generate source code of a job? Best regards Sabrina
Hi Thanks for the reply.
I have no problem of generating code. The only issue is, I have a job structure like this:
Job A
Job B
Job C (Inside Job C, I am calling Job A using tRunJob component).
Then when I generate source code for individual job, Job A is generating twice. I just curious is there a way I can remove dependency job in source code generation to save time. (If I have a large project with a lot of jobs and dependencies)
Hi, Could you please indicate the build version you are using? Is there any error message in log when you generate source code for individual job, Job A is generating twice? Best regards Sabrina