voxforge.org
VoxForge Dev

Changeset 2367

Show
Ignore:
Timestamp:
12/03/07 22:35:35 (10 months ago)
Author:
kmaclean
Message:

SpeechSubmission applet snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/net/sf/postlet/UploadThread.java

    r2365 r2367  
    173173//FORDEBUG 
    174174// !!!!!!                
    175 System.err.println(reply); 
     175//System.err.println(reply); 
    176176// !!!!!! 
    177177 
     
    270270        } 
    271271// !!!!!! 
    272          System.err.println("After adding the URL variables to the string, it looks like this:"); 
    273          System.err.println(afterContent); 
     272 //        System.err.println("After adding the URL variables to the string, it looks like this:"); 
     273 //        System.err.println(afterContent); 
    274274// !!!!!! 
    275275 
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java

    r2366 r2367  
    17971797                                out_readme.write(System.getProperty("line.separator")); 
    17981798                                out_readme.write("Microphone make: n/a" + System.getProperty("line.separator"));         
    1799                                 out_readme.write("Microphone type:" + microphone + System.getProperty("line.separator"));      
     1799                                out_readme.write("Microphone type: " + microphone + System.getProperty("line.separator"));     
    18001800                                out_readme.write("Audio card make: unknown" + System.getProperty("line.separator"));     
    18011801                                out_readme.write("Audio card type: unknown" + System.getProperty("line.separator")); 
     
    21712171          //  } 
    21722172        } else { 
    2173 //FORDEBUG 
    2174         // debug   System.err.println("setProgress(): Not reached end yet. sentBytes="+sentBytes+", totalBytes="+totalBytes); 
     2173                // !!!!!! 
     2174                //FORDEBUG 
     2175                // debug   System.err.println("setProgress(): Not reached end yet. sentBytes="+sentBytes+", totalBytes="+totalBytes); 
     2176                // !!!!!! 
    21752177        } 
    21762178     } 
     
    21782180  public String getCookie(){ 
    21792181                // If passed in as a param then we don't need to worry about trying to fetch it from the context 
    2180               System.err.println("CapturePlayback Cookie: " + cookie +":\n");   
    2181               System.err.println("CapturePlayback Cookie: " + this.cookie +":\n"); 
     2182        //    System.err.println("CapturePlayback Cookie: " + cookie +":\n");   
     2183        //    System.err.println("CapturePlayback Cookie: " + this.cookie +":\n"); 
    21822184// !!!!!!                
    21832185        if (cookie != null && !cookie.equals("")) 
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/RecorderApplet.java

    r2364 r2367  
    6565         
    6666        try { 
    67 // !!!!!!                
    68           cookie = getParameter("cookie"); 
    69  //             cookie = "kenmacleantest"; 
    70 // !!!!!!           
    71                 System.err.println("RecorderApplet Cookie: " + cookie +":\n");             
     67                // !!!!!!                
     68                cookie = getParameter("cookie"); 
     69                // System.err.println("RecorderApplet Cookie: " + cookie +":\n");        
     70                // !!!!!!   
    7271        } catch (NullPointerException nullLang){ 
    7372            errorMessage(System.out,"cookie is null");