summaryrefslogtreecommitdiff
path: root/main/test/resources/examples/foreign/outer/inner/build.sc
Commit message (Collapse)AuthorAgeFilesLines
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-2/+1
| | | | __.compile works, haven't run tests yet
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-181-0/+15
* Make builds able to depend on external projects Builds are now able to load external projects and depend on them as if they were local submodules. `import $file.external.path.build` * Disambiguate "dest" for foreign modules. * Calling modules loaded from external directories "Foreign" to avoid conflicting with the already existing concept of "ExternalModule". * Amended the way `dest` is computed for foreign modules * Added tests to check that the source paths and dest are as expected * Added a test to show that local modules do not conflict with foreign modules when they are named the same * WIP windows build fail * Added bootstrapping step in CYGWIN CI job * * Revert externalOutPath deletion * Add documentation for foreign-modules * reverting appveyor changes * Disabling Foreign modules tests against Java9 See https://github.com/lihaoyi/mill/issues/302