Where are the JDT Core compiler logs or how do I have them created? [message #641033] |
Tue, 23 November 2010 19:51  |
Eclipse User |
|
|
|
Problem overview:
1. I can't see any compile JDT Core compiler logs
2. If I can get them, how can I specify the "logExtension" property so that I can change it to .xml (since the default value should be '.log')
My Environment/Setup:
I followed the popular tutorial here ( http://mattiasholmqvist.se/2010/03/building-with-tycho-part- 2-rcp-applications/). I made a simple RCP plugin, created a feature project, and then added a project with a product. I also added a simple plugin project and defined a simple test.
I perform the following command and get proper compiled output.
clean install -e -V -Dtycho.targetPlatform=${targetPlatform} -Dosgi.os=${osgi.os} -Dosgi.ws=${osgi.ws} -Dosgi.arch=${osgi.arch}
I need the JDT Core compiler log however (and I need it in .xml format using the logExtension=.xml).
How do I do this?
|
|
|
|
Powered by
FUDForum. Page generated in 0.03591 seconds