summaryrefslogtreecommitdiff
path: root/src/intellij/partest.iml.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Modularize the swing library.Adriaan Moors2013-12-131-24/+0
| | | | | The Scala Swing library will still ship with 2.11 (albeit unsupported). It now resides at https://github.com/scala/scala-swing.
* Move partest to https://github.com/scala/scala-partestAdriaan Moors2013-08-201-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As partest is now resolved from maven, `test/partest` uses `ant test.suite.init` to determine the classpath (serialized to build/pack/partest.properties) that's necessary to run `scala.tools.partest.nest.ConsoleRunner`. Thus, partest gets exactly the same classpath, whether run from the command line through `test/partest` or via `ant test`. The version of partest we're using is specified by properties defined in versions.properties (formerly `starr.number`). Currently, we're using: ``` scala.binary.version=2.11.0-M4 partest.version.number=1.0-RC3 ``` NOTES: - The version of Scala being tested must be backwards binary compatible with the version of Scala that was used to compile partest. - Once 2.11 goes final, `scala.binary.version=2.11`, and `starr.version=2.11.0`. - Need scalacheck on classpath for test/partest scalacheck tests. - Removed atrophied ant tests (haven't been run/changed for at least two years I checked 81d659141a as a "random" sample). - Removed scalacheck. It's resolved as a partest dependency. - For now, use a locally built scalap - Kept the trace macro in the main repo (partest-extras) - New targets for faster pr validation: test-core-opt, test-stab-opt - Reused partest eclipse/intellij project to partest-extras (note: the partest dependency is hard-coded)
* Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-291-1/+3
| | | | | | | | | | | | - Add recently sprouted modules (xml and parser-combinators) - Replace some of the documentation with a setup script - Update Ant build to copy Maven sourced JARs to ./build/deps. These are included in the IntelliJ classpath. - Define the library for Ant at the project level based on ./lib, rather than asking the user to define global library. - Disable Type Aware Highlighting by default. IntelliJ now can build everything within the IDE with CTRL-F9.
* updated intellij project filesLukas Rytz2012-07-161-3/+3
|
* update intellij files, no reviewLukas Rytz2011-01-261-0/+4
|
* Updated IntelliJ sample files. no review.Lukas Rytz2010-10-111-5/+5
|
* updated intellij project SAMPLE files to new fa...Lukas Rytz2010-08-061-11/+3
| | | | | | | updated intellij project SAMPLE files to new facet configuration. uses 'palo' right now because a .jar (scala-compiler.jar) is required, a directory does not work. no review.
* updated intellij project file samplesLukas Rytz2010-07-221-9/+13
|
* Renamed Idea project files to have a .SAMPLE su...Iulian Dragos2010-05-031-0/+28
Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.