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
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.
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
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