summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-05-02 10:21:56 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2014-05-02 11:11:27 +0200
commitf93fbef8ecbcf1f09cd18632bd209dbf641f7c96 (patch)
tree5799a80df7b4f3e0d99663801f5dd320bc3cc5d5 /build.xml
parentaa3a3dd6a420f57b0fe815bfcb2b23fbb4284468 (diff)
downloadscala-f93fbef8ecbcf1f09cd18632bd209dbf641f7c96.tar.gz
scala-f93fbef8ecbcf1f09cd18632bd209dbf641f7c96.tar.bz2
scala-f93fbef8ecbcf1f09cd18632bd209dbf641f7c96.zip
IntelliJ project files
Fixes compilation within IDEA. Allows compiling and running JUnit tests directly withing the IDE.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 95ce2fe4e2..a66c138cbe 100755
--- a/build.xml
+++ b/build.xml
@@ -368,12 +368,13 @@ TODO:
<typedef resource="aQute/bnd/ant/taskdef.properties" classpathref="extra.tasks.classpath" />
<echo message="Using Scala ${starr.version} for STARR."/>
- <artifact:dependencies pathId="starr.compiler.path">
+ <artifact:dependencies pathId="starr.compiler.path" filesetId="starr.fileset">
<artifact:remoteRepository refid="extra-repo"/>
<dependency groupId="org.scala-lang" artifactId="scala-library" version="${starr.version}"/>
<dependency groupId="org.scala-lang" artifactId="scala-reflect" version="${starr.version}"/>
<dependency groupId="org.scala-lang" artifactId="scala-compiler" version="${starr.version}"/>
</artifact:dependencies>
+ <copy-deps project="starr"/>
<property name="maven-deps-done" value="yep!"/>
</then></if>