Export job script - how can I import context props in Eclipse?
I developed a Talend Job with many subjobs.
I need to use this job in a java project in Eclipse, so I exported job script as autonomous job and added all the jar files in the project build path.
The problem is: this way the jobs can't find the context file (Default.properties)
How can I import it in the project? Where should I put the file? I should import one file for each subjob (in the zip file generated by "export job scripts", every job has his own Default.properties...)?