Ant Java



  
  
  
  
    
  
  
    
      The JUNIT_HOME environment variable must be set.
    
                   file="${ant.home}/lib/junit.jar"/>
              todir="${ant.home}/lib"
          failonerror="true"/>
   
    
      junit.jar was not found in ANT_HOME/lib prior to this 
      build, so it was copied for you. Please try your build again.
    
  
  
    
  
            description="Remove all generated files.">
    
  
            description="Compile all source code.">
    
      
    
  
  
               fork="false" 
           haltonfailure="false"
           failureproperty="tests.failed"
           showoutput="true">
      
      
      
        
          
          
        
      

    
    
    *******************************************************
    *******************************************************
    One or more tests failed. Check the output...
    *******************************************************
    *******************************************************
    
  
  
    
                  value="com/rntsoft/javaxp/junit/TestPerson"/>