summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea
Commit message (Collapse)AuthorAgeFilesLines
* Changed GenIdeaTests to use ScriptTestSuiteAndres Pipicello2019-06-286-79/+0
|
* Added compiler-classpath properties to generated IntelliJ xml files (#531)andres-pipicello-olx2019-01-311-0/+8
|
* Improve Intellij Idea support (#351)Olivier Mélois2018-05-302-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve Intellij Idea support Improves the Intellij Idea support in various ways : * Cherrypicks the idea conf that needs deleting rather than deleting the whole .idea directory. That directory contains elements of configuration like VCS reference that were annoying to set again every time mill regenerated idea config. * Attempts to retrieve libraries that the build depends on by inspecting the classloader of the top module * Attempts at grouping jars and sources together in order to have both in the same idea files, which appears to give better jump to definition * Hacks the library names for the libraries the build depends on, in order to match Intellij's ammonite support and not show red to the user about the library that has successfuly been resolved. Also allows to jump to the library sources from the magic import. * Remove un-necessary filters * Avoid Agg throwing because of duplicated build libraries * Removing hardcoded version from SBT idea module names
* fix GenIdeaImpl test modules (#312)Guillaume Galy2018-05-062-3/+3
| | | fix the syntax for the test output and resource folders
* Mark test module as test sources; change sbt module root (#298)Nikolay Tatarinov2018-04-202-1/+20
| | | | | | | | * mark test module as test sources * add test case for test module in GenIdea * fixes #201 change mill project path for sbt and maven tests
* Rename `root` IDEA module to `mill-build` to avoid collisionsLi Haoyi2018-04-082-1/+1
| | | | Fixes https://github.com/lihaoyi/mill/issues/279
* use Cache.default to determine coursier location(fixes tests on my OS X)rockjam2018-03-242-2/+2
|
* Add out/{module_name} as a content root in generated IntelliJ project (#196)Jeremy Apthorp2018-03-051-0/+1
|
* Update scala-library-2.12.4-sources.jar.xmlLi Haoyi2018-02-241-2/+2
|
* Update scala-library-2.12.4.jar.xmlLi Haoyi2018-02-241-2/+2
|
* GenIdea updates including a fix for #147 (#149)Andrew Richards2018-02-212-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | * extract JDK version so you don't have to keep resetting it * give modules a base path looks much nicer in IntelliJ - the module is now in bold * exclude sbt target directories stops sbt artifacts appearing in search * Fix #147 - add IntelliJ scala library * exclude root sbt project and target folders from IJ search * only resort to full long path names for jars if the name is a duplicate duplicates are hard to find unless you are pulling the same thing from different repos (therefore different path) * update GenIdea tests * tidy GenIdea
* fix GenIdea testsLi Haoyi2018-02-119-52/+4
|
* fix scalalib testsLi Haoyi2018-02-031-5/+5
|
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-2012-0/+100
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests