Show
Ignore:
Timestamp:
12/01/08 17:39:03 (12 months ago)
Author:
EricAllen
Message:

Altered build.xml to compile all Scala files in the project.
Cleaned up build.xml.
Added a package com.sun.fortress.scalasrc.
Added an autogenerated translator from Scala-based ASTs to Java-based ASTs.
Added Scala compiler jars.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/ant

    r1698 r3125  
    6060        exit $n 
    6161fi 
    62 "$ant_exec" -noclasspath -lib third_party/junit "$@" 
     62"$ant_exec" -noclasspath -lib third_party/junit:third_party/scala/scala-library-2.7.1.jar:third_party/scala/scala-compiler-2.7.1.jar "$@"