Show
Ignore:
Timestamp:
02/06/09 15:21:23 (10 months ago)
Author:
EricAllen
Message:

Added TypeCheckerLibrary? and TypeCheckerBuiltin?; threaded through front-end.
Modified compile target to compileAll; added compileJava target.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/build.xml

    r3374 r3385  
    198198  <target name="help"> 
    199199    <echo message="ant checkEnv, checkNodesUptodate, checkOperatorsUptodate, 
    200                    checkParserUptodate, clean, cleanCache, compile, compileAll, 
     200                   checkParserUptodate, clean, cleanCache, compileJava, compileAll, 
    201201                   compileCommon, compileCommonLint, compileLint, doc, 
    202202                   grammarCoverage, help, init, interpreter-jar, 
     
    471471  </target> 
    472472 
    473   <target name="compile" depends="compileCommon, makeAST, parser, operatorsGen" 
     473  <target name="compileJava" depends="compileCommon, makeAST, parser, operatorsGen" 
    474474          description="Compile all Fortress code written in Java (Scala code is ignored)."> 
    475475    <depend srcdir="${src}" 
     
    522522  </target> 
    523523 
     524  <target name="compile" depends="compileAll"/> 
     525 
    524526  <target name="check.blas" depends="init"> 
    525527    <javac destdir="${build}" srcdir="${src}/com/sun/fortress/numerics">