| Issue 15: | demo compilation errors | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello!
When I compile guit demo in I get in eclipse following gwt output:
Compiling module com.unnison.demo.FrameworkDemo
Validating newly compiled units
[ERROR] Errors in 'file:/D:/Guit/oldtest/com/unnison/demo/client/dynamic/TestDynamicPresenter.java'
[ERROR] Line 14: No source code is available for type com.unnison.framework.junit.GuitTest; did you forget to inherit a required module?
[ERROR] Line 34: No source code is available for type junit.framework.Assert; did you forget to inherit a required module?
[ERROR] Errors in 'file:/D:/Guit/oldtest/com/unnison/demo/client/microevents/TestMicroeventsPresenter.java'
[ERROR] Line 13: No source code is available for type com.unnison.framework.junit.GuitTest; did you forget to inherit a required module?
[ERROR] Errors in 'file:/D:/Guit/oldtest/com/unnison/demo/client/complexplace/TestComplexPlacePresenter.java'
[ERROR] Line 29: No source code is available for type com.unnison.framework.junit.GuitTest; did you forget to inherit a required module?
[ERROR] Line 47: No source code is available for type junit.framework.Assert; did you forget to inherit a required module?
[ERROR] Errors in 'file:/D:/Guit/oldtest/com/unnison/demo/client/login/TestLoginPresenter.java'
[ERROR] Line 14: No source code is available for type com.unnison.framework.junit.GuitTest; did you forget to inherit a required module?
[ERROR] Line 33: No source code is available for type junit.framework.Assert; did you forget to inherit a required module?
[ERROR] Errors in 'file:/D:/Guit/oldtest/com/unnison/demo/client/jsonserializer/TestJsonSerializerPresenter.java'
[ERROR] Line 20: No source code is available for type com.unnison.framework.junit.GuitTest; did you forget to inherit a required module?
[ERROR] Line 56: No source code is available for type junit.framework.Assert; did you forget to inherit a required module?
Compiling 6 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compiling permutation 5...
Compile of permutations succeeded
Linking into D:\Guit\war\demo.
Link succeeded
Compilation succeeded -- 37,172s
Tell me please how to fix it.
Thanks in advance.
Sep 13, 2010
Project Member
#1
gal.dol...@gmail.com
Sep 14, 2010
I have restored the test code as it was before, but found a way to avoid to exceptions. More information here: https://code.google.com/p/guit/wiki/Testing?ts=1284525884&updated=Testing
Status:
Fixed
|