Changeset 2212

Show
Ignore:
Timestamp:
06/05/08 22:08:56 (6 months ago)
Author:
dsugar
Message:

Build the fnet parser
moved the location of the built java to not conflict with the committed 'build'
directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/compilerbuild.xml

    r2206 r2212  
    6161        <property name="basepolicy" value="basepolicy" /> 
    6262        <property name="flnkage" value="flnkage" /> 
     63        <property name="fnet" value="net" /> 
    6364        <!-- END SETTINGS --> 
    6465 
     
    131132        <property name="flnksrc" value="${linksrc}/${flnkage}" /> 
    132133        <property name="flnk_parse_class" value="FLNKParser" /> 
     134        <property name="fnetbuild" value="${linkbuild}/${fnet}" /> 
     135        <property name="fnetsrc" value="${linksrc}/${fnet}" /> 
     136        <property name="fnet_parse_class" value="FNETParser" /> 
    133137        <property name="base_pol_parse_class" value="BasePolicyParser" /> 
    134138        <property name="utilitybuild" value="${slidedir}/utility"/>      
     
    164168                                <fileset dir="${flnksrc}" includes="*.java"/> 
    165169                </copy> 
     170 
     171                <mkdir dir="${fnetbuild}" /> 
     172                <copy todir="${fnetbuild}"> 
     173                                <fileset dir="${fnetsrc}" includes="*.java"/> 
     174                </copy> 
    166175                 
    167176                <!-- compile --> 
     
    173182                <javacc target="${slidelinkage}/${base_pol_parse_class}${javacc_ext}" 
    174183                     outputdirectory="${slidelinkage}" 
     184                     javacchome="${javacchome}" /> 
     185 
     186                <javacc target="${fnetsrc}/${fnet_parse_class}${javacc_ext}" 
     187                     outputdirectory="${fnetbuild}" 
    175188                     javacchome="${javacchome}" /> 
    176189        </target> 
  • trunk/test/test0001/test.sh

    r1859 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0002/test.sh

    r2129 r2212  
    77 
    88#run the compiler test 
    9 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     9java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1010 
    1111#check compiler error result 
  • trunk/test/test0003/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0004/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0005/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0006/test.sh

    r2021 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0007/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0008/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0009/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0010/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0011/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0012/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0013/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0014/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0015/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0016/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0017/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0018/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0019/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0020/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0021/test.sh

    r2040 r2212  
    77 
    88#run the compiler test 
    9 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     9java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1010 
    1111#check compiler error result 
  • trunk/test/test0022/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0023/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0024/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0025/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0026/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0027/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0028/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0029/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0030/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0031/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0032/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0033/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0034/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0035/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0036/test.sh

    r1861 r2212  
    1212 
    1313#run the compiler test 
    14 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     14java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1515 
    1616#check compiler error result 
  • trunk/test/test0037/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0038/test.sh

    r2040 r2212  
    77 
    88#run the compiler test 
    9 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     9java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1010 
    1111#check compiler error result 
  • trunk/test/test0039/test.sh

    r2040 r2212  
    88 
    99#run the compiler test 
    10 java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     10java -cp javabuild com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1111 
    1212#check compiler error result 
  • trunk/test/test0040/test.sh

    r2040 r2212  
    88&