normanmaurer / netty-in-action

2.07k stars 1.76k forks source link

Chapter 5 directory structure does not match Java conventions #46

Open MaskedBit opened 5 years ago

MaskedBit commented 5 years ago

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.

byronzoz commented 5 years ago

Yes, eclipse IDE has the problem above.

songxinqiang commented 5 years ago

i found the problem too

duanzhenke commented 4 years ago

Great gods, take me