netty-in-action
netty-in-action copied to clipboard
Chapter 5 directory structure does not match Java conventions
The source files for chapter5 contain the package declaration "package nia.chapter5;". Maven and the Java compiler expect to find the sources on the path "chapter5/src/main/java/nia/chapter5". Unfortunately, the path on Github is "chapter5/src/main/java/nia.chapter5". I don't know about other IDEs, but the Maven plugin for eclipse is very unhappy with that.
Yes, eclipse IDE has the problem above.
i found the problem too
Great gods, take me