In Repository Panel, jobs are available and the corresponding Java files are present in Navigator Panel. I'm able to make changes in Java files. But once i run the job, my code is replaced with the Jasper generated code. How do i make changes in the generated code?
3 Answers:
Posted on August 21, 2007 at 5:11pm
Hi Jaya- There are several ways to add manual code. You can change the Java code after exporting it, but it won't save the modifications the next time you use JasperETL since JasperETL is automatically generating code. If you want to change the actual generation of code you can modify the underlying component that generated your code. You can also embed code snippets in several components including tMap.
I will post a link to the code for the components in the next couple of days.
Thanks,
Beth
I will post a link to the code for the components in the next couple of days.
Thanks,
Beth
Posted on September 10, 2007 at 9:21pm
My apologies about the long delay. You can find source for all of the components at http://www.talendforge.org/ext/index.php . You can make modifications to the components and add that to your installation so the components can function to your requirements.
Thanks,
Beth
Thanks,
Beth