| Commit | Date | |
|---|---|---|
| 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 |
|
[r4066]
by
mgricken
Changed separator character to ensure test also runs on non-Dan OSes ;-) M src/edu/rice/cs/drjava/CommandLineTest.java |
2007-01-17 23:21:25 | Tree |
|
[r4065]
by
sigma_lmtd
Renamed file variables to lowercase to represent their change in scope from static final to local. M src/edu/rice/cs/util/LogTest.java |
2007-01-17 23:19:29 | Tree |
|
[r4064]
by
sigma_lmtd
Modified LogTest.java to use temporary files through the plt.io.IOUtil package, so that the main directory would not be cluttered with these files when running the test suite. Also removed the setUp and tearDown functions as they are now unnecessary. |
2007-01-17 23:09:56 | Tree |
|
[r4063]
by
mgricken
Fixes [ 1638094 ] Crashes on load, no configuration file |
2007-01-17 22:37:07 | Tree |
|
[r4062]
by
dlsmith
Removed testing incompatibility with my current file IO setup (accessing NFS files over a network from OS X) |
2007-01-17 22:06:17 | Tree |