Changeset 2367
- Timestamp:
- 12/03/07 22:35:35 (10 months ago)
- Files:
-
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/net/sf/postlet/UploadThread.java (modified) (2 diffs)
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java (modified) (3 diffs)
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/RecorderApplet.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/net/sf/postlet/UploadThread.java
r2365 r2367 173 173 //FORDEBUG 174 174 // !!!!!! 175 System.err.println(reply);175 //System.err.println(reply); 176 176 // !!!!!! 177 177 … … 270 270 } 271 271 // !!!!!! 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); 274 274 // !!!!!! 275 275 Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java
r2366 r2367 1797 1797 out_readme.write(System.getProperty("line.separator")); 1798 1798 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")); 1800 1800 out_readme.write("Audio card make: unknown" + System.getProperty("line.separator")); 1801 1801 out_readme.write("Audio card type: unknown" + System.getProperty("line.separator")); … … 2171 2171 // } 2172 2172 } 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 // !!!!!! 2175 2177 } 2176 2178 } … … 2178 2180 public String getCookie(){ 2179 2181 // 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"); 2182 2184 // !!!!!! 2183 2185 if (cookie != null && !cookie.equals("")) Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/RecorderApplet.java
r2364 r2367 65 65 66 66 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 // !!!!!! 72 71 } catch (NullPointerException nullLang){ 73 72 errorMessage(System.out,"cookie is null");