You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use NAnt 0.92 for Windows builds. I noticed that if some library which is listed in the task does not exist (the path is wrong for example) then NAnt does not fail. Instead, it tries to link less number of libraries and of course fails later with "undefined symbols".
This is annoying, because one can spend much time to investigate why exact symbols are missing before discovers the fact that the library was not passed correctly to the linker.
I would like to have at least a parameter for task to fail on unexisting libraries.
--
Best Regards,
Alexander Samoilov,
CI Engineer, Compart AG (Germany)
The text was updated successfully, but these errors were encountered:
Hello,
I use NAnt 0.92 for Windows builds. I noticed that if some library which is listed in the task does not exist (the path is wrong for example) then NAnt does not fail. Instead, it tries to link less number of libraries and of course fails later with "undefined symbols".
This is annoying, because one can spend much time to investigate why exact symbols are missing before discovers the fact that the library was not passed correctly to the linker.
I would like to have at least a parameter for task to fail on unexisting libraries.
--
Best Regards,
Alexander Samoilov,
CI Engineer, Compart AG (Germany)
The text was updated successfully, but these errors were encountered: