| Commit | Date | |
|---|---|---|
| 2007-01-19 23:01:04 | Tree | |
| 2007-01-19 21:35:50 | Tree | |
| 2007-01-19 20:36:57 | Tree | |
| 2007-01-19 17:26:28 | Tree | |
| 2007-01-18 22:35:16 | Tree | |
| 2007-01-18 22:32:02 | Tree | |
|
[r4070]
by
dlsmith
Set up Mac app to start in the DrJava class and restart when necessary, using the appropriate settings and icon; modified the restart process so that it only happens when necessary; removed unnecessary references to the application's working directory (user.dir). |
2007-01-18 21:45:25 | Tree |
|
[r4069]
by
dlsmith
Deprecated some methods in util.FileOps in favor of replacements in plt.io.IOUtil; changed references in the code. |
2007-01-18 17:11:59 | Tree |
| 2007-01-18 16:53:16 | Tree | |
|
[r4067]
by
dlsmith
Modified debugger error handling: where a connection attempt fails, waits .1 seconds before trying again. Ideally, we should wait for some condition rather than using a fixed time, but it's not clear what we need to wait for (or whether the condition is internal to the JDI implementation, where we have no access to check it). Experimentally, DebugTest.testStartupAndShutdown() fails for me about 50% of the time without the wait, throwing a "java.net.ConnectException: Connection refused"; with the wait, the test is always successful. |
2007-01-18 16:40:38 | Tree |