DAVE.exe command line execution, where to keep the log

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
XuXi_3965311
Level 1
Level 1
I am using command line execution to build a project. Want to know where can I save the build log.

Here is the command I am using :
DAVE.exe --launcher.suppressErrors -nosplash -no-indexer -consoleLog -debug -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data D:\eclipsews -import D:\projectdir -cleanBuild target_image

There is a -consoleLog option there, but I could not find where the log is saved. The command does have console output with the build details. But it clears out as soon as the command finished the execution.

Please let me know how to save those logs.

Thanks
0 Likes
1 Solution
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

The easier way is to download eclipsec.exe from the Eclipse Neon.3 distribution.
BTW:We are adding it to the next version of DAVE in a couple of weeks.

Regards,
Jesus

View solution in original post

0 Likes
3 Replies
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

The easier way is to download eclipsec.exe from the Eclipse Neon.3 distribution.
BTW:We are adding it to the next version of DAVE in a couple of weeks.

Regards,
Jesus
0 Likes
User11716
Level 1
Level 1
Hi,

is there a Solution on how to output or redirect the log for a headless Build?

Thanks
0 Likes