RPTI0008E
Code generation failure: messageExplanation
Typically this error message is displayed when you import a project into a workspace or when you upgrade the test application. This error message can also be displayed if written custom code that does not compile.None.
Fix
- Click Window > Open Perspective > Java to switch to the Java perspective. Check that all custom code compiles with no errors.
- In the Java perspective, delete all of the generated Java files under the src directory.
- Click Window > Open Perspective > Resource to switch to the Resource perspective. Edit the .classpath file in the root directory of the project. Delete all class path entries related to the test application.
- Create a new workspace and a new test project. Record and play back a simple test. Copy the .classpath file from the new project into the project with the error.
- Check the Error Log for further information on the error.
To open the Error Log, click Window > Show View > Error Log.