Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



2 answers

Permanent link
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

0 votes


Permanent link
Thank you so much, Brent. Once I removed pdeBuild, it works fine.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Apr 01 '11, 2:29 p.m.

Question was seen: 6,011 times

Last updated: Apr 01 '11, 2:29 p.m.

Confirmation Cancel Confirm