Skip to content

Commit d14d35d

Browse files
authored
Merge pull request #192 from Lars-Kool/main
Added note on surrounding the -Dmm flag with quotes
2 parents 7a444a5 + 5cc9307 commit d14d35d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_pages/Building_MM_on_Windows.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,14 @@ to continue even if some of the projects (e.g. device adapters that
298298
depend on libraries you don't have) fail to build. (But you will want to
299299
check that the ones you want did build. Look in the `build` directory.)
300300

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+
301309
The command
302310

303311
```

0 commit comments

Comments
 (0)