Show
Ignore:
Timestamp:
03/19/09 13:15:21 (8 months ago)
Author:
EricAllen
Message:

Added a cyclic type hierarchy checker.
Fixed ASTGen-generated Scala apply methods to perform explicit casting.
Added an ast() method to TypeConsIndex?.
Added a flag to scalac so that warnings are printed during the build.
Added compiler tests for cyclic hierarchy checking.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/build.xml

    r3517 r3558  
    419419        destdir="${build}" 
    420420        classpathref="astgen.classpath" 
    421         addparams=""> 
     421        addparams="" 
     422        deprecation="yes"> 
    422423      <include name="**/*.scala"/> 
    423424      <exclude name="${usefulPackage}/*.scala"/> 
     
    500501        srcdir="${src}" 
    501502        destdir="${build}" 
    502         classpathref="compile.classpath"> 
     503        classpathref="compile.classpath" 
     504        deprecation="yes"> 
    503505      <include name="**/*.java"/> 
    504506      <include name="**/*.scala"/>