Attention all NAnt experts - I need your HELP!!!
-
I have recently inherited a few applications within a web portal [long story] and all the associated projects are set up for automated build with NAnt. NAnt recently decided to stop building, and no matter what we do we can't get it fixed. Though I'm strictly a developer (and we do have a config manager on board), the task of fiding a fix has fallen on me, and I was hoping someone could give an insight or maybe lend me a third eye... First off, all the builds (for multiple portals) are failing, and only one of the builds shows explanation for failure that reads something like this:
d:\build\BuildSomeProject\NAnt\base.build(112,6): External Program Failed: m:\Build\DependencyGrapher\DependencyTracker.exe (return code was -532459699)
I know the return code -532459699 refers to a COM+ error, but beyond that I can't figure out this problem. Can anyone help? Maybe direct me to a site that talks about this type issues? :confused: Thank you so much!! :-)Green Grape
-
I have recently inherited a few applications within a web portal [long story] and all the associated projects are set up for automated build with NAnt. NAnt recently decided to stop building, and no matter what we do we can't get it fixed. Though I'm strictly a developer (and we do have a config manager on board), the task of fiding a fix has fallen on me, and I was hoping someone could give an insight or maybe lend me a third eye... First off, all the builds (for multiple portals) are failing, and only one of the builds shows explanation for failure that reads something like this:
d:\build\BuildSomeProject\NAnt\base.build(112,6): External Program Failed: m:\Build\DependencyGrapher\DependencyTracker.exe (return code was -532459699)
I know the return code -532459699 refers to a COM+ error, but beyond that I can't figure out this problem. Can anyone help? Maybe direct me to a site that talks about this type issues? :confused: Thank you so much!! :-)Green Grape
Problem was fixed by 3 wonderful gentlemen!! Apparently the temp files were accumulating since Nov 07. :-D
Green Grape