Newer
Older
zweic / build.properties
  1. ##############################################################################
  2. # PROPERTIES FOR THE ZWEI PROJECT #
  3. ##############################################################################
  4. # These are user-specific Ant properties for the Zwei project.
  5. # $Id$
  6. ##############################################################################
  7.  
  8. # The two-digit number for your project group
  9. group.number=39
  10. group=compil${group.number}
  11.  
  12. # The mail addresses for submitting the project work
  13. from.address=${group}@${env.HOST}.epfl.ch
  14. to.address=compilation@lampsun1.epfl.ch
  15. mailhost=mail.epfl.ch
  16. mailport=25
  17.  
  18. # The installation paths of your Scala distribution
  19. # (if undefined, use value of ${env.SCALA_HOME})
  20. #scala.home.win=c:/Progra~1/Scala
  21. scala.home.unix=/home/iclamp/soft
  22.  
  23. # Some directories inside this project
  24. sources.dir=${basedir}/sources
  25. output.dir=${basedir}/classes
  26. examples.dir=${basedir}/examples
  27. tests1.dir=${basedir}/tests/1
  28. tests2.dir=${basedir}/tests/2
  29. tests3.dir=${basedir}/tests/3
  30. tests4.dir=${basedir}/tests/4
  31. tests5.dir=${basedir}/tests/5
  32.  
  33. # Default compiler phase
  34. compiler.main=zweic.AnalyzerTest
  35.  
  36. # List of ignored source files
  37. exclude.files=
  38.  
  39. # Default test file for task "run"
  40. test.file=Factorial.zwei
  41.  
  42. # Default test suite for task "tests"
  43. tests.suite=tests4