Changeset 2044
- Timestamp:
- 06/21/08 07:53:42 (4 months ago)
- Files:
-
- trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README.txt
r1972 r2044 178 178 Import this project into Eclipse. 179 179 180 There exists a file called ${FORTRESS_HOME}/DOTCLASSPATH in 181 the repository. Copy this file to either ${FORTRESS_HOME}/.classpath. 180 There exists a file called ${FORTRESS_HOME}/DOTCLASSPATH in 181 the repository. Copy this file to either ${FORTRESS_HOME}/.classpath. 182 182 If you are using the Java 5.0 jdk under Windows or Linux, you will need 183 183 to add an entry to ${JAVA_HOME}/lib/tools.jar to the classpath. … … 226 226 are prefixed with DXX. 227 227 228 The directory ProjectFortress/parser_tests/ contains some Fortress 229 programs to test the parser. Test programs that are supposed to 230 fail to be parsed have names that are prefixed with XXX. 228 231 229 232 The directory ProjectFortress/not_passing_yet/ contains some Fortress … … 231 234 file containing an error that should be detected, but it isn't, that 232 235 would be contained in ProjectFortress/not_passing_yet with a name 233 prefixed with XXX. 236 prefixed with XXX. Test programs in this directory should pass 237 the parser. 234 238 235 239
