Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Use that plugin to check syntax errors and bugs in tos, just like findingbugs and checkstyle in Eclipse
Thanks.
Hi
Talend Studio a Java code generator, click the Code tab, you will see the generated Java codes and you will see the syntax errors if the job has compilation error.
If you want to open the debug model, go to Run viewer, and then click Debug run tab and select 'Java debug' item.
Regards
Shong
Thank for your anwser.
I know this method, I just want to use the MVN command to check directly without opening the IDE.