Hi, I am trying to test my code and I am encountering this issue. Please let me know what is the problem.
com.java.client.ExportDataToExcelTest - is in my "src" folder and ExportDataToExcelTest.java - is in "test" folder. Is that the problem. I saw in the GWT tutorial that if the test forlder's client package structure should be same as that in the src folder, the test will run. I have all the src and test folders in my classpath with all the required jars and the project also. Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. [ERROR] Errors in 'file:/C:/Users/x/workspace/ExportDataToExcel/test/com/java/client/ExportDataToExcelTest.java' [ERROR] Line 13: No source code is available for type com.ag.sapwidgets.server.ExportDataToExcel; did you forget to inherit a required module? [ERROR] Unable to find type 'com.java.client.ExportDataToExcelTest' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly [ERROR] Errors in 'file:/C:/Users/x/workspace/ExportDataToExcel/test/com/java/client/ExportDataToExcelTest.java' [ERROR] Line 13: No source code is available for type com.ag.sapwidgets.server.ExportDataToExcel; did you forget to inherit a required module? [ERROR] Unable to find type 'com.java.client.ExportDataToExcelTest' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/jl6gtDUz0QsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
