madbuild fails with error message

This forum is for all Flare issues related to importing files or projects.
Post Reply
hbhat
Jr. Propeller Head
Posts: 1
Joined: Wed Jun 11, 2008 12:49 pm

madbuild fails with error message

Post by hbhat »

I have the following automated build setup:

a. I run Cygwin on a Windows XP Terminal Server system
b. .sh script has a line of code which does the "madbuild -project...." to build a project
c. the script mentioned in (b) step above is being invovked through a cron job which runs daily once in a day

Now, when the "madbuild" runs invoked by a cron job I see the following error message and the build fails.

Wed Jun 11 12:22:22 PDT 2008
Creating missing directory file:///C:/projects/engdocs/acc/ACCProjects/DoradoUXDesignGuide/Project/Users/SYSTEM/...
Compiling target DoradoUXDesignGuide...
Removing previously generated content...
Checking if auto-sync of any import file is needed...
Re-importing DoradoUXDesignGuide.flimp...
Scanning source files...
1.Introduction.doc - C:\projects\engdocs\acc\DesignGuideScanning 1.Introduction.doc...
Error: MS Word Import:

Error converting the following document:
C:\projects\engdocs\acc\DesignGuide\1.Introduction.doc

The document can not be imported to Flare unless Microsoft Word can save the file in XML format.

================================================================================================================

But when I run the script mentioned in step (b) manually without a cron job, the build runs successfully.

During my analysis, I think which I noticed was quite distinct is the following log message :

Creating missing directory file:///C:/projects/engdocs/acc/ACCProjects/DoradoUXDesignGuide/Project/Users/SYSTEM/... (This log msg is generated while running by a Cron job. Please note the directory structure here....it says " .../Users/SYSTEM/)

Creating missing directory file:///C:/projects/engdocs/acc/ACCProjects/DoradoUXDesignGuide/Project/Users/flare/... (This log msg is while running manually as a windows user named "flare"...Here the directory structure says " .../Users/flare/...)

any idea how can I solve the madbuild issue while running from a cron
Post Reply