summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bugs: If a module has no resource directory don't just throw error, ↵Alexandra Dima2019-10-121-1/+2
| | | | just return empty list of resources. Include the name of the compile task in the segments that get converted tothe scalac options class directory.
* Changed the clean cache method back to a subprocess because this way it can ↵Alexandra Dima2019-10-121-1/+2
| | | | wait for the output directories to actually be removed. Use IO instead of NIO for converting os.Path to URIs. Don't display the stack trace in the start method in case of CancelationException, which just means the server stopped. Also added support for tracing bsp messages inside a bsp.log file in the working directory of the project being built.
* Changed the clean cache method to usethe clean command form mill's ↵Alexandra Dima2019-10-121-1/+2
| | | | MainModule rather than start the clean command as a separate subprocess. Removed dead code comment and added show message notifications to the MillBspLogger.
* Addressed code review feedback.Alexandra Dima2019-10-121-2/+1
|
* Adding the scratch folder to git.Alexandra Dima2019-10-121-1/+0
|
* Made install from MainMillBuildServer a mill command. Started simple ↵Alexandra Dima2019-10-121-1/+3
| | | | implementation of buildTargetTest. Made sure targets are retrieved again everytime the workspaceBuildTargets request is sent
* Started integrating mill with Build Server ProtocolAlexandra Dima2019-10-121-0/+3
|
* gitignoreTobias Roeser2019-06-131-0/+2
|
* add a basic test for gen-idea (#114)Stephen Nancekivell2018-01-191-2/+2
| | | | | | | | | | * add a basic test for gen-idea * update GenIdeaTest with resources as source. * change .gitignore to allow .iml under src/test/resources. Ignore .idea_modules. * normalise library paths in GenIdeaTests
* add out folder to gitignoreLi Haoyi2017-10-311-0/+1
|
* first commitLi Haoyi2017-10-161-0/+6