jdtCompileLogPublisher task doesn't publish @dot.log
My build collected all the java compile logs from plugins and put them to a directory in following structure.
root directory contains a plugins directory. Plugin directory contain plugin1, plugin2.... In plugin1 directory, there is a log file @dot.log. It was found that the messages in the file @dot.log were not published. It only publish the messages if there is a runtime directory in the plugin directory. pdeBuild="true" is set in the ant task. Can you please provide some suggestion on how to make it work? Thanks a lot. Regards, Samuel Wu |
2 answers
My build collected all the java compile logs from plugins and put them to a directory in following structure. Hi Samuel, If the pdeBuild attribute is set to true, it looks for files with a file suffix of '.bin.log' or '.bin.xml' in the directory specified. In a non-PDE environment, file names ending with '.log' or '.xml' are assumed to be log files. Brent Ulbricht Developer/Lead - RTC Build |
Thank you so much, Brent. Once I removed pdeBuild, it works fine.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.