[resolved] Talend Build Job not creating all needed code items
I have a job that I have created, and I am trying to export out to an autonomous job. The job is heavily reliant on roughly 25 custom code libriaries that I have created in Talend (stored under code/routines). When I build an autonomous job, it exports the vast majority of these classes, but one custom class (let's call it InterfaceTA) does not get generated and exported.
When I run the job from the Talend Studio, it works just fine. When I try to run the exported job, I get a "classnotfound" error on the InterfaceTA class.
Can anyone help me figure out why Talend is not compiling and exporting that class?
Thank you!
Sometimes unfortunately some routines will not added to the export. I suggest you close the job, click on the job (right) and open Setup routine dependencies and add all used routines here.
Sometimes unfortunately some routines will not added to the export. I suggest you close the job, click on the job (right) and open Setup routine dependencies and add all used routines here.