oasis
oasis copied to clipboard
Support for Eliom with source patterns
This bug has been migrated from artifact #1663 on forge.ocamlcore.org. It was assigned to user102.
user6958 posted on 2016-08-25 09:13:57:
The addition of the source_patterns feature is a step on the way to Eliom support, but the way it currently works, it cannot be used, at least with the recommended file layout, where objects are built in client- and server-subdirectories.
I attached a sample project which should build against Eliom 5.0.0, except for this issue. I also attached file listings after configure and after attempted build. The error is
E: Failure("None of expected built files '_build/web/server/../test_svg.cmi' or '_build/web/server/../test_svg.cmti' or '_build/web/server/../test_svg.cmt' or '_build/web/server/../test_svg.annot' exists.")
See also https://github.com/ocaml/oasis/pull/70.