We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a444a5 + 5cc9307 commit d14d35dCopy full SHA for d14d35d
_pages/Building_MM_on_Windows.md
@@ -298,6 +298,14 @@ to continue even if some of the projects (e.g. device adapters that
298
depend on libraries you don't have) fail to build. (But you will want to
299
check that the ones you want did build. Look in the `build` directory.)
300
301
+Note that some terminals (like Windows Powershell based ones), will
302
+split the `-Dmm.build.failonerror` property, causing the build to fail
303
+on the first missing library. It is safer to surround the property with
304
+quotes to ensure proper working:
305
+```
306
+ant build "-Dmm.build.failonerror=false"
307
308
+
309
The command
310
311
```
0 commit comments