madbuild log file problems

This forum is for all Flare issues not related to any of the other categories.
Post Reply
Zanderxo
Propeller Head
Posts: 32
Joined: Mon Mar 09, 2015 5:28 pm

madbuild log file problems

Post by Zanderxo »

Not sure what I'm doing wrong here, but I am not getting a log file.

I am using a Windows Forms application to run the madbuild process with the following ProcessStartInfo argument:

-project "c:\myproject.flprj" -target "My Target" > C:\Build\madbuildLog.txt

This builds fine and shows: Exit code:0 = Success - No problems

However, there is no log file. Ideas?
Zanderxo
Propeller Head
Posts: 32
Joined: Mon Mar 09, 2015 5:28 pm

Re: madbuild log file problems

Post by Zanderxo »

Figured it out. I changed to:
-project "c:\myproject.flprj" -target "My Target" -log true

Flare then saves its typical .mclog file at:
<project>\Output\<user-name>\<target-name>
Post Reply